You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added LazyLoadingProxy.isResolved() to check whether a lazy proxy has been already resolved or not (DE-805, #271)
added support conputed values in data definitions (DE-779, docs-hugo#477)
added support mapping of computed values (DE-604, docs-hugo#477)
added configuration for changing ArangoRepository#save() behavior returning new entity instances instead of original ones (DE-539, #295, docs-hugo#476)
added support for Java records, Kotlin data classes and immutable entities (DE-539, #295, docs-hugo#476)
updated arangodb-java-driver to version 7.7.1
fixed unit of measure of GeoResults distance (DE-803)