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 to 3.43.0 #4605

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 6, 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] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 6, 2024 16:02
@dependabot dependabot bot added .NET Pull requests that update .net code Dependencies Pull requests that update a dependency file labels Sep 6, 2024
@feordin feordin added this to the S149 milestone Sep 6, 2024
@feordin feordin changed the title Bump Microsoft.Azure.Cosmos from 3.42.0 to 3.43.0 Bump Microsoft.Azure.Cosmos to 3.43.0 Sep 6, 2024
@feordin
Copy link
Contributor

feordin commented Sep 9, 2024

/azp run

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@feordin feordin merged commit b308e8b into main Sep 9, 2024
44 of 49 checks passed
@feordin feordin deleted the dependabot/nuget/Microsoft.Azure.Cosmos-3.43.0 branch September 9, 2024 21:45
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant