File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## [ Unreleased]
88
9+
10+ ## [ 4.4.0] - 2024-09-24
11+
12+ - updated Java Driver to version ` 7.9.0 `
13+ - added MD-Index support (#320 , DE-789)
14+ - added allowRetry AQL query option (DE-589)
15+ - fixed arangoTemplate bean factory (#319 )
16+
17+
918## [ 4.3.0] - 2024-09-05
1019
1120- fixed delete with revision in ArangoRepository (#317 , DE-843)
Original file line number Diff line number Diff line change 1111
1212 <groupId >com.arangodb</groupId >
1313 <artifactId >arangodb-spring-data-integration-tests</artifactId >
14- <version >4.4.0-SNAPSHOT </version >
14+ <version >4.4.0</version >
1515
1616 <name >arangodb-spring-data-integration-tests</name >
1717 <description >ArangoDB Spring Data Integration Tests</description >
Original file line number Diff line number Diff line change 44
55 <groupId >com.arangodb</groupId >
66 <artifactId >arangodb-spring-data</artifactId >
7- <version >4.4.0-SNAPSHOT </version >
7+ <version >4.4.0</version >
88 <inceptionYear >2017</inceptionYear >
99 <packaging >jar</packaging >
1010
You can’t perform that action at this time.
0 commit comments