Skip to content

Releases: arangodb/java-velocypack

Version 3.1.0

20 Sep 18:26
d149cca

Choose a tag to compare

  • fixed memory consumption issue in dates serialization
  • explicit JPMS module name com.arangodb.velocypack

Version 3.0.0

30 Nov 13:40
f0fd70e

Choose a tag to compare

Version 2.5.4

24 Aug 08:11
c4fced3

Choose a tag to compare

  • fixed escaping in JSON string generation (#29)

Version 2.5.3

23 Apr 12:55

Choose a tag to compare

  • improved performances of VPackParser.toJson()
  • added VPackSlice.getSchemaDescription() to return a printable schema description of the VPack slice

Version 2.5.2

23 Mar 10:43

Choose a tag to compare

  • fixed start offset of byte array copy in VPackSlice.toByteArray

Version 2.5.1

21 Dec 14:55

Choose a tag to compare

Version 2.5.0

12 Oct 09:01

Choose a tag to compare

  • support deserializing ints as BigDecimals
  • removed escaping forward slash in VPackParser

Version 2.4.1

14 Aug 10:38

Choose a tag to compare

  • fixed base64 encoding for Java version >= 9

Version 2.4.0

29 Jul 08:40

Choose a tag to compare

  • added useTypeHints option to VPack.Builder

Version 2.3.1

05 May 11:34

Choose a tag to compare

  • shaded jackson dependency