github Azure/azure-sdk-for-java azure-spring-data-cosmos_3.34.0

latest releases: azure-compute-batch_1.0.0-beta.1, azure-sdk-template-three_1.0.0-beta.3796273, azure-sdk-template-two_1.0.0-beta.3796273...
12 months ago

3.34.0 (2023-04-21)

Breaking Changes

  • Added a new flag overwritePolicy to CosmosIndexingPolicy that when set to true (by default it is false) will allow the user to overwrite the Indexing policy in Portal using the Indexing Policy defined in the SDK. This will affect users who change the Indexing Policy they have defined on the container and want that to overwrite what is in portal, you will now need to set the flag overwritePolicy to true for this to happen. The reason we have added this breaking change is that allowing overwrite of an existing indexing policy is considered too risky to be a default behavior. The risk is that you may be removing indexes through multiple indexing policy changes, and in that case the query engine may not provide consistent or complete results until all index transformations are complete. So we are changing the default behavior so that users must opt in to overwriting the indexing policy that exists. - See PR 33171

Bugs Fixed

  • Fixing ARRAY_CONTAINS annotated query bug in Reactive Spring introduced by fixing to IN annotated queries. - See PR 34274

Other Changes

  • Updated azure-cosmos to version 4.44.0.

Don't miss a new azure-sdk-for-java release

NewReleases is sending notifications on new releases.