-
Notifications
You must be signed in to change notification settings - Fork 677
Release Train Ockham (2020.0.0)
Mark Paluch edited this page Aug 10, 2020
·
16 revisions
This page contains a list of the most significant features and bugfixes implemented in the Spring Data Ockham release train that will not be back-ported into Neumann service releases. With this release train, we switch to a calver-based versioning scheme for the release train. The version follows the pattern YYYY.minor.micro
where minor
starts at 0 each year and gets incremented for each release in that year.
- M1 - Jun 25, 2020
- M2 - Aug 12, 2020
- RC1 - Sept 16, 2020
- RC2 - Sept 30, 2020
- GA - Oct 28, 2020
- Switch Release Train version to calver (
2020.0.0
) and introducespring-data-bom
artifact. - De-lombok production code.
- Restructure documentation
- Improve Graal Native Image experience
- Reactive SpEL and auditing support
- Upgrade to Redis 6.0
- Spring Data Build 2.4
- Spring Data Commons 2.4
- Spring Data JPA 2.4
- Spring Data MongoDB 3.1
- Spring Data Neo4j 6.0
- Spring Data for Apache Solr 4.2
- Spring Data Elasticsearch 4.1
- Spring Data Couchbase 4.1
- Spring Data for Apache Cassandra 3.1
- Spring Data for Apache Geode 2.4
- Spring Data Redis 2.4
- Spring Data REST 3.4
- Spring Data KeyValue 2.4
- Spring Data LDAP 2.4
- Spring Data JDBC 2.1
- Spring Data R2DBC 1.2
- Spring Data Envers 2.4
-
#1100- Remove BOM in favor of Spring Data BOM.
-
DATACMNS-1653- Add support for RxJava 3.
-
DATACMNS-1754- Support nested classes/interfaces for repository fragments.
-
DATAMONGO-2556- SupportcountAll()
inMongoOperations
.
-
DATAES-263- Inner Hits support. -
DATAES-866- Implement suggest search in reactive client. -
DATAES-678- IntroduceReactiveIndexOperations
.
-
DATAREDIS-1150- Add reactive variant ofRedisClusterCommands
.