Skip to content

Commit 01c7a85

Browse files
author
Mark
committed
added changelog
1 parent f0c85df commit 01c7a85

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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+
113
v4.1.7 (2017-01-26)
214
---------------------------
315
* fixed importDocuments, insertDocuments to work with raw Jsons (issue #91)

0 commit comments

Comments
 (0)