Skip to content

Releases: jeansossmeier/graphql-filter-java

Version 2.2.4

12 Jul 14:31
97243d0
Compare
Choose a tag to compare
  • Fixed metadata collector double quoted value normalization for single digits

Version 2.2.3

03 May 19:57
62e353d
Compare
Choose a tag to compare
  • Fix query values normalization and trimming before unquoting
  • Add parenthesis enclosing in multiple custom expression preparation

Version 2.2.2

18 Apr 22:11
bc97b0b
Compare
Choose a tag to compare
  • Fix custom string expression normalizing for multiple inputs

Version 2.2.1

18 Apr 21:51
8434b4e
Compare
Choose a tag to compare
  • Fix SQL query value normalizing for multiple quotes and also fix between operator for dates

Version 2.2.0

17 Apr 20:43
6a892e6
Compare
Choose a tag to compare
  • Fix SQL query value normalizer for more complex inputs

Version 2.1.0

12 Apr 22:13
ff14e8a
Compare
Choose a tag to compare
  • Allow parsing complex parameter structures as json and propagating via binary expression attributes

Version 2.0.0

06 Apr 21:15
fcf6049
Compare
Choose a tag to compare
  • Improved extensibility by providing custom field expressions and better transformers
  • Moved from javax to Jakarta
  • Upgraded all dependencies
  • Fixed infix funciton
  • Create SQL value normalizing
  • Overall field value refactoring
  • Change number value handling

Version 1.1.0

04 Apr 23:53
1985940
Compare
Choose a tag to compare

Improve AST Operator Extensibility

  • Create initial operator extensibility by making it a class and creating a registry for these.
  • Upgraded to Java 17
  • Some minor fixes, including field value infix generation