Skip to content

Commit 696564a

Browse files
committed
#1472 - Prepare 1.2.4 release.
Update changelog.
1 parent 2215bed commit 696564a

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

src/main/resources/changelog.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
Spring HATEOAS Changelog
22
========================
33

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

src/test/java/org/springframework/hateoas/support/ChangelogCreator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
*/
3939
class ChangelogCreator {
4040

41-
private static final int MILESTONE_ID = 58;
41+
private static final int MILESTONE_ID = 60;
4242
private static final String URI_TEMPLATE = "https://api.github.com/repos/spring-projects/spring-hateoas/issues?milestone={id}&state=closed";
4343

4444
public static void main(String... args) {

0 commit comments

Comments
 (0)