3.36.0-beta.1 (2023-06-28)
Other Changes
- Optimized default implementation of
findById(ID id)
fromCrudRepository
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.