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.26.1 to 3.32.3 in /src/dotnetcore31/AzureFunctions.Cosmos #102

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 31, 2023

Bumps Microsoft.Azure.Cosmos from 3.26.1 to 3.32.3.

Release notes

Sourced from Microsoft.Azure.Cosmos's releases.

3.32.3

3.32.3 - 2023-03-30

Fixed

  • #3787 Connectivity: Fixes ConnectionBroken and adds support for Burst Capacity

3.32.3-preview

3.32.3-preview - 2023-03-30

Fixed

  • #3787 Connectivity: Fixes ConnectionBroken and adds support for Burst Capacity

3.32.2

3.32.2 - 2023-03-10

Fixed

  • #3713 CosmosNullReferenceException: Refactors CosmosNullReferenceException to pass along InnerException property on parent NullReferenceException.
  • #3749 Query: Fixes regression from LINQ custom serializer fix. Introduced in 3.32.0 PR 3749

3.32.2-preview

3.32.2-preview - 2023-03-10

Fixed

  • #3713 CosmosNullReferenceException: Refactors CosmosNullReferenceException to pass along InnerException property on parent NullReferenceException.
  • #3749 Query: Fixes regression from LINQ custom serializer fix. Introduced in 3.32.0 PR 3749

3.32.1

3.32.1 - 2023-03-01

Fixed

  • #3732 ReadMany: Fixes BadRequest when using Ids with single quotes

3.32.1-preview

3.32.1-preview - 2023-03-01

Fixed

  • #3732 ReadMany: Fixes BadRequest when using Ids with single quotes

3.32.0

3.32.0

Fixed

  • #3466 ClientRetryPolicy: Fixes behavior to Meta-data write operations in multimaster accounts
  • #3498 PartitionKey: Fixes NullRef in toString handling for None for PartitionKey.ToString()
  • #3385 Query: Fixes LINQ ToString got absorbed during translation
  • #3406 Query: Fixes LINQ to use custom serializer to serialize constant values in Query
  • #3496 Documentation: Adds XML comment to Database.ReadThroughputAsync definition
  • #3508, #3640 CosmosClient Initialization: Refactors implementation for opening Rntbd connections to backend replica nodes in Direct mode
  • #3519 Diagnostics: Removes unused properties and reduces size

... (truncated)

Changelog

Sourced from Microsoft.Azure.Cosmos's changelog.

3.32.3 - 2023-03-30

3.32.3-preview - 2023-03-30

Fixed

  • #3787 Connectivity: Fixes ConnectionBroken and adds support for Burst Capacity

3.32.2 - 2023-03-10

3.32.2-preview - 2023-03-10

Fixed

  • #3713 CosmosNullReferenceException: Refactors CosmosNullReferenceException to pass along InnerException property on parent NullReferenceException.
  • #3749 Query: Fixes regression from LINQ custom serializer fix. Introduced in 3.32.0 PR 3749

3.32.1 - 2023-03-01

3.32.1-preview - 2023-03-01

Fixed

  • #3732 ReadMany: Fixes BadRequest when using Ids with single quotes

3.32.0 - 2023-02-03

Fixed

  • #3466 ClientRetryPolicy: Fixes behavior to Meta-data write operations in multimaster accounts
  • #3498 PartitionKey: Fixes NullRef in toString handling for None for PartitionKey.ToString()
  • #3385 Query: Fixes LINQ ToString got absorbed during translation
  • #3406 Query: Fixes LINQ to use custom serializer to serialize constant values in Query
  • #3496 Documentation: Adds XML comment to Database.ReadThroughputAsync definition
  • #3508, #3640 CosmosClient Initialization: Refactors implementation for opening Rntbd connections to backend replica nodes in Direct mode
  • #3519 Diagnostics: Removes unused properties and reduces size
  • #3495 Query: Fixes partition range evaluation for spatial queries
  • #3399 Query: Fixes default to BadRequestException in case of internal errors in ServiceInterop
  • #3574 Query: Fixes incorrect FeedResponse.Count when result contains undefined elements
  • #3577 Trace: Fixes Tracing/diagnostics hour-times to 24Hours
  • #3632 Query: Fixes handling of CosmosUndefined, CosmosGuid and CosmosBinary in unordered DISTINCT
  • #3640 Token expiration: Fixes token expired errors happening on some environments
  • #3645 Change Feed Processor: Fixes behavior with StartTime on Local
  • #3643 Documentation: Fixed CosmosClientBuilder.WithConnectionModeGateway documentation
  • #3579 Documentation: Fixes EUAP in Comments

Added

  • #3566 Change Feed Processor: Adds support for Resource Tokens
  • #3555 Availability: Adds HTTP timeouts with request-level cross-region retry
  • #3509 Query: Adds ALL Scalar Expression
  • #3656 Region Availability: Adds Poland Central Region For Public Usage.
  • #3636 CosmosClientOptions: Adds ServerCertificateCustomValidationCallback for Http and TCP

3.32.0-preview - 2023-02-03

Added

  • #3596 Full Fidelity Change Feed: Adds new LatestVersion to ChangeFeedMode. FullFidelity is now renamed to AllVersionsAndDeletes.

... (truncated)

Commits
  • 1a0237c Release: Adds commits for 3.32.3 hotfix release (#3789)
  • b40e368 Connectivity: Fixes ConnectionBroken and adds support for Burst Capacity (#3787)
  • 83afe87 CosmosNullReferenceException: Refactors CosmosNullReferenceException to pass ...
  • 55d2d3a Release: Adds commits for 3.32.2 hotfix release (#3758)
  • e96e96f Release: Adds commits for 3.32.1 hotfix release (#3735)
  • 8a537ce 3.32.0: Adds new SDK version and contract files (#3687)
  • 122bc56 LocalQuorum: Adds Quorum reads on Consistent Prefix Accounts (#3680)
  • 393ae23 [Internal] Benchmark : Fixes issue with dependency on Cosmos Project (#3673)
  • d6a439f [Internal] Tests: Removes Direct/HTTPS emulator tests (#3679)
  • 2608d4a Query: Adds EnableOptimisticDirectExecution flag to QueryRequestOptions (#3664)
  • 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 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.26.1 to 3.32.3.
- [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.26.1...3.32.3)

---
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 Mar 31, 2023
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Mar 31, 2023

Dependabot tried to add @marcduiker as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/lechnerc77/azure-functions-university/pulls/102/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the lechnerc77/azure-functions-university repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

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.

0 participants