Releases: jeansossmeier/graphql-filter-java
Releases · jeansossmeier/graphql-filter-java
Version 2.2.4
- Fixed metadata collector double quoted value normalization for single digits
Version 2.2.3
- Fix query values normalization and trimming before unquoting
- Add parenthesis enclosing in multiple custom expression preparation
Version 2.2.2
- Fix custom string expression normalizing for multiple inputs
Version 2.2.1
- Fix SQL query value normalizing for multiple quotes and also fix between operator for dates
Version 2.2.0
- Fix SQL query value normalizer for more complex inputs
Version 2.1.0
- Allow parsing complex parameter structures as json and propagating via binary expression attributes
Version 2.0.0
- 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
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