|
1 | 1 | Spring Data REST Changelog |
2 | 2 | ========================== |
3 | 3 |
|
| 4 | +Changes in version 3.6.0-M1 (2021-07-16) |
| 5 | +---------------------------------------- |
| 6 | +* #2042 - Allow customization of `LinkCollector`. |
| 7 | +* #2040 - Allow customizing `AuditableBeanWrapperFactory`. |
| 8 | +* #2027 - Use a custom container for CI testing. |
| 9 | +* #2026 - Avoid using Guava's Charset. |
| 10 | +* #2025 - Add GraalVM resource-config.json to allow HAL Explorer usage with native images. |
| 11 | +* #2020 - Upgrade security related tests to Spring Security 5.5.0. |
| 12 | +* #2019 - Use Spring HATEOAS snapshots. |
| 13 | +* #2018 - Drop explicit dependency on JSON Path. |
| 14 | +* #2016 - Fix missing link in the documentations. |
| 15 | +* #2013 - Update HAL Explorer screenshots to version 0.17.0. |
| 16 | +* #2010 - Upgrade to HAL Explorer 0.17. |
| 17 | +* #2007 - DelegatingHandlerMapping does not implement MatchableHandlerMapping correctly. |
| 18 | +* #2005 - docs: replace HAL Browser documentation with HAL Explorer documentation. |
| 19 | +* #1989 - Update CI to Java 16. |
| 20 | +* #379 - Wording changes in reference documentation. |
| 21 | +* #372 - improve docs on assocation resource. |
| 22 | +* #370 - [docs] Correct resource name in query method section. |
| 23 | +* #356 - DATAREST-1392 - repository.resources.adoc HATEOAS broken link. |
| 24 | + |
| 25 | + |
4 | 26 | Changes in version 3.4.11 (2021-07-16) |
5 | 27 | -------------------------------------- |
6 | 28 | * #379 - Wording changes in reference documentation. |
@@ -1909,5 +1931,6 @@ Changes in version 2.0.0 M1 (2013-11-21) |
1909 | 1931 |
|
1910 | 1932 |
|
1911 | 1933 |
|
| 1934 | + |
1912 | 1935 |
|
1913 | 1936 |
|
0 commit comments