Skip to content

Releases: spring-projects/spring-hateoas

1.3 M3

16 Mar 17:52
Compare
Choose a tag to compare
1.3 M3 Pre-release
Pre-release
  • #1497 - Upgrade to Spring 5.3.5.
  • #1494 - Improve HAL Link deserialization.
  • #1493 - Upgrade to JaCoCo 0.8.6.
  • #1492 - Upgrade to Jackson 2.12.
  • #1491 - Upgrade to Kotlin Coroutines 1.4.3.
  • #1490 - Upgrade to Reactor 2020.0.5.
  • #1489 - Release 1.3 M3.
  • #1484 - Significant performance regression in WebHandler.
  • #1483 - Add support for HAL-FORMS options element.
  • #1482 - Properly find project version number for CI jobs.
  • #1477 - DelegatingEntityLinks does not override linkForItermResource(Class<?>, Object).
  • #1474 - Migrate to new Sonatype infrastructure.
  • #1421 - Use JDK 15 for CI testing.

1.2.5

16 Mar 21:03
Compare
Choose a tag to compare
  • #1498 - Upgrade to Spring 5.3.5.
  • #1495 - Improve HAL Link deserialization.
  • #1486 - Significant performance regression in WebHandler.
  • #1478 - DelegatingEntityLinks does not override linkForItemResource(Class<?>, Object).

1.1.5

16 Mar 17:52
Compare
Choose a tag to compare
  • #1500 - Release 1.1.5.
  • #1496 - Improve HAL Link deserialization.
  • #1479 - DelegatingEntityLinks does not override linkForItemResource(Class<?>, Object).

1.3 M2

19 Feb 08:03
Compare
Choose a tag to compare
1.3 M2 Pre-release
Pre-release
  • #1468 - AnnotationMappingDiscoverer does not preserve trailing mapping slashes.
  • #1462 - Upgrade to Reactor 2020.0.4.
  • #1458 - Link.parse(…) should be able to handle unquoted link relations.
  • #1457 - Add RepresentationModel.mapLink(LinkRelation, Function<Link, Link>) to handle or replace existing links.
  • #1456 - Properly guard against validation API < 2.0.
  • #1453 - Use new configuration infrastructure on MappingJackson2MessageConverter / Jackson2CodecSupport.
  • #1452 - Upgrade to Spring 5.3.4.
  • #1451 - Upgrade to ArchUnit 0.16.0.
  • #1450 - Multiple template variables using regular expression break link creation.
  • #1447 - Simplify Jackson customizations for HAL FORMS.
  • #1445 - Support for type attribute of HAL FORMS properties.
  • #1444 - Fix settings for documentation publishing.
  • #1443 - Expose affordance input payload media type in HAL FORMS contentType attribute.
  • #1442 - Support for input payload media type exposure for affordances.
  • #1441 - Improvements to AffordanceModelFactory SPI.
  • #1439 - Support for HAL FORMS min, max, minLength and maxLength attributes.
  • #1438 - Support for HAL FORMS placeholder property for template properties.
  • #1428 - Curies relation can be added to _links without any curie given by the curie provider.
  • #1427 - Support HAL-FORMS target template element property.
  • #1415 - Remove obsolete Spring plugins repository.
  • #1405 - Memory leak in WebHandler.AFFORDANCES_CACHE.
  • #1371 - Using @JsonValue in the type of the content of EntityModel is now broken.
  • #1253 - Collections not embedded with HAL compatible vendor specific media type.
  • #352 - ControllerLinkBuilder.linkTo fails to build a link to a method that uses entity as a target of @PathVariable in its signature.
  • #149 - AnnotatedParametersParameterAccessor uses DefaultFormattingConversionService.
  • #144 - linkTo and methodOn with custom RequestMappingHandlerMapping.

1.2.4

19 Feb 08:06
Compare
Choose a tag to compare
  • #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

19 Feb 08:05
Compare
Choose a tag to compare
  • #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.