8000 Upgrade dependency velocypack 1.4.0 · machak/arangodb-java-driver@7a7a78c · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a7a78c

Browse files
author
mpv1989
committed
Upgrade dependency velocypack 1.4.0
1 parent 491a75b commit 7a7a78c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ChangeLog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
### Changed
10+
11+
- upgraded dependency velocypack 1.4.0
12+
13+
- added support for generic types
14+
15+
Serialize the class name in a field \_class when necessary. Field name can be configured through VPack.Builder#typeKey(String)
16+
917
## [5.0.0-RC.1] - 2018-09-12
1018

1119
### Added

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<properties>
2424
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2525
<slf4j-api.version>1.7.13</slf4j-api.version>
26-
<arangodb.velocypack.version>1.3.0</arangodb.velocypack.version>
26+
<arangodb.velocypack.version>1.4.0</arangodb.velocypack.version>
2727

2828
<!-- provided -->
2929
<httpclient.version>4.5.1</httpclient.version>

0 commit comments

Comments
 (0)
0