Releases: spring-projects/spring-hateoas
Releases · spring-projects/spring-hateoas
1.2.4
- #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.
1.1.4
- #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.