All Versions
138
Latest Version
Avg Release Cycle
16 days
Latest Release
-
Changelog History
Page 13
Changelog History
Page 13
-
v3.0.17 Changes
๐ Features โ Adds support for sorting by relationship (to-one) attributes. Misc ๐ Cleanup equals code style
-
v3.0.16 Changes
Misc
- Replaced deprecated Hibernate Criteria with JPQL/HQL.
-
v3.0.15 Changes
๐ Fixes
- Use inverse relation type when updating.
-
v3.0.14 Changes
๐ Fixes
- Properly handle incorrect relationship field name in Patch request instead of
Entity is null
- Properly handle invalid filtering input in HQL filtering
- Properly handle NOT in filterexpressionchecks
- Fix parameter order in commit permission check
- Properly handle incorrect relationship field name in Patch request instead of
-
v3.0.13 Changes
๐ Fixes
- Fixing regression in deferred permissions for updates
-
v3.0.12 Changes
Misc
- Cleanup hibernate stores to not care about multi edit transactions
- Removed dead code from hibernate3 transaction
- Special read permissions handling of newly created objects in Patch Extension
-
v3.0.11 Changes
๐ Fixes
- Change
UpdateOnCreate
check to be anOperationCheck
.
- Change
-
v3.0.10 Changes
๐ Fixes
- Use IdentityHashMap for ObjectEntityCache
- Miscellaneous cleanup.
-
v3.0.9 Changes
๐ Fixes
- Fix exception handler to pass verbose log even with unexpected exceptions.
- Fix life cycle hooks to trigger "general" hooks even when specific field acted upon.
- Build document list for swagger endpoint at the
/
path.
-
v3.0.8 Changes
๐ Features
- Add support for FieldSetToNull check.