Skip to content

Releases: kumuluz/kumuluzee-rest

v2.0.1

27 Mar 14:17
Compare
Choose a tag to compare

We are excited to announce a new major version of KumuluzEE REST - 2.0.1.

This release brings support for Java 17, along with the support for LocalDateTime, LocalDate, LocalTime and OffsetTime temporal fields and a couple of new filters - the BETWEEN and NBETWEEN filters.

The minimum supported Java version is now Java 11. If you are still using older versions of Java, please use the 1.x.x version of KumuluzEE REST instead.

Features:

  • Support for Java 17.
  • Added BETWEEN and NBETWEEN filters
  • Added support for LocalDateTime, LocalDate, LocalTime and OffsetTime fields

Enhancements:

  • Upped dependency versions.

v1.5.1

12 Mar 11:59
Compare
Choose a tag to compare

This minor release fixes an issue where filter wasn't properly applied when using the fields parameter.

v1.5.0

11 Mar 06:48
Compare
Choose a tag to compare

This release includes the following new features and enhancements:

Features:

Enhancements:

  • Added a set of convenient constructors for QueryOrder

v1.4.0

05 Nov 14:41
Compare
Choose a tag to compare

This release brings support for LocalDate and LocalDateTime.

Enhancements:

  • Support for LocalDate and LocalDateTime.

Bugs:

  • Upped jUnit patch version.

v1.3.2

25 Sep 05:45
Compare
Choose a tag to compare

This minor release fixes an issue where empty objects were returned as a result.

v1.3.1

10 Sep 12:46
Compare
Choose a tag to compare

This minor release includes several fixes and improvements:

  • added NLIKE and NLIKEIC operators, which are basically just negated versions of LIKE and LIKEIC
  • added LocalDate and LocalDateTime filtering support
  • improved query parsing fault resilience
  • added @ManyToOne rest mapping support
  • improved error reporting

v1.3.0

08 Jun 08:29
Compare
Choose a tag to compare

This release provides a set of new features and enhancements.

Features:

  • Added support for custom mappings between DTO properties and Entity,
  • Added feature to ignore REST fields.
  • Upped JPA to 2.2 and added streams support.
  • Support for Java time filtering and ordering.

Enhancements:

  • Lift JPA implementation dependencies in sync with KumuluzEE framework.
  • Implemented LIKE JPA operation support for UUID fields.
  • Implemented Queried object to return total count info and entity stream.

v1.2.3

11 Oct 07:23
Compare
Choose a tag to compare

This minor release provides support for Java version 9 and higher.

v1.2.2

06 Aug 09:47
Compare
Choose a tag to compare

This minor release includes several fixes and improvements:

  • it is now possible to select only the id field with the fields parameter
  • complex field selection is now possible using the fields parameter (e.g. customer.billingAddress.city)

v1.2.1

23 Apr 11:04
Compare
Choose a tag to compare

This minor release includes support for filtering fields of type java.time.Instant.