Skip to content

Releases: p3t/spring-cursorpaging

Next-request in page fixed and value converstions in filters

15 Nov 22:14
@p3t p3t
48feb4d
Compare
Choose a tag to compare

What's Changed

  • Upgrade to java 21 by @p3t in #63

Full Changelog: v0.9.9-RC2...v0.9.9-RC3

Fix lombok issue when including library

13 Nov 09:39
@p3t p3t
Compare
Choose a tag to compare
Pre-release

Fix: Lombok stops to produce code when including this library

Fixing dependency issues

07 Nov 14:35
@p3t p3t
66aa427
Compare
Choose a tag to compare

With the last release I observed issues using lombok in the project including the library.
Still unclear where this is coming from but maybe the way gradle generates the maven-pom and the included dependencies do cause the issue.
Before switching the complete build to maven - this is a try to fix the issue.

What's Changed

Full Changelog: v0.9.8...v0.9.9-RC1

v0.9.8

24 Oct 21:15
@p3t p3t
9bcbddc
Compare
Choose a tag to compare

What's Changed

  • Bump the gradle-patch group with 2 updates by @dependabot in #57
  • Major refactoring to support or/and operations in filters. by @p3t in #58
    • Support of AND/OR filter combinations
    • New Filters utility class
    • Support for serialization of rule-parameters, as well as a callback on a RuleFactory on deserialization

WARNING

This release contains breaking API changes, due to a major changes in the filter-structure. This includes the DtoPageRequest as well as the proto3 used for serialization of PageRequests

Full Changelog: v0.9.7...v0.9.8

Further filter improvements: Ignore case option

16 Oct 15:41
@p3t p3t
d6907d2
Compare
Choose a tag to compare

What's Changed

  • Added option to attribute to ignore case for comparison operations by @p3t in #56

Full Changelog: v0.9.6...v0.9.7

Filter improvements: Greater/Less than

16 Oct 13:38
@p3t p3t
152662e
Compare
Choose a tag to compare

What's Changed

  • Extended filtering to support greater-than & less-than by @p3t in #55

Full Changelog: v0.9.5...v0.9.6

Support for filtering by attributes of entitys in many-to-many relationships

16 Oct 08:56
@p3t p3t
2002033
Compare
Choose a tag to compare

What's Changed

  • Extended filtering on entity-attributes referenced by many-to-many relationships by @p3t in #54

Full Changelog: v0.9.4...v0.9.5

Bugfix for enum filtering

14 Oct 17:24
@p3t p3t
94324df
Compare
Choose a tag to compare

What's Changed

  • Fix issue where filter by enum-attribute causes a "cannot cast to tiny int exception" by @p3t in #53

Full Changelog: v0.9.3...v0.9.4

API Improvments

10 Oct 09:24
@p3t p3t
b4b79c1
Compare
Choose a tag to compare

Major news

The page request can be instructed to also calculate the total count.
The total count is only calculated once also for all subsequent cursor calls until either new page-request is created or the re-calculation is enforced.

What's Changed

  • Bump the gradle-patch group across 1 directory with 5 updates by @dependabot in #48
  • Bump the gradle-patch group with 2 updates by @dependabot in #49
  • Bump org.mockito:mockito-core from 5.13.0 to 5.14.1 by @dependabot in #50
  • Feature/small api improvements by @p3t in #51
  • update version to next release by @p3t in #52

Full Changelog: v0.9.2...v0.9.3

Filter Improvements

24 Sep 08:39
@p3t p3t
bea9781
Compare
Choose a tag to compare

What's Changed

  • Let filter be ignored if they do not contain a filter value by @p3t in #43
  • Feature/filter by like expression by @p3t in #44
  • Update docu by @p3t in #47

Full Changelog: v0.9.1...v0.9.2