Skip to content

Releases: spring-projects/spring-hateoas

1.4 M2

16 Sep 10:10
Compare
Choose a tag to compare
1.4 M2 Pre-release
Pre-release
  • #1591 - Allow to register custom media type for HAL FORMS.
  • #1590 - Add fallback type information to empty CollectionModels.
  • #1588 - WebMvcLinkBuilder.linkTo(Method, Object[]) does not append request parameters properly.
  • #1575 - Support for non-composite request parameter rendering on link creation.
  • #1565 - UriBuilder query parameter encoding behaves differently depending on required RequestParameter.
  • #1485 - Special characters in request parameters not fully encoded when generating links from controller methods.

1.4 M1

14 Jul 22:06
Compare
Choose a tag to compare
1.4 M1 Pre-release
Pre-release
  • #1586 - Upgrade to Reactor 2020.0.9.
  • #1585 - Upgrade to Spring Framework 5.3.9.
  • #1583 - Full support for level 4 URI templates.
  • #1563 - Consider @JsonProperty-defined property name for affordance metadata.
  • #1562 - Add MARKDOWN as a supported Alps documentation format.
  • #1557 - Add @DecimalMin and @DecimalMax for Hal+Forms Property Metadata.
  • #1548 - IllegalStateException with @RequestParam Map<String, String>.
  • #1545 - Upgrade to JSON Path 2.6.0.
  • #1540 - Embedded curie causes two _links in API response.
  • #1534 - Upgrade to Spring 5.3.7.
  • #1530 - Add build profile for Kotlin 1.5.0 compatibility.
  • #1529 - Make WebConverters public.
  • #1523 - Provide additional HtmlInputType's for checkbox, radio and file.
  • #1521 - Cannot bootstrap HATEOAS without a default media type enabled.
  • #1516 - Handle deprecation for PropertyNamingStrategyBase.
  • #1515 - Exception on HAL serialization with object mapper configured to sort map entries by keys.
  • #1475 - Fix custom media type parser documentation.
  • #467 - AnnotationMappingDiscoverer should read @RequestMapping#params().

1.3.3

14 Jul 14:41
Compare
Choose a tag to compare
  • #1580 - Upgrade to Reactor 2020.0.9.
  • #1579 - Upgrade to Spring Framework 5.3.9.
  • #1570 - Embedded curie causes two _links in API response.
  • #1569 - Fix custom media type parser documentation.
  • #1568 - Add MARKDOWN as a valid format for ALPS mediatype.
  • #1566 - Consider @JsonProperty-defined property name for affordance metadata.
  • #1560 - Support for implicitly not required request parameters.

1.2.8

14 Jul 14:40
Compare
Choose a tag to compare
  • #1578 - Upgrade to Reactor 2020.0.9.
  • #1577 - Upgrade to Spring Framework 5.3.9.
  • #1571 - Embedded curie causes two _links in API response.
  • #1561 - Support for implicitly not required request parameters.

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(…).