Releases: kumuluz/kumuluzee-rest
Releases · kumuluz/kumuluzee-rest
v2.0.1
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
andOffsetTime
fields
Enhancements:
- Upped dependency versions.
v1.5.1
v1.5.0
This release includes the following new features and enhancements:
Features:
- Complex queries support
- Count toggle support
Enhancements:
- Added a set of convenient constructors for
QueryOrder
v1.4.0
v1.3.2
v1.3.1
This minor release includes several fixes and improvements:
- added
NLIKE
andNLIKEIC
operators, which are basically just negated versions ofLIKE
andLIKEIC
- added
LocalDate
andLocalDateTime
filtering support - improved query parsing fault resilience
- added
@ManyToOne
rest mapping support - improved error reporting
v1.3.0
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.