Skip to content

Releases: arangodb/spring-data

Verision 4.7.0

20 Feb 10:22
bbbdeba

Choose a tag to compare

  • updated Java Driver to version 7.25.0

Version 5.0.0

12 Feb 21:32
7b82574

Choose a tag to compare

  • upgraded Spring Framework dependency to version 7.0 (DE-1087)
  • upgraded Spring Data Commons dependency to version 4.0 (DE-1087)
  • updated Java Driver to version 7.25.0

Version 4.6.0

18 Jun 14:09
e6a0f60

Choose a tag to compare

  • added support to Spring Data 3.5 (DE-1027, #329)
  • updated Java Driver to version 7.20.0
  • fixed CollectionCacheValue concurrency (#328)

Version 4.5.0

12 Dec 08:52
a47c507

Choose a tag to compare

  • added support to Spring Data 3.4
  • updated Java Driver to version 7.15.0
  • updated Jackson Dataformat Velocypack to version 4.5.0

Version 4.4.2

08 Nov 16:21
4f2e650

Choose a tag to compare

  • updated Java Driver to version 7.12.0

Version 4.4.1

23 Oct 09:00
cb4dda7

Choose a tag to compare

  • updated Java Driver to version 7.10.0

Version 4.4.0

24 Sep 11:21
883dfb0

Choose a tag to compare

  • updated Java Driver to version 7.9.0
  • added MD-Index support (#320, DE-789)
  • added allowRetry AQL query option (DE-589)
  • fixed arangoTemplate bean factory (#319)

Version 4.3.0

05 Sep 11:06
645e33c

Choose a tag to compare

  • fixed delete with revision in ArangoRepository (#317, DE-843)
  • fixed mapping of entities with non-string ids (#316, DE-842)
  • added METHOD and ANNOTATION_TYPE to property annotations targets (#314, DE-780)
  • fixed concurrency bug in date formatting and parsing (#313, DE-840)
  • updated arangodb-java-driver to version 7.8.0

Version 4.2.0

21 Jun 09:24
be8fab0

Choose a tag to compare

  • added support to Spring Data 3.3 (DE-816, #306)
  • 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)
  • fixed concurrency in annotation cache (#302)
  • dropped support for Spring Data 3.1 (DE-816, #306)
  • moved CI to CircleCI (DE-823, #308)

Version 4.1.0

24 Jan 13:53
60903ae

Choose a tag to compare

  • updated arangodb-java-driver to version 7.5.1
  • updated to Spring Data 3.2 (DE-767)
  • fixed VPACK support (DE-707, #297)
  • fixed type information equality (#288)