Skip to content

Commit e04910b

Browse files
committed
#1473 - Prepare 1.1.4 release.
Updated changelog. Added missing entries from 1.1.3 release as well.
1 parent 3182842 commit e04910b

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

src/main/resources/changelog.txt

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

4+
Changes in version 1.1.4 (2021-02-16)
5+
----------------------------------------
6+
- #1470 - AnnotationMappingDiscoverer does not preserve trailing mapping slashes.
7+
- #1466 - Upgrade to Spring 5.2.13.
8+
- #1465 - Upgrade to Reactor Dysprosium SR17.
9+
- #1460 - Link.parse(…) should be able to handle unquoted link relations.
10+
- #1455 - Multiple template variables using regular expression break link creation.
11+
- #1437 - Curies relation can be added to `_links` without any curie given by the curie provider.
12+
- #1435 - Backport rejection of @JsonValue types in EntityModel.
13+
- #1420 - Backport direct release to maven central.
14+
- #1414 - Extracted mappings still contain regex matching expressions.
15+
16+
Changes in version 1.1.3 (2020-12-09)
17+
----------------------------------------
18+
- #1408 - Release 1.1.3.
19+
- #1407 - Upgrade to Spring Framework 5.2.12.
20+
- #1387 - RepresentationModelProcessor invoked for invalid CollectionModel payload if specialized.
21+
422
Changes in version 1.1.2 (2020-09-15)
523
----------------------------------------
624
- #1370 - Release Spring HATEOAS 1.1.2.RELEASE.

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 = 52;
41+
private static final int MILESTONE_ID = 57;
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)