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,LocalTimeandOffsetTimefields
Enhancements:
- Upped dependency versions.