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: 206
Forks: 94
Open issues: 12
License: apache-2.0
Language: Java
Size: 30.1 MB
Dependencies parsed at: Pending
Created at: about 11 years ago
Updated at: 28 days ago
Pushed at: 28 days ago
Last synced at: 28 days ago
Topics: arangodb, database, driver, java, nosql, vpack
Bugfix-Release
2.7.5
- fixed issue #43 (ArangoDriver.getAqlFunctions(String) does not uses the defaultDatabase setting)
- fixed ArangoDriver.getCurrentDatabase() (does not use the defaultDatabase)
- fixed ArangoDriver.deleteQueryCache() (does not use the defaultDatabase)
- fixed ArangoDriver.getQueryCacheProperties() (does not use the defaultDatabase)
- fixed ArangoDriver.setQueryCacheProperties() (does not use the defaultDatabase)
- fixed ArangoDriver.reloadRouting() (does not use the defaultDatabase)
- fixed importing BaseDocuments
- fixed edges deserializer (issue #50)
Download
Bugfix-Release
4.1.3
- fixed error while serializing long values with VPackBuilder
- added bulk import API
Download
Bugfix-Release
4.1.2
- fixed GraphEntity for ArangoDatabase.getGraphs() (field name is null)
- added VelocyPack UTC_DATE parsing to Json String (ISO 8601)
- added configuration methods for VPackParser in ArangoDB.Builder
- added VPackJsonSerializer for VPackParser
Download
Download
Bugfix-Release
4.1.1
- changed json parsing of VelocyPack types not known in json
- fixed VelocyPack bug with non-ASCII characters
- added missing replicationFactor in CollectionCreateOptions
- added missing replicationFactor in CollectionPropertiesEntity
- added option serializeNull in DocumentUpdateOptions
Download
Bugfix-Release
3.1.3
- added better toString representation of ArangoHost
- added missing replicationFactor in CollectionOptions
Download
Download
Download
Bugfix-Release
3.1.1
- fixed ArangoDriver.getCurrentDatabase() (does not use the defaultDatabase)
- fixed ArangoDriver.deleteQueryCache() (does not use the defaultDatabase)
- fixed ArangoDriver.getQueryCacheProperties() (does not use the defaultDatabase)
- fixed ArangoDriver.setQueryCacheProperties() (does not use the defaultDatabase)
- fixed ArangoDriver.reloadRouting() (does not use the defaultDatabase)
Download
Bugfix-Release
3.0.5
- fixed ArangoDriver.getCurrentDatabase() (does not use the defaultDatabase)
- fixed ArangoDriver.deleteQueryCache() (does not use the defaultDatabase)
- fixed ArangoDriver.getQueryCacheProperties() (does not use the defaultDatabase)
- fixed ArangoDriver.setQueryCacheProperties() (does not use the defaultDatabase)
- fixed ArangoDriver.reloadRouting() (does not use the defaultDatabase)
Download