Skip to content

Releases: spring-projects/spring-hateoas

1.3.2

23 Jun 14:07
Compare
Choose a tag to compare
  • #1554 - Upgrade to Spring Framework 5.3.8.
  • #1553 - Upgrade to Reactor 2020.0.8.
  • #1549 - IllegalStateException with @RequestParam Map<String, String>.
  • #1546 - Upgrade to JSON Smart 2.3.1.

1.2.7

23 Jun 14:07
Compare
Choose a tag to compare
  • #1556 - Upgrade to Reactor 2020.0.8.
  • #1555 - Upgrade to Spring Framework 5.3.8.
  • #1546 - Upgrade to JSON Smart 2.3.1.

1.3.1

12 May 14:17
Compare
Choose a tag to compare
  • #1533 - Upgrade to Spring 5.3.7.
  • #1532 - Add build profile for Kotlin 1.5.0 compatibility.
  • #1531 - Make WebConverters public.
  • #1524 - Provide additional HtmlInputType's for checkbox, radio and file.
  • #1522 - Cannot bootstrap HATEOAS without a default media type enabled.
  • #1519 - Handle deprecation for PropertyNamingStrategyBase.
  • #1517 - Exception on HAL serialization with object mapper configured to sort map entries by keys.

1.2.6

12 May 12:58
Compare
Choose a tag to compare
  • #1536 - Add build profile for Kotlin 1.5.0 compatibility.
  • #1535 - Upgrade to Spring 5.3.7.
  • #1518 - Exception on HAL serialization with object mapper configured to sort map entries by keys.

1.3.0

14 Apr 17:12
Compare
Choose a tag to compare
  • #1513 - Upgrade to Jackson 2.12.3.
  • #1512 - Upgrade to Spring Framework 5.3.6 and Reactor 2020.0.6.
  • #1510 - Support for defining selected value on HalFormsOptions.
  • #1509 - Migrate to main branch.
  • #1507 - Potential NullPointerException in Jsr303AwarePropertyMetadata.

1.3 RC1

31 Mar 14:46
Compare
Choose a tag to compare
  • #1505 - Improve signature of HalFormsOptions.inline(…).
  • #1504 - Allow mapping links conditionally via RepresentationModel.mapLinkIf(…).

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.