Skip to content

azure-spring-data-cosmos_3.36.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 28 Jun 02:00
1fedbca

3.36.0-beta.1 (2023-06-28)

Other Changes

  • Optimized default implementation of findById(ID id) from CrudRepository so that it will execute point reads where id is also the partition key, and log a warning where it is not. The new behaviour is more optimal, especially for large containers with many partitions - see PR 35261.