GitHub / arangodb / arangodb-java-driver-async
ArangoDB Asynchronous Java driver
JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arangodb%2Farangodb-java-driver-async
PURL: pkg:github/arangodb/arangodb-java-driver-async
Stars: 42
Forks: 9
Open issues: 2
License: apache-2.0
Language: Java
Size: 1.23 MB
Dependencies parsed at: Pending
Created at: about 9 years ago
Updated at: 2 months ago
Pushed at: almost 2 years ago
Last synced at: 16 days ago
Topics: arangodb, database, driver, java, nosql, vpack
4.1.8
4.1.8
- changed java.util.Date serialization from VPack.date to VPack.string (ISO 8601)
- changed java.sql.Date serialization from VPack.date to VPack.string (ISO 8601)
- changed java.sql.Timestamp serialization from VPack.date to VPack.string (ISO 8601)
- changed java.java.time.Instant serialization from VPack.date to VPack.string (ISO 8601)
- changed java.java.time.LocalDate serialization from VPack.date to VPack.string (ISO 8601)
- changed java.java.time.LocalDateTime serialization from VPack.date to VPack.string (ISO 8601)
- added byte[] de-/serialization from/to VPack.string (Base64)
- added ArangoCollection.drop(isSystem)
- improved ArangoDBException with responseCode, errorNum, errorMessage
- changed ArangoCollection.deleteDocuments() to work with keys and documents
- fixed URL encoding bug (#97)
- fixed update/replaceDocumets with Json (#98)
Download
4.1.5
4.1.5
- fixed VPack String serialization (UTF-8 encoding)
- fixed VPack parsing of fields of type Object
- fixed VPack serializing of array with null values (issue #88)
- added configuration for custom annotations within VPack de-/serialization
- added support of transient modifier within VPack de-/serialization
Download
Bugfix-Release
4.1.4
- added VPack serializer/de-serializer for java.util.UUID
- fixed VPack parsing (issue #65, #80, #82)
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 ArangoDBAsync.Builder
- added VPackJsonSerializer for VPackParser
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
New release for ArangoDB 3.1
4.1.0
Features:
- VelocyStream protocol
- VelocyPack support
- multi document operations (insert, delete, update, replace)
Download