File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1
1
Spring Data REST Changelog
2
2
==========================
3
3
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
+
4
19
Changes in version 3.4.4 (2021-02-17)
5
20
-------------------------------------
6
21
* #1965 - Avoid late registration of PathPatternParser on DelegatingHandlerMapping.
@@ -1777,5 +1792,6 @@ Changes in version 2.0.0 M1 (2013-11-21)
1777
1792
1778
1793
1779
1794
1795
+
1780
1796
1781
1797
You can’t perform that action at this time.
0 commit comments