Skip to content

Releases: toedter/spring-hateoas-jsonapi

v2.1.4

27 May 06:54

Choose a tag to compare

Dependency Bumps

  • Bump dependencies based on Spring Boot 3.5.0
  • Bump dependencies based on Spring HATEOAS 2.5.0

v2.1.3

01 Mar 12:18

Choose a tag to compare

Bug Fixes

  • Now jsonapi object allowed in POST/PATCH request bodies (see #124)

Dependency Bumps

  • Bump dependencies based on Spring Boot 3.4.3

v2.1.2

15 Feb 11:00

Choose a tag to compare

Dependency Bumps

  • Bump dependency to Spring HATEOAS 2.4.1
  • Bump dependencies based on Spring Boot 3.4.2

v2.1.1

07 Dec 12:27

Choose a tag to compare

Dependency Bumps

  • Bump dependency to Spring HATEOAS 2.4.0
  • Bump dependencies based on Spring Boot 3.4.0

v2.1.0

13 Aug 10:16

Choose a tag to compare

Features

Documentation

  • add new configuration documentation

Dependency Bumps

  • Bump dependency to Spring HATEOAS 2.3.1
  • Bump dependencies based on Spring Boot 3.3.2

Contributors
Thank you to all the contributors who worked on this release:
@jimirocks

v2.0.8

28 Jun 07:45

Choose a tag to compare

Documentation

Example

  • improve JSDON:API error handling

Dependency Bumps

  • Bump dependency to Spring HATEOAS 2.3.0
  • Bump dependencies based on Spring Boot 3.3.1

v2.0.7

31 Dec 12:55

Choose a tag to compare

Bug Fixes

  • Fix combination of @JsonApiMeta together with @JsonInclude(JsonInclude.Include.NON_NULL) (#85)

Dependency Bumps

  • Bump dependency to Spring HATEOAS 2.2.0
  • Bump dependencies based on Spring Boot 3.2.1

v2.0.6

23 Sep 08:25

Choose a tag to compare

Misc

  • Improve example

Dependency Bumps

  • Bump dependency to Spring HATEOAS 2.1.2
  • Bump dependencies based on Spring Boot 3.1.4

v2.0.5

29 May 09:20

Choose a tag to compare

Misc

  • Fix imports of JsonIgnore

Dependency Bumps

  • Bump dependency to Spring HATEOAS 2.1.0
  • Bump dependencies based on Spring Boot 3.1.0

v2.0.4

18 Mar 10:52

Choose a tag to compare

Bug Fixes

  • Fix serialization of inherited meta information (field or method). (#74)