File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66
77## [ Unreleased]
88
9+ ## [ 3.2.1] - 2025-10-21
10+
11+ - fixed check of reserved property keys
12+
913## [ 3.2.0] - 2025-10-02
1014
1115- ` HasStep ` filters pushdown (#20 , DE-1071)
Original file line number Diff line number Diff line change 66
77 <groupId >org.example</groupId >
88 <artifactId >arango-tinkerpop-demo</artifactId >
9- <version >3.2.0 </version >
9+ <version >3.2.1 </version >
1010
1111 <properties >
1212 <maven .compiler.source>21</maven .compiler.source>
1818 <dependency >
1919 <groupId >com.arangodb</groupId >
2020 <artifactId >arangodb-tinkerpop-provider</artifactId >
21- <version >3.2.0 </version >
21+ <version >3.2.1 </version >
2222 </dependency >
2323 <dependency >
2424 <groupId >ch.qos.logback</groupId >
Original file line number Diff line number Diff line change 1212
1313 <groupId >com.arangodb</groupId >
1414 <artifactId >arangodb-tinkerpop-provider</artifactId >
15- <version >3.2.0 </version >
15+ <version >3.2.1 </version >
1616 <packaging >jar</packaging >
1717
1818 <name >arangodb-tinkerpop-provider</name >
Original file line number Diff line number Diff line change 22
33set -e
44
5- /opt/gremlin-server/bin/gremlin-server.sh install com.arangodb arangodb-tinkerpop-provider 3.2.0
5+ /opt/gremlin-server/bin/gremlin-server.sh install com.arangodb arangodb-tinkerpop-provider 3.2.1
66/opt/gremlin-server/bin/gremlin-server.sh /arangodb/gremlin-server-arangodb.yaml
Original file line number Diff line number Diff line change 66
77 <groupId >org.example</groupId >
88 <artifactId >java-client</artifactId >
9- <version >3.2.0 </version >
9+ <version >3.2.1 </version >
1010
1111 <properties >
1212 <maven .compiler.source>17</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments