File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 11Spring Data REST Changelog
22==========================
33
4+ Changes in version 3.5.0-M3 (2021-02-17)
5+ ----------------------------------------
6+ * #1971 - Upgrade MongoDB tests to 4.2 driver.
7+ * #1970 - Repository Detection Strategy is labeled "ANNOTATION" in documentation vs "ANNOTATED" in codebase.
8+ * #1967 - Link to HATEOAS in docs results in a 404.
9+ * #1965 - Avoid late registration of PathPatternParser on DelegatingHandlerMapping.
10+ * #1964 - Adapt to changes in HalHandlerInstantiator constructor.
11+ * #1962 - Documentation: Reflect API changes in Spring HATEOAS 1.0+.
12+ * #1961 - Fix typo in the spring-data-rest documentation.
13+ * #1957 - Upgrade to Hal Explorer 0.15.0.
14+ * #1955 - Duplicate calls of a custom HandlerInterceptor's methods after updating to Spring Data REST 3.4.
15+ * #1926 - Using @JsonValue in embedded collection values causes an exception [DATAREST-1564].
16+ * #424 - Update repository after GitHub issues migration.
17+
18+
419Changes in version 3.4.4 (2021-02-17)
520-------------------------------------
621* #1965 - Avoid late registration of PathPatternParser on DelegatingHandlerMapping.
@@ -1783,5 +1798,6 @@ Changes in version 2.0.0 M1 (2013-11-21)
17831798
17841799
17851800
1801+
17861802
17871803
You can’t perform that action at this time.
0 commit comments