Skip to content

v2.0.1

Latest
Compare
Choose a tag to compare
@urbim urbim released this 27 Mar 14:17
· 9 commits to master since this release

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.