3.6.1- Bugfixes for External Foreign Key handling and Custom Document Session listener, Documentation updates
In this small release we fixed two bugs:
- ExternalForeignKeyDefinition returns null for ReferenceDocumentType causing an exception (#1308),
- Custom listener not notifying properly for document
Update
method (although working forStore
) (#1296)
We fixed also flaky tests, to make CI and PR review process more stable. (#1303)
We placed also big update to Custom View Projection documentation (#1304)