Skip to content

Commit fc1c648

Browse files
author
mpv1989
committed
Change dependency com.arangodb:velocypack to 1.1.0
1 parent 3cfd0f7 commit fc1c648

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

ChangeLog

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,26 @@
11
v4.3.8 (2018-xx-xx)
22
---------------------------
3-
4-
* changed dependency com.arangodb:velocypack to 1.0.15
3+
* changed dependency com.arangodb:velocypack to 1.1.0
54
* fixed DateUtil does incorrect conversion of UTC time
5+
* serialize BigInteger/BigDecimal as String
66
* fixed reconnecting after ArangoDB restarts (issue #186)
77
* fixed ArangoCollection.updateDocuments() ignoring DocumentUpdateOptions.serializeNull (issue #180)
88

99
v4.3.7 (2018-04-17)
1010
---------------------------
11-
1211
* fixed property loading
1312

1413
v4.3.6 (2018-04-16)
1514
---------------------------
16-
1715
* added ArangoDB.Builder.maxConnectionTtl(Integer) (Issue #141, #186)
1816

1917
v4.3.5 (2018-04-11)
2018
---------------------------
21-
2219
* fixed compatibility for ArangoDatabase.getAqlFunctions() for ArangoDB 3.4
2320
* fixed internal exception handling in VST connection
2421

2522
v4.3.4 (2018-03-21)
2623
---------------------------
27-
2824
* fixed serialization of bind parameter with null values (Issue #176, #177)
2925
* made ErrorEntity serializable (Issue #178)
3026
* fixed VelocyStream multi-thread authentication bug

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<hamcrest-all.version>1.3</hamcrest-all.version>
2828
<junit.version>4.12</junit.version>
2929
<httpclient.version>4.5.1</httpclient.version>
30-
<arangodb.velocypack.version>1.0.15</arangodb.velocypack.version>
30+
<arangodb.velocypack.version>1.1.0</arangodb.velocypack.version>
3131
</properties>
3232

3333
<developers>

0 commit comments

Comments
 (0)