Skip to content

azure-cosmos_4.60.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 20 May 13:18
7f0c60b

4.60.0 (2024-05-19)

Features Added

  • Added cosmosVectorEmbeddingPolicy in cosmosContainerProperties and vectorIndexes in indexPolicy to support vector search in CosmosDB - See39379
  • Added support for non-streaming OrderBy query and a query feature NonStreamingOrderBy to support Vector Search queries. - See PR 39897
  • Added the capability to regionally scope session tokens used for operations scoped to a logical partition. - See PR 38003

Bugs Fixed

  • Ensured that excludedRegions is getting honored change feed operations. - See PR 38003

Other Changes

  • Added change to throw IllegalStateException when change feed mode is switched from AllVersionsAndDeletes to Incremental and vice-versa for the same deployment unit for EPK-Range based leases. See PR 38740