Releases: arangodb/java-velocypack
Releases · arangodb/java-velocypack
Version 2.3.0
- bugfix serialization unindexed singleton arrays
- added
add(Byte)
,is(Byte)
,getAsByte()
to VPackBuilder and VPackSlice - use custom VPackBuilder in VPackParser
Version 2.2.1
- improved array iteration performances
Version 2.2.0
- 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
- fixed tagging bugs
- fixed custom types byte size
- fixed BCD byte size
- Map and Set VPackInstanceCreators preserve collections entries order (based on
LinkedHashSet
andLinkedHashMap
)
Version 2.1.0
- added tags support
Version 2.0.0
- performance improvements
- raised minimum supported Java version to Java 7
Version 1.4.3
jackson v2.9.10