Release 0.3.26
Release Notes
New Features:
feat: add NE predicate for custom attributes criteria expressions (#140) 4862ad0
feat: add optional argument for plural attributes (#138) e2ddd4d
feat: add AND/OR logical criteria list in schema and query (#134) 764c439
feat: add IN | NIN predicate for custom attribute types (#136) ac7bda6
feat: add equals criteria support for custom attributes types (#133) a18a6ce
feat: Provide default GraphQLObjectCoercing fallback for non-existing Java classes (#130) 1a27eee
Fixes
fix: correct element collection fetch sort order (#149) 5327a22
fix: add support for nested where criteria expressions (#148) 2065101
fix: separate reuse fetch and join methods with better apis fcf9f12
fix: TODO plural predicate fetch join detection 3aa3347
fix: build fetch joins from selection graph (#137) d452620
fix: enable default distinct configuration property (#135) 6359449
fix: use GrpaphQL execution context to resolve variable references (#129) 5f9da5f
fix: use stream().distinct() to remove duplicates from root entities (#128) d0758e7
fix: resolve variable references in GraphQLObjectCoercing (#127) fc2ab23