|
1 | 1 | Spring HATEOAS Changelog
|
2 | 2 | ========================
|
3 | 3 |
|
| 4 | +Changes in version 1.3 M2 (2021-02-16) |
| 5 | +---------------------------------------- |
| 6 | +- #1468 - AnnotationMappingDiscoverer does not preserve trailing mapping slashes. |
| 7 | +- #1462 - Upgrade to Reactor 2020.0.4. |
| 8 | +- #1458 - Link.parse(…) should be able to handle unquoted link relations. |
| 9 | +- #1457 - Add RepresentationModel.mapLink(LinkRelation, Function<Link, Link>) to handle or replace existing links. |
| 10 | +- #1456 - Properly guard against validation API < 2.0. |
| 11 | +- #1453 - Use new configuration infrastructure on MappingJackson2MessageConverter / Jackson2CodecSupport. |
| 12 | +- #1452 - Upgrade to Spring 5.3.4. |
| 13 | +- #1451 - Upgrade to ArchUnit 0.16.0. |
| 14 | +- #1450 - Multiple template variables using regular expression break link creation. |
| 15 | +- #1447 - Simplify Jackson customizations for HAL FORMS. |
| 16 | +- #1445 - Support for type attribute of HAL FORMS properties. |
| 17 | +- #1444 - Fix settings for documentation publishing. |
| 18 | +- #1443 - Expose affordance input payload media type in HAL FORMS contentType attribute. |
| 19 | +- #1442 - Support for input payload media type exposure for affordances. |
| 20 | +- #1441 - Improvements to AffordanceModelFactory SPI. |
| 21 | +- #1439 - Support for HAL FORMS min, max, minLength and maxLength attributes. |
| 22 | +- #1438 - Support for HAL FORMS placeholder property for template properties. |
| 23 | +- #1428 - Curies relation can be added to `_links` without any curie given by the curie provider. |
| 24 | +- #1427 - Support HAL-FORMS target template element property. |
| 25 | +- #1415 - Remove obsolete Spring plugins repository. |
| 26 | +- #1405 - Memory leak in WebHandler.AFFORDANCES_CACHE. |
| 27 | +- #1371 - Using @JsonValue in the type of the content of EntityModel is now broken. |
| 28 | +- #1253 - Collections not embedded with HAL compatible vendor specific media type. |
| 29 | +- #352 - ControllerLinkBuilder.linkTo fails to build a link to a method that uses entity as a target of @PathVariable in its signature. |
| 30 | +- #149 - AnnotatedParametersParameterAccessor uses DefaultFormattingConversionService. |
| 31 | +- #144 - linkTo and methodOn with custom RequestMappingHandlerMapping. |
| 32 | + |
4 | 33 | Changes in version 1.3 M1 (2021-01-13)
|
5 | 34 | ----------------------------------------
|
6 | 35 | - #1433 - Upgrade to Spring Framework 5.3.3.
|
|
0 commit comments