microsoft / chat-copilot

MIT License
1.92k stars 650 forks source link

Bump Microsoft.Azure.Cosmos from 3.38.1 to 3.40.0 in /webapi #981

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 1 month ago

Bumps Microsoft.Azure.Cosmos from 3.38.1 to 3.40.0.

Release notes

Sourced from Microsoft.Azure.Cosmos's releases.

3.40.0

3.40.0 - 2024-05-17

Fixed

  • 4397 Query: Fixes ResponseMessage not parsing the IndexMetrics as text in latest sdk (#4397)
  • 4426 ChangeFeedProcessor: Fixes a bug properly when dealing with Legacy lease incremental documents that do not have a Mode property (#4426)
  • 4459 Query: Fixes non streaming order by to use flag from query plan (#4459)
  • 4253 Query: Fixes LINQ Serialization CamelCase Naming Policy (#4253)
  • 4493 Query: Fixes non streaming OrderByCrossPartitionQueryPipelineStage to remove state and handle splits (#4493)

Added

  • 4446 Query: Adds a new capability for non streaming order by in QueryFeatures (#4446)
  • 4433 Distributed Tracing: Adds Request charge and Payload size Threshold options (#4433)
  • 4462 Diagnostics: Adds DurationInMs to StoreResult (#4462)
  • 4492 Query: Adds an environment config to suppress sending NonStreamingOrderBy in the list of query features sent to the gateway (#4492)

3.40.0-preview.2

3.40.0-preview.2 - 2024-05-16

Fixed

  • 4413 Query: Fixes Persisted continuationToken issue (partition splits) by turning off Optimistic Direct Execution by default
  • 4419Query: Fixes bug in OrderByCrossPartitionQueryPipelineStage to ensure that errors in inner pipeline creation are bubbled up

3.40.0-preview.1

3.40.0-preview.1 - 2024-04-17

Fixed

  • 4426 ChangeFeedProcessor: Fixes ArgumentException when dealing with Legacy lease incremental documents that do not have a Mode property

3.40.0-preview.0

3.40.0-preview.0 - 2024-04-15

Fixed

  • 4334 ChangeFeedProcessor: Fixes when ChangeFeedMode is switched, an exception is thrown

Added

  • 4370 ChangeFeedProcessor: Adds AllVersionsAndDeletes support to ChangeFeedProcessor
  • 4380 ChangeFeedProcessor: Refactors AllVersionsAndDeletes Metadata Contract for ChangeFeed and ChangeFeedProcessor

    Note: A Rename refactoring was performed in the effort to reduce redundancy and achieve clarity from a user perspective. The previous type ChangeFeedItemChange<T> was strategically renamed to ChangeFeedItem<T>. The refactoring affects both ChangeFeed (pull), and the new ChangeFeedProcessor (push), when in AllVersionsAndDeletes ChangeFeedMode. LatestVersion ChangeFeedMode is not affected and will continue to function as expected.

3.39.2

3.39.2 - 2024-05-16

Fixed

  • 4413 Query: Fixes Persisted continuationToken issue (partition splits) by turning off Optimistic Direct Execution by default
  • 4419Query: Fixes bug in OrderByCrossPartitionQueryPipelineStage to ensure that errors in inner pipeline creation are bubbled up

3.39.1

3.39.1 - 2024-04-17

... (truncated)

Changelog

Sourced from Microsoft.Azure.Cosmos's changelog.

3.40.0 - 2024-05-17

Fixed

  • 4397 Query: Fixes ResponseMessage not parsing the IndexMetrics as text in latest sdk (#4397)
  • 4426 ChangeFeedProcessor: Fixes a bug properly when dealing with Legacy lease incremental documents that do not have a Mode property (#4426)
  • 4459 Query: Fixes non streaming order by to use flag from query plan (#4459)
  • 4253 Query: Fixes LINQ Serialization CamelCase Naming Policy (#4253)
  • 4493 Query: Fixes non streaming OrderByCrossPartitionQueryPipelineStage to remove state and handle splits (#4493)

Added

  • 4446 Query: Adds a new capability for non streaming order by in QueryFeatures (#4446)
  • 4433 Distributed Tracing: Adds Request charge and Payload size Threshold options (#4433)
  • 4462 Diagnostics: Adds DurationInMs to StoreResult (#4462)
  • 4492 Query: Adds an environment config to suppress sending NonStreamingOrderBy in the list of query features sent to the gateway (#4492)

3.40.0-preview.2 - 2024-05-16

3.39.2 - 2024-05-16

Fixed

  • 4413 Query: Fixes Persisted continuationToken issue (partition splits) by turning off Optimistic Direct Execution by default
  • 4419Query: Fixes bug in OrderByCrossPartitionQueryPipelineStage to ensure that errors in inner pipeline creation are bubbled up

3.40.0-preview.1 - 2024-04-17

3.39.1 - 2024-04-17

Fixed

  • 4426 ChangeFeedProcessor: Fixes ArgumentException when dealing with Legacy lease incremental documents that do not have a Mode property

3.40.0-preview.0 - 2024-04-05

Fixed

  • 4334 ChangeFeedProcessor: Fixes when ChangeFeedMode is switched, an exception is thrown

Added

  • 4370 ChangeFeedProcessor: Adds AllVersionsAndDeletes support to ChangeFeedProcessor
  • 4380 ChangeFeedProcessor: Refactors AllVersionsAndDeletes Metadata Contract for ChangeFeed and ChangeFeedProcessor

    Note: A Rename refactoring was performed in the effort to reduce redundancy and achieve clarity from a user perspective. The previous type ChangeFeedItemChange<T> was strategically renamed to ChangeFeedItem<T>. The refactoring affects both ChangeFeed (pull), and the new ChangeFeedProcessor (push), when in AllVersionsAndDeletes ChangeFeedMode. LatestVersion ChangeFeedMode is not affected and will continue to function as expected.

3.39.0 - 2024-04-05

Fixed

  • 4357 Distributed Tracing Documentation : Fixes the default value mentioned in code doc

Added

  • 4377 Integrated cache: Adds BypassIntegratedCache for public release
  • 4265 CosmosClientOptions: Adds Private Custom Account Endpoints
  • 4316 Distributed Tracing: Refactors code to rename net.peer.name attribute to server.address. Warning: This is a breaking change, only server.address will be emitted starting with this version.
  • 4339 Diagnostics: Adds Client Configuration for Synchronization context cases
  • 4333 Distributed Tracing: Adds configuration to disable network level tracing in sdk permanently
  • 4323 Query: Adds Support for LINQ Custom Serializer in Public Release

... (truncated)

Commits
  • 618d120 3.40.0: Adds new SDK versions and contract files (#4505)
  • 1142d66 [Internal] Release: Fixes SDK hotfix 3.39.2 release to disable query ODE by d...
  • d5f17f2 Query: Fixes non streaming OrderByCrossPartitionQueryPipelineStage to remove ...
  • 4746295 [Internal] Query : Fixes IndexMetrics Baselines (#4499)
  • a3c9d77 ContainerProperties: Refactors Vector Embedding and Indexing Policy Interface...
  • 3ae56db Query: Adds an environment config to suppress sending NonStreamingOrderBy in ...
  • 233390d Upgrade Direct package version to 3.34.0 (#4477)
  • f40d59a [Internal] Engineering: Fixes Nuget generation and copy process (#4475)
  • e78e5da Diagnostics: Adds DurationInMs to StoreResult (#4462)
  • 52a5b83 fix bug (#4473)
  • 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)
dependabot[bot] commented 2 weeks ago

Looks like Microsoft.Azure.Cosmos is up-to-date now, so this is no longer needed.