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.32.3 to 3.35.1 #1906

Merged
merged 1 commit into from
Jul 13, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 12, 2023

Bumps Microsoft.Azure.Cosmos from 3.32.3 to 3.35.1.

Release notes

Sourced from Microsoft.Azure.Cosmos's releases.

3.35.1

3.35.1 - 2023-06-27

Fixed

  • 3944 Availability: Fixes HttpTimeoutPolicies to not accidentally suppress retries

3.35.1-preview

3.35.1-preview - 2023-06-27

Fixed

  • 3944 Availability: Fixes HttpTimeoutPolicies to not accidentally suppress retries

3.35.0

Fixed

  • 3864 NugetPackage: Removes ThirdPartyNotice.txt from content and contentFiles folders
  • 3866 CosmosClient: Fixes missing Trace when converting HTTP Timeout to 503
  • 3879 Subpartitioning: Fixes handling of split physical partitions
  • 3907 Query: Fixes empty property name parsing exception

Added

  • 3860 Documentation: Adds see also link to Container.CreateTransactionalBatch
  • 3852 Query: Adds type-markers with count and length for large arrays
  • 3838 Benchmarking: Adds use of ARM Templates for benchmarking
  • 3877 Regions: Adds Malaysia South, Isreal Central, and Italy North
  • 3887 Distributed Tracing: Setting DisplayName for an operation level activity as <operationname><space><containername>
  • 3874 Client Encryption: Adds Microsoft.Azure.Cosmos compatibility to version 3.34.0
  • 3891 Documentation: Adds additional remarks to CosmosClient
  • 3902 ConnectionPolicy: Refactors Code to Reduce Default Request Timeout to 6 Seconds
  • 3910 Documentations: Adds links to PatchItems docs
  • 3918 Regions: Adds Israel Central
  • 3918 CosmosClient: Fixes SynchronizationLockException when disposing client with requests in-flight.

3.35.0-preview

Added

  • 3836 Integrated cache: Adds BypassIntegratedCache to DedicatedGatewayRequestOptions
  • 3909 Query: Adds EnableOptimisticDirectExecution in QueryRequestOptions enabled by default

3.34.0

Fixed

  • 3847 PackageLicense: Replaces PackageLicenseUrl with PackageLicenseFile since PackageLicenseUrl is deprecated
  • 3832 Query: Fixes format exception when using culture and partitionKey, difference between Windows and Linux

Added

  • 3854 Change Feed: Adds LatestVersion to ChangeFeedMode
  • 3833 Query: Adds TRIM string system function support in LINQ
  • 3826 Query: Adds support for Lambda expression reuse in LINQ
  • 3724 Query: Added remaining Cosmos Type checking functions to CosmosLinqExtensions. Thanks @​onionhammer.

3.34.0-preview

3.34.0-preview - 2023-05-17

... (truncated)

Changelog

Sourced from Microsoft.Azure.Cosmos's changelog.

3.35.1 - 2023-06-27

Fixed

  • 3944 Availability: Fixes HttpTimeoutPolicies to not accidentally suppress retries

3.35.0-preview - 2023-06-19

Added

  • 3836 Integrated cache: Adds BypassIntegratedCache to DedicatedGatewayRequestOptions
  • 3909 Query: Adds EnableOptimisticDirectExecution in QueryRequestOptions enabled by default

3.35.0 - 2023-06-19

Fixed

  • 3864 NugetPackage: Removes ThirdPartyNotice.txt from content and contentFiles folders
  • 3866 CosmosClient: Fixes missing Trace when converting HTTP Timeout to 503
  • 3879 Subpartitioning: Fixes handling of split physical partitions
  • 3907 Query: Fixes empty property name parsing exception

Added

  • 3860 Documentation: Adds see also link to Container.CreateTransactionalBatch
  • 3852 Query: Adds type-markers with count and length for large arrays
  • 3838 Benchmarking: Adds use of ARM Templates for benchmarking
  • 3877 Regions: Adds Malaysia South, Isreal Central, and Italy North
  • 3887 Distributed Tracing: Setting DisplayName for an operation level activity as <operationname><space><containername>
  • 3874 Client Encryption: Adds Microsoft.Azure.Cosmos compatibility to version 3.34.0
  • 3891 Documentation: Adds additional remarks to CosmosClient
  • 3902 ConnectionPolicy: Refactors Code to Reduce Default Request Timeout to 6 Seconds
  • 3910 Documentations: Adds links to PatchItems docs
  • 3918 Regions: Adds Israel Central
  • 3918 CosmosClient: Fixes SynchronizationLockException when disposing client with requests in-flight.

3.34.0-preview - 2023-05-17

Added

  • 3761 Query: Adds Computed Property SDK Support

Fixed

  • 3845 AI Integration: Fixes Operation Name in the activity and end to end Tests.

3.34.0 - 2023-05-17

Fixed

  • 3847 PackageLicense: Replaces PackageLicenseUrl with PackageLicenseFile since PackageLicenseUrl is deprecated
  • 3832 Query: Fixes format exception when using culture and partitionKey, difference between Windows and Linux

Added

  • 3854 Change Feed: Adds LatestVersion to ChangeFeedMode
  • 3833 Query: Adds TRIM string system function support in LINQ
  • 3826 Query: Adds support for Lambda expression reuse in LINQ

... (truncated)

Commits
  • 947a5d0 Release: Adds commits for 3.35.1 hotfix release (#3947)
  • b979061 SDK 3.35.0 : Adds version bump and changelog (#3920)
  • 6970222 [Internal] Direct Package Upgrade: Refactors Code to Bump Up Cosmos.Direct ...
  • 8684535 Documentations: Adds links to PatchItems docs (#3910)
  • b200491 [Preview] Query: Refactors EnableOptimisticDirectExecution to true by default...
  • 8137c77 [Query] Fixes empty property name parsing exception (#3907)
  • ea10439 Subpartitioning: Fixes handling of split physical partitions (#3879)
  • b924209 [Internal] Upgrade Resiliency: Adds Replica Health State Diagnostics. (#3835)
  • 28e03c8 ConnectionPolicy: Refactors Code to Reduce Default Request Timeout to 6 Secon...
  • d1dbe94 [Internal] Design Docs: Adds Design Document for Client Telemetry Part 2 (#3903)
  • 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.32.3 to 3.35.1.
- [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.32.3...3.35.1)

---
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 added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jul 12, 2023
@codecov-commenter
Copy link

Codecov Report

Merging #1906 (fbef712) into master (d5f1e36) will not change coverage.
The diff coverage is n/a.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##           master    #1906   +/-   ##
=======================================
  Coverage   66.71%   66.71%           
=======================================
  Files         227      227           
  Lines        8078     8078           
  Branches      580      580           
=======================================
  Hits         5389     5389           
  Misses       2544     2544           
  Partials      145      145           
Flag Coverage Δ
CosmosDb 58.53% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

@sungam3r sungam3r merged commit 78b5852 into master Jul 13, 2023
@sungam3r sungam3r deleted the dependabot/nuget/Microsoft.Azure.Cosmos-3.35.1 branch July 13, 2023 06:00
@sungam3r sungam3r mentioned this pull request Jul 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cosmosdb 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.

2 participants