Skip to content

4.1.8

Compare
Choose a tag to compare
@mvollmary mvollmary released this 03 Feb 14:23
· 1346 commits to main since this release
  • 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)
  • 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)