Skip to content

Releases: p3t/spring-cursorpaging

v0.9.9-RC5

05 Dec 12:30
@p3t p3t
ef5b3e2
Compare
Choose a tag to compare

What's Changed

  • Removed not needed and conflicting autoconfig. by @p3t in #66
  • re-added protobuf dependency for cursor serialization (removed wrong compile scope)

Full Changelog: v0.9.9-RC4...v0.9.9-RC5

API cleanup

03 Dec 17:14
@p3t p3t
fbf1cfd
Compare
Choose a tag to compare

!Breaking API Change!

Decided to rename Attribute.path(...) into Attribute.of(...). No need to distinguish between single attributes and attributes consisting out of a path of attributes here!

What's Changed

  • Cleanup tasks by @p3t in #64
  • API improvements & cleanup by @p3t in #65

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

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