Skip to content

Commit 0d10741

Browse files
committed
v6.19.0
1 parent cc6a7ac commit 0d10741

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

Diff for: ChangeLog.md

+3
Original file line numberDiff line numberDiff 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

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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

Diff for: src/main/java/com/arangodb/entity/CollectionEntity.java

-5
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)