GitHub / arangodb / arangodb-java-driver
The official ArangoDB Java driver.
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arangodb%2Farangodb-java-driver
PURL: pkg:github/arangodb/arangodb-java-driver
Stars: 207
Forks: 94
Open issues: 12
License: apache-2.0
Language: Java
Size: 30.3 MB
Dependencies parsed at: Pending
Created at: about 11 years ago
Updated at: 25 days ago
Pushed at: 25 days ago
Last synced at: 25 days ago
Topics: arangodb, database, driver, java, nosql, vpack
Download
Version 7.21.0
v7.21.0
- added SSL configuration properties (DE-1010, #611)
- fixed support to Jackson
2.19
Full Changelog: https://github.com/arangodb/arangodb-java-driver/compare/v7.20.0...v7.21.0
Download
Version 7.20.0
v7.20.0
- added option
usePlanCachetoAqlQueryOptions(DE-973, #609) - updated Jackson version to
2.19(DE-1012, #607)
Download
Version 7.19.0
v7.19.0
- fixed connection pool load-balancing (DE-1016, #602), now the connection pool:
- keeps track of busy connections (or busy HTTP/2 streams)
- enqueues new requests only to connections that are not busy (or that have available HTTP/2 streams)
- waits asynchronously if all the connections are busy (or all HTTP/2 streams are busy)
- added new option to configure HTTP/1.1 pipelining (
com.arangodb.ArangoDB.Builder.pipelining(Boolean)),
falseby default - changed default configuration HTTP/1.1 pipelining to
false
Download
Version 7.18.0
v7.18.0
- updated
jackson-dataformat-velocypackto version4.6.0 - exposed configuration properties keys in
ArangoConfigProperties - deprecated
CollectionStatus - fixed
equals()andhashCode()in some entity classes
Download
Version 7.17.1
v7.17.1
- implemented
equals()andhashCode()for all entity classes - fixed overlapping resources in shaded package
Download
Version 7.17.0
v7.17.0
- allow construct
ArangoConfigPropertiesfromjava.util.Properties(DE-976) - made
BaseDocumentandBaseEdgeDocumentserializable (#596)
Download
Version 7.16.0
v7.16.0
- improved deserialization of
RawBytesandRawJson(#592, DE-969) - added support to Jakarta JSON-P data types (#593, DE-968)
- fixed ArangoSearch
PrimarySortserialization
Download
Version 7.15.0
v7.15.0
- added missing collection options (#590, DE-961)
- improved serde performances (#588, DE-959)
Download
Version 7.14.0
v7.14.0
- support all AQL query options in
ArangoDatabase.explainAqlQuery()(#589, ES-2266)
Download