#1472 - Prepare 1.2.4 release.

Update changelog.
This commit is contained in:
Oliver Drotbohm
2021-02-16 14:54:55 +01:00
parent 2215bed01a
commit 696564a367
2 changed files with 14 additions and 1 deletions

View File

@@ -1,6 +1,19 @@
Spring HATEOAS Changelog
========================
Changes in version 1.2.4 (2021-02-16)
----------------------------------------
- #1469 - AnnotationMappingDiscoverer does not preserve trailing mapping slashes.
- #1467 - Fix setup of Servlet API consumption.
- #1464 - Upgrade to Reactor 2020.0.4.
- #1463 - Upgrade to Spring 5.3.4.
- #1459 - Link.parse(…) should be able to handle unquoted link relations.
- #1454 - Multiple template variables using regular expression break link creation.
- #1449 - API doc says "curieProvider can be null" but it is required.
- #1440 - Memory leak in WebHandler.AFFORDANCES_CACHE.
- #1436 - Curies relation can be added to `_links` without any curie given by the curie provider.
- #1434 - Backport rejection of @JsonValue types in EntityModel.
Changes in version 1.2.3 (2021-01-13)
----------------------------------------
- #1432 - Upgrade to Spring Framework 5.3.3.

View File

@@ -38,7 +38,7 @@ import com.jayway.jsonpath.JsonPath;
*/
class ChangelogCreator {
private static final int MILESTONE_ID = 58;
private static final int MILESTONE_ID = 60;
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed";
public static void main(String... args) {