Skip to content

Releases: arangodb/java-velocypack

Version 2.3.0

28 Apr 11:11
Compare
Choose a tag to compare
  • bugfix serialization unindexed singleton arrays
  • added add(Byte), is(Byte), getAsByte() to VPackBuilder and VPackSlice
  • use custom VPackBuilder in VPackParser

Version 2.2.1

25 Mar 09:56
Compare
Choose a tag to compare
  • improved array iteration performances

Version 2.2.0

05 Mar 10:07
Compare
Choose a tag to compare
  • deserialization support for wildcard types
  • deserialization support for java.lang.Iterable
  • raised the minimum JVM source and target version to 8
  • All-Arguments constructor deserialization
  • Static Factory Method deserialization
  • Support for Kotlin data classes and Scala case classes
  • Builder deserialization

Version 2.1.1

20 Jan 10:03
Compare
Choose a tag to compare
  • fixed tagging bugs
  • fixed custom types byte size
  • fixed BCD byte size
  • Map and Set VPackInstanceCreators preserve collections entries order (based on LinkedHashSet and LinkedHashMap)

Version 2.1.0

20 Dec 14:45
Compare
Choose a tag to compare

Version 2.0.0

19 Dec 15:54
Compare
Choose a tag to compare
  • performance improvements
  • raised minimum supported Java version to Java 7

Version 1.4.3

22 Oct 14:23
Compare
Choose a tag to compare

jackson v2.9.10

1.4.2

29 Jul 15:25
Compare
Choose a tag to compare

Fixed

  • properly (always) close the builder object