File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 1+ v4.1.8 (2017-02-xx)
2+ ---------------------------
3+ * changed java.util.Date serialization from VPack.date to VPack.string (ISO 8601)
4+ * changed java.sql.Date serialization from VPack.date to VPack.string (ISO 8601)
5+ * changed java.sql.Timestamp serialization from VPack.date to VPack.string (ISO 8601)
6+ * changed java.java.time.Instant serialization from VPack.date to VPack.string (ISO 8601)
7+ * changed java.java.time.LocalDate serialization from VPack.date to VPack.string (ISO 8601)
8+ * changed java.java.time.LocalDateTime serialization from VPack.date to VPack.string (ISO 8601)
9+ * added byte[] de-/serialization from/to VPack.string (Base64)
10+ * added ArangoCollection.drop(isSystem)
11+ * improved ArangoDBException with responseCode, errorNum, errorMessage
12+
113v4.1.7 (2017-01-26)
214---------------------------
315* fixed importDocuments, insertDocuments to work with raw Jsons (issue #91)
You can’t perform that action at this time.
0 commit comments