Releases: arangodb/java-velocypack
Releases · arangodb/java-velocypack
Version 3.1.0
Version 3.0.0
- removed all databind capabilities (#31), which are now provided by jackson-dataformat-velocypack.
Version 2.5.4
- fixed escaping in JSON string generation (#29)
Version 2.5.3
- improved performances of
VPackParser.toJson()
- added
VPackSlice.getSchemaDescription()
to return a printable schema description of the VPack slice
Version 2.5.2
- fixed start offset of byte array copy in
VPackSlice.toByteArray
Version 2.5.1
- fixed getting attribute from
VPackSlice
withnull
key (spring-data#210)
Version 2.5.0
- support deserializing ints as BigDecimals
- removed escaping forward slash in VPackParser
Version 2.4.1
- fixed base64 encoding for Java version >= 9
Version 2.4.0
- added useTypeHints option to VPack.Builder
Version 2.3.1
- shaded jackson dependency