First milestone of Spring Data 2021.0.0 released
On behalf of the team and everyone who contributed, I'd like to announce the first milestone of the Spring Data 2021.0.0
release train. This release ships with over 100 tickets fixed. This Spring Data release is the next release to use calver.
The most notable new features are:
- Support for
deleteAllById(Iterable<ID>)
inCrudRepository
andReactiveCrudRepository
- Usage of Prepared Statements for
CassandraTemplate
and repository queries, including index-based parameter bindings - Upgrade to Elasticsearch 7.10.0
You can find the entire roadmap, including a curated change selection, on the 2021.0.0
release wiki page. We're working now towards a second milestone that will be…