Spring Data 2021.1.0-M3 released
On behalf of the team, I’m delighted to announce the availability of the third Spring Data 2021.1.0
milestone. This release is the last milestone before entering the RC phase on mid October. This release ships besides numerous bugfixes and dependency upgrades a series of notable enhancements:
General
- Support jMolecules’
@Identity
as ID annotation - Publish delete events by repository methods
deleteInBatch
anddeleteAllInBatch
methods
MongoDB
- Support for MongoDB 5.0 aggregation stages and operators including
$setWindowFields
for aggregations using time-series. - Configuration options for MongoDB’s versioned Server API.
- Schema derivation for encrypted fields.
Redis
- Options to reuse bound connections.
- Enable
ReactiveRedisTemplate
for multi-tenancy usage. - Performance optimizations using Jedis with Redis Cluster.
Elasticsearch
- Improved client configuration callbacks.
Neo4j
- Support for cyclic mapping in projections.
We are working towards a release candidate release in mid-October and a GA release in early November. Watch out for the upcoming Spring Boot 2.6.0-M3
release in the next few days that is going to pick up this Spring Data milestone.
Finally, here are the links to the artifacts, changelogs, and documentation:
- Spring Data Commons 2.6 M3 - Artifacts - Javadoc - Documentation - Changelog
- Spring Data JDBC 2.3 M3 - Artifacts - Javadoc - Documentation - Changelog
- Spring Data JPA 2.6 M3 - Artifacts - Javadoc - Documentation - Changelog
- Spring Data MongoDB 3.3 M3 - Artifacts - Javadoc - Documentation - Changelog
- Spring Data KeyValue 2.6 M3 - Artifacts - Javadoc - Documentation - Changelog
- Spring Data Neo4j 6.2 M3 - Artifacts - Javadoc - Documentation - Changelog
- Spring Data for Apache Geode 2.6 M3 - Artifacts - Javadoc - Documentation - Changelog
- Spring Data for Apache Cassandra 3.3 M3 - Artifacts - Javadoc - Documentation - Changelog
- Spring Data R2DBC 1.4 M3 - Artifacts - Javadoc - Documentation - Changelog
- Spring Data LDAP 2.6 M3 - Artifacts - Javadoc - Documentation - Changelog
- Spring Data Envers 2.6 M3 - Artifacts - Javadoc - Documentation - Changelog
- Spring Data REST 3.6 M3 - Artifacts - Javadoc - Documentation - Changelog
- Spring Data Redis 2.6 M3 - Artifacts - Javadoc - Documentation - Changelog
- Spring Data Elasticsearch 4.3 M3 - Artifacts - Javadoc - Documentation - Changelog
- Spring Data Couchbase 4.3 M3 - Artifacts - Javadoc - Documentation - Changelog