Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Microsoft.Azure.Cosmos from 3.42.0 to 3.43.0 in /webapi #1144

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Bumps Microsoft.Azure.Cosmos from 3.42.0 to 3.43.0.

Release notes

Sourced from Microsoft.Azure.Cosmos's releases.

3.43.0

3.43.0 - 2024-09-04

Added

  • 4589 SystemTextJsonSerializer: Add UseSystemTextJsonSerializerWithOptions to support SystemTextJsonSerializer
  • 4622 Open Telemetry: Adds Batchsize and Rename Batch Operation name in Operation Trace
  • 4621 CFP AVAD: Adds new FeedRange to ChangeFeedProcessorContext

Fixed

  • 4619 CFP AVAD: Fixes throws when customers use WithStartTime and WithStartFromBeginning with CFP AVAD
  • 4638 Documentation: Fixes AnalyticalStoreTimeToLiveInSeconds API documentation to list correct values
  • 4640 FeedRanges: Fixes GetFeedRangesAsync throwing DocumentClientException
  • 4618 CF/P AVAD: Fixes Deserialization of ChangeFeedItem and ChangeFeedMetadata to support System.Text.Json and Newtonsoft.Json

3.43.0-preview-0

3.43.0-preview.0 - 2024-07-24

Added

  • 4544 Azure.Identity: Bumps verion to 1.11.4
  • 4546 Client Encryption: Adds support for latest Cosmos Package.
  • 4490 Query: Adds Distribution for MakeList and MakeSet
  • 4559 Query: Adds a new QueryFeature flag for MakeList and MakeSet
  • 4568 VM Metadata API: Adds an option to disable VM metadata API call
  • 4481 Query: Adds support for multi-value Group By query for LINQ
  • 4583 ChangeFeed: Adds MalformedContinuationToken SubstatusCode to exception

Fixed

  • 4538 Query: Fixes plumbing VectorEmbeddingPolicy to ServiceInterop to choose correct default distance function
  • 4523 Change Feed / Processor AVAD: Fixes timeToLiveExpired missing from metadata
  • 4558 Query: Removes compute specific logic from query pipelines that is no longer required
  • 4580 Change Feed: Fixes incorrect exception messages in VersionedAndRidCheckedCompositeToken
Changelog

Sourced from Microsoft.Azure.Cosmos's changelog.

3.43.0 - 2024-09-04

Added

  • 4589 SystemTextJsonSerializer: Add UseSystemTextJsonSerializerWithOptions to support SystemTextJsonSerializer
  • 4622 Open Telemetry: Adds Batchsize and Rename Batch Operation name in Operation Trace
  • 4621 CFP AVAD: Adds new FeedRange to ChangeFeedProcessorContext

Fixed

  • 4619 CFP AVAD: Fixes throws when customers use WithStartTime and WithStartFromBeginning with CFP AVAD
  • 4638 Documentation: Fixes AnalyticalStoreTimeToLiveInSeconds API documentation to list correct values
  • 4640 FeedRanges: Fixes GetFeedRangesAsync throwing DocumentClientException
  • 4618 CF/P AVAD: Fixes Deserialization of ChangeFeedItem and ChangeFeedMetadata to support System.Text.Json and Newtonsoft.Json

3.43.0-preview.0 - 2024-07-24

