File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
src/main/java/com/arangodb/entity Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## [ Unreleased]
88
9+ ## [ 6.19.0] - 2022-10-04
10+
911- added support for ` search-alias ` views (ArangoDB 3.10 #461 )
1012- added support for nested search (ArangoDB 3.10, #460 )
1113- added support for ` classification ` , ` nearest_neighbors ` and ` minhash ` search analyzers (ArangoDB 3.10, #458 )
@@ -20,6 +22,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
2022- deprecated fulltext indexes (ArangoDB 3.10, #454 )
2123- fixed ` ConsolidationPolicy ` API
2224- deprecated MMFiles collection attributes (#442 )
25+ - deprecated for removal ` ArangoCursorInitializer ` and ` GraphDocumentReadOptions#isCatchException() `
2326- documented thead safe classes (#445 )
2427
2528## [ 6.18.0] - 2022-06-07
Original file line number Diff line number Diff line change 55
66 <groupId >com.arangodb</groupId >
77 <artifactId >arangodb-java-driver</artifactId >
8- <version >6.19.0-SNAPSHOT </version >
8+ <version >6.19.0</version >
99 <inceptionYear >2016</inceptionYear >
1010 <packaging >jar</packaging >
1111
Original file line number Diff line number Diff line change @@ -49,11 +49,6 @@ public CollectionEntity() {
4949 super ();
5050 }
5151
52- /**
53- * @deprecated Accessing collections by their internal ID instead of accessing them by name is deprecated and highly
54- * discouraged. This functionality may be removed in future versions of ArangoDB.
55- */
56- @ Deprecated
5752 public String getId () {
5853 return id ;
5954 }
You can’t perform that action at this time.
0 commit comments