You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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