#1473 - Prepare 1.1.4 release.
Updated changelog. Added missing entries from 1.1.3 release as well.
This commit is contained in:
@@ -1,6 +1,24 @@
|
||||
Spring HATEOAS Changelog
|
||||
========================
|
||||
|
||||
Changes in version 1.1.4 (2021-02-16)
|
||||
----------------------------------------
|
||||
- #1470 - AnnotationMappingDiscoverer does not preserve trailing mapping slashes.
|
||||
- #1466 - Upgrade to Spring 5.2.13.
|
||||
- #1465 - Upgrade to Reactor Dysprosium SR17.
|
||||
- #1460 - Link.parse(…) should be able to handle unquoted link relations.
|
||||
- #1455 - Multiple template variables using regular expression break link creation.
|
||||
- #1437 - Curies relation can be added to `_links` without any curie given by the curie provider.
|
||||
- #1435 - Backport rejection of @JsonValue types in EntityModel.
|
||||
- #1420 - Backport direct release to maven central.
|
||||
- #1414 - Extracted mappings still contain regex matching expressions.
|
||||
|
||||
Changes in version 1.1.3 (2020-12-09)
|
||||
----------------------------------------
|
||||
- #1408 - Release 1.1.3.
|
||||
- #1407 - Upgrade to Spring Framework 5.2.12.
|
||||
- #1387 - RepresentationModelProcessor invoked for invalid CollectionModel payload if specialized.
|
||||
|
||||
Changes in version 1.1.2 (2020-09-15)
|
||||
----------------------------------------
|
||||
- #1370 - Release Spring HATEOAS 1.1.2.RELEASE.
|
||||
|
||||
@@ -38,7 +38,7 @@ import com.jayway.jsonpath.JsonPath;
|
||||
*/
|
||||
class ChangelogCreator {
|
||||
|
||||
private static final int MILESTONE_ID = 52;
|
||||
private static final int MILESTONE_ID = 57;
|
||||
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) {
|
||||
|
||||
Reference in New Issue
Block a user