marcduiker / azure-functions-university

Repository with training material to learn all about Azure Functions <⚡>
Other
388 stars 92 forks source link

Bump Microsoft.Azure.Cosmos from 3.26.1 to 3.36.0 in /src/dotnetcore31/AzureFunctions.Cosmos #476

Open dependabot[bot] opened 1 year ago

dependabot[bot] commented 1 year ago

Bumps Microsoft.Azure.Cosmos from 3.26.1 to 3.36.0.

Release notes

Sourced from Microsoft.Azure.Cosmos's releases.

3.36.0

Fixed

Azure/azure-cosmos-dotnet-v3#4039 GatewayAddressCache: Fixes Unobserved Exception During Background Address Refresh (#4039) Azure/azure-cosmos-dotnet-v3#4098 Distributed Tracing: Fixes dependency failure on appinsights (#4098) Azure/azure-cosmos-dotnet-v3#4097 Distributed Tracing: Fixes SDK responses compatibility with opentelemetry response (#4097) Azure/azure-cosmos-dotnet-v3#4111 Distributed Tracing: Fixes traceid null exception issue (#4111)

Added

Azure/azure-cosmos-dotnet-v3#4009 Query: Adds ODE continuation token support for non-ODE pipelines (#4009) Azure/azure-cosmos-dotnet-v3#4078 Query: Adds LINQ RegexMatch Extension method (#4078) Azure/azure-cosmos-dotnet-v3#4001 Query: Adds public backend metrics property to Diagnostics (#4001) Azure/azure-cosmos-dotnet-v3#4016 CosmosClientOptions: Adds support for multiple formats of Azure region names (#4016) Azure/azure-cosmos-dotnet-v3#4056 Client Telemetry: Adds new public APIs (#4056) Note: Refer this Azure/azure-cosmos-dotnet-v3#3983 for API signature and default values.

Azure/azure-cosmos-dotnet-v3#4119 TriggerOperation: Adds Upsert Operation Support(#4119)

3.36.0-preview

Fixed

Azure/azure-cosmos-dotnet-v3#4039 GatewayAddressCache: Fixes Unobserved Exception During Background Address Refresh (#4039) Azure/azure-cosmos-dotnet-v3#4098 Distributed Tracing: Fixes dependency failure on appinsights (#4098) Azure/azure-cosmos-dotnet-v3#4097 Distributed Tracing: Fixes SDK responses compatibility with opentelemetry response (#4097) Azure/azure-cosmos-dotnet-v3#4111 Distributed Tracing: Fixes traceid null exception issue (#4111)

Added

Azure/azure-cosmos-dotnet-v3#4009 Query: Adds ODE continuation token support for non-ODE pipelines (#4009) Azure/azure-cosmos-dotnet-v3#4078 Query: Adds LINQ RegexMatch Extension method (#4078) Azure/azure-cosmos-dotnet-v3#4001 Query: Adds public backend metrics property to Diagnostics (#4001) Azure/azure-cosmos-dotnet-v3#4016 CosmosClientOptions: Adds support for multiple formats of Azure region names (#4016) Azure/azure-cosmos-dotnet-v3#4056 Client Telemetry: Adds new public APIs (#4056) Note: Refer this Azure/azure-cosmos-dotnet-v3#3983 for API signature and default values.

Azure/azure-cosmos-dotnet-v3#4119 TriggerOperation: Adds Upsert Operation Support(#4119)#### Added #4056 Client Telemetry: Adds new public APIs (#4056). WARNING: This is breaking change for preview SDK

Note: isDistributedTracingEnabled is removed from CosmosClientOptions and withDistributedTracing() is removed from CosmosClientBuilder. Refer this 3983 for new API signature and default values

3.35.4-preview

3.35.4-preview - 2023-09-15

Fixed

  • 3934 Subpartitioning: Fixes bug for queries on subpartitioned containers with split physical partitions

3.35.3

3.35.3 - 2023-08-10

Fixed

  • 4030 Upgrade Resiliency: Fixes Race Condition by Calling Dispose Too Early

Added

  • 4019 Upgrade Resiliency: Disables Replica Validation Feature By Default in Preview (The feature was previously enabled by default in the 3.35.2-preview release)

... (truncated)

Changelog

Sourced from Microsoft.Azure.Cosmos's changelog.

3.36.0 - 2023-10-24

Fixed

  • 4039 GatewayAddressCache: Fixes Unobserved Exception During Background Address Refresh (#4039)
  • 4098 Distributed Tracing: Fixes dependency failure on appinsights (#4098)
  • 4097 Distributed Tracing: Fixes SDK responses compatibility with opentelemetry response (#4097)
  • 4111 Distributed Tracing: Fixes traceid null exception issue (#4111)

Added

  • 4009 Query: Adds ODE continuation token support for non-ODE pipelines (#4009)
  • 4078 Query: Adds LINQ RegexMatch Extension method (#4078)
  • 4001 Query: Adds public backend metrics property to Diagnostics (#4001)
  • 4016 CosmosClientOptions: Adds support for multiple formats of Azure region names (#4016)
  • 4056 Client Telemetry: Adds new public APIs (#4056)

Note: Refer this 3983 for API signature and default values.

  • 4119 TriggerOperation: Adds Upsert Operation Support(#4119)

3.36.0-preview - 2023-10-24

Added

  • 4056 Client Telemetry: Adds new public APIs (#4056). WARNING: This is breaking change for preview SDK

Note: isDistributedTracingEnabled is removed from CosmosClientOptions and withDistributedTracing() is removed from CosmosClientBuilder. Refer this 3983 for new API signature and default values

3.35.4-preview - 2023-09-15

3.35.4 - 2023-09-15

Fixed

  • 3934 Subpartitioning: Fixes bug for queries on subpartitioned containers with split physical partitions

3.35.3-preview - 2023-08-10

3.35.3 - 2023-08-10

Fixed

  • 4030 Upgrade Resiliency: Fixes Race Condition by Calling Dispose Too Early

Added

  • 4019 Upgrade Resiliency: Disables Replica Validation Feature By Default in Preview (The feature was previously enabled by default in the 3.35.2-preview release)

3.35.2-preview - 2023-07-17

Fixed

  • 3973 Application Insights Integration: Fixes event generation for failed requests

Added

  • 3951 Upgrade Resiliency: Adds Code to Enable Replica Validation Feature By Default for Preview

3.35.2 - 2023-07-17

... (truncated)

Commits
  • 70855cb Release 3.36.0: Fixes client config test and preview pipeline (#4149)
  • 3f48041 [Internal] Query: Removes Ode changes which rejected certain types of queries...
  • df83991 Update CosmosItemTests.cs (#4145)
  • e718104 Release 3.36.0: Fixes Client Telemetry Integration test (#4133)
  • 77b11b5 Release 3.36.0: Fixes pipeline by removing ReleasePackage variable (#4130) (#...
  • 5777a3a SDK 3.36.0 : Adds version bump and changelog (#4118)
  • 51a8c6c TriggerOperation: Adds Upsert Operation Support (#4119)
  • 8f65cd2 Query : Adds Missing QueryMetrics Documentation (#4127)
  • 20547bc [Internal] Direct Package: Adds version bump (#4120)
  • 7db0aa0 Telemetry Options: Adds telemetry options in GA package (#4117)
  • 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 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)