Commits
  • 0fdb5e4 SDK 3.43.0: Adds version bump and changelog (#4666)
  • cbf69c6 added project refrence (#4661)
  • d242b85 Hedging: Adds Read hedging PREVIEW contracts (#4598)
  • 6d603f5 [Internal] Hedging: Refactors Tests (#4641)
  • a1144f4 CF/P AVAD: Fixes Deserialization of ChangeFeedItem and ChangeFeedMetadata to ...
  • 2fbc278 [Internal] CODEOWNERS: Refactors owners (#4642)
  • ee33928 CFP AVAD: Adds new FeedRange to ChangeFeedProcessorContext (#4621)
  • 7bc8e3c FeedRanges: Fixes GetFeedRangesAsync throwing DocumentClientException (#4640)
  • 47596bd Documentation: Fixes AnalyticalStoreTimeToLiveInSeconds API documentation to ...
  • c2043ae [Internal] Request Hedging: Refactors HedgeRegion diagnostics field to only s...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Microsoft.Azure.Cosmos](https://github.com/Azure/azure-cosmos-dotnet-v3) from 3.42.0 to 3.43.0.
- [Release notes](https://github.com/Azure/azure-cosmos-dotnet-v3/releases)
- [Changelog](https://github.com/Azure/azure-cosmos-dotnet-v3/blob/master/changelog.md)
- [Commits](Azure/azure-cosmos-dotnet-v3@3.42.0...3.43.0)

---
updated-dependencies:
- dependency-name: Microsoft.Azure.Cosmos
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Sep 9, 2024
@github-actions github-actions bot added the webapi Pull requests that update .net code label Sep 9, 2024
@glahaye glahaye added this pull request to the merge queue Sep 17, 2024
Merged via the queue into main with commit 35ea8d1 Sep 17, 2024
7 checks passed
@glahaye glahaye deleted the dependabot/nuget/webapi/Microsoft.Azure.Cosmos-3.43.0 branch September 17, 2024 04:27
teamleader-dev pushed a commit to vlink-group/chat-copilot that referenced this pull request Oct 7, 2024
…ft#1144)

Bumps
[Microsoft.Azure.Cosmos](https://github.com/Azure/azure-cosmos-dotnet-v3)
from 3.42.0 to 3.43.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/releases">Microsoft.Azure.Cosmos's
releases</a>.</em></p>
<blockquote>
<h2>3.43.0</h2>
<h3><!-- raw HTML omitted --> <a
href="https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.43.0">3.43.0</a>
- 2024-09-04</h3>
<h4>Added</h4>
<ul>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4589">4589</a>
SystemTextJsonSerializer: Add UseSystemTextJsonSerializerWithOptions to
support SystemTextJsonSerializer</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4622">4622</a>
Open Telemetry: Adds Batchsize and Rename Batch Operation name in
Operation Trace</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4621">4621</a>
CFP AVAD: Adds new FeedRange to ChangeFeedProcessorContext</li>
</ul>
<h4>Fixed</h4>
<ul>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4619">4619</a>
CFP AVAD: Fixes throws when customers use WithStartTime and
WithStartFromBeginning with CFP AVAD</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4638">4638</a>
Documentation: Fixes AnalyticalStoreTimeToLiveInSeconds API
documentation to list correct values</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4640">4640</a>
FeedRanges: Fixes GetFeedRangesAsync throwing
DocumentClientException</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4618">4618</a>
CF/P AVAD: Fixes Deserialization of ChangeFeedItem and
ChangeFeedMetadata to support System.Text.Json and Newtonsoft.Json</li>
</ul>
<h2>3.43.0-preview-0</h2>
<h3><!-- raw HTML omitted --> <a
href="https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.43.0-preview.0">3.43.0-preview.0</a>
- 2024-07-24</h3>
<h4>Added</h4>
<ul>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4544">4544</a>
Azure.Identity: Bumps verion to 1.11.4</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4546">4546</a>
Client Encryption: Adds support for latest Cosmos Package.</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4490">4490</a>
Query: Adds Distribution for MakeList and MakeSet</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4559">4559</a>
Query: Adds a new QueryFeature flag for MakeList and MakeSet</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4568">4568</a>
VM Metadata API: Adds an option to disable VM metadata API call</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4481">4481</a>
Query: Adds support for multi-value Group By query for LINQ</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4583">4583</a>
ChangeFeed: Adds MalformedContinuationToken SubstatusCode to
exception</li>
</ul>
<h4>Fixed</h4>
<ul>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4538">4538</a>
Query: Fixes plumbing VectorEmbeddingPolicy to ServiceInterop to choose
correct default distance function</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4523">4523</a>
Change Feed / Processor AVAD: Fixes timeToLiveExpired missing from
metadata</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4558">4558</a>
Query: Removes compute specific logic from query pipelines that is no
longer required</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4580">4580</a>
Change Feed: Fixes incorrect exception messages in
VersionedAndRidCheckedCompositeToken</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/blob/master/changelog.md">Microsoft.Azure.Cosmos's
changelog</a>.</em></p>
<blockquote>
<h3><!-- raw HTML omitted --> <a
href="https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.43.0">3.43.0</a>
- 2024-09-04</h3>
<h4>Added</h4>
<ul>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4589">4589</a>
SystemTextJsonSerializer: Add UseSystemTextJsonSerializerWithOptions to
support SystemTextJsonSerializer</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4622">4622</a>
Open Telemetry: Adds Batchsize and Rename Batch Operation name in
Operation Trace</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4621">4621</a>
CFP AVAD: Adds new FeedRange to ChangeFeedProcessorContext</li>
</ul>
<h4>Fixed</h4>
<ul>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4619">4619</a>
CFP AVAD: Fixes throws when customers use WithStartTime and
WithStartFromBeginning with CFP AVAD</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4638">4638</a>
Documentation: Fixes AnalyticalStoreTimeToLiveInSeconds API
documentation to list correct values</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4640">4640</a>
FeedRanges: Fixes GetFeedRangesAsync throwing
DocumentClientException</li>
<li><a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/pull/4618">4618</a>
CF/P AVAD: Fixes Deserialization of ChangeFeedItem and
ChangeFeedMetadata to support System.Text.Json and Newtonsoft.Json</li>
</ul>
<h3><!-- raw HTML omitted --> <a
href="https://www.nuget.org/packages/Microsoft.Azure.Cosmos/3.43.0-preview.0">3.43.0-preview.0</a>
- 2024-07-24</h3>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/0fdb5e4222fad67ca6206b820d0d19e89fe4832c"><code>0fdb5e4</code></a>
SDK 3.43.0: Adds version bump and changelog (<a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4666">#4666</a>)</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/cbf69c6308ad2c0ef027c31471903e742202a11c"><code>cbf69c6</code></a>
added project refrence (<a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4661">#4661</a>)</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/d242b8582e3031bf56c8730d421369f6c641490a"><code>d242b85</code></a>
Hedging: Adds Read hedging PREVIEW contracts (<a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4598">#4598</a>)</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/6d603f54bdfee42b2768e7407fdc4eb56fcc8271"><code>6d603f5</code></a>
[Internal] Hedging: Refactors Tests (<a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4641">#4641</a>)</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/a1144f4f08033fe9c98bbaf55f1162430bf53e9f"><code>a1144f4</code></a>
CF/P AVAD: Fixes Deserialization of ChangeFeedItem and
ChangeFeedMetadata to ...</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/2fbc27835fde0837d4b3efea0f722c5f5c64119e"><code>2fbc278</code></a>
[Internal] CODEOWNERS: Refactors owners (<a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4642">#4642</a>)</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/ee33928d184312201587f6d76926393a00017918"><code>ee33928</code></a>
CFP AVAD: Adds new FeedRange to ChangeFeedProcessorContext (<a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4621">#4621</a>)</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/7bc8e3ce8867ed791d31bbfeca94ef01f742dd68"><code>7bc8e3c</code></a>
FeedRanges: Fixes GetFeedRangesAsync throwing DocumentClientException
(<a
href="https://redirect.github.com/Azure/azure-cosmos-dotnet-v3/issues/4640">#4640</a>)</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/47596bd007f9e5f0e94bcd8063a16d6388e89b73"><code>47596bd</code></a>
Documentation: Fixes AnalyticalStoreTimeToLiveInSeconds API
documentation to ...</li>
<li><a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/commit/c2043ae85c2cb11c1c2c7a46f88c0473f73c43a2"><code>c2043ae</code></a>
[Internal] Request Hedging: Refactors HedgeRegion diagnostics field to
only s...</li>
<li>Additional commits viewable in <a
href="https://github.com/Azure/azure-cosmos-dotnet-v3/compare/3.42.0...3.43.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Azure.Cosmos&package-manager=nuget&previous-version=3.42.0&new-version=3.43.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code webapi Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant