From 13efc90f6e8e5e90eeabb02602cf1c13eb4235aa Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Thu, 16 Jan 2020 16:05:01 +0100 Subject: [PATCH] DATAREST-1432 - Updated changelog. --- src/main/resources/changelog.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 512c41641..f90162ed0 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -1,6 +1,28 @@ Spring Data REST Changelog ========================== +Changes in version 3.3.0.M1 (2020-01-16) +---------------------------------------- +* DATAREST-1475 - Migrate GemFire tests to Geode. +* DATAREST-1472 - Switch to com.mongodb.client.MongoClient. +* DATAREST-1471 - Upgrade to Apache Solr 8.4. +* DATAREST-1470 - Switch to use factory methods of RepresentationModel types. +* DATAREST-1468 - Bump Cassandra and MongoDB modules to next major version. +* DATAREST-1467 - Update copyright years to 2020. +* DATAREST-1463 - Adapt to API changes in Spring HATEOAS' LinkBuilderSupport. +* DATAREST-1460 - ConcurrentModificationException in PersistentEntitiesResourceMappings. +* DATAREST-1458 - Compact lookup of association resources (via text/uri-list) broken. +* DATAREST-1453 - Enable JDK 11+ builds. +* DATAREST-1446 - DefaultExcerptProjector exposes projection present even if metadata returns Optional.empty(). +* DATAREST-1443 - Associated resources gets embedded and also linked. +* DATAREST-1440 - Fields mapped with @JsonAnySetter are no longer updatable with http PATCH. +* DATAREST-1436 - Reintroduce hamcrest dependency. +* DATAREST-1435 - Embedded resources default serialisation with projector. +* DATAREST-1432 - Release 3.3 M1 (Neumann). +* DATAREST-1430 - Publish Javadoc jar for HAL Browser/HAL Explorer. +* DATAREST-1356 - Can't PUT single-link URI references. + + Changes in version 3.2.4.RELEASE (2020-01-15) --------------------------------------------- * DATAREST-1467 - Update copyright years to 2020. @@ -1453,3 +1475,4 @@ Changes in version 2.0.0 M1 (2013-11-21) +