Skip to content

Releases: arangodb/jackson-dataformat-velocypack

Version 2.0.0

12 Apr 11:53
Compare
Choose a tag to compare
  • updated velocypack dependency version
  • changed default Jackson dependencies versions to 2.12

Version 1.0.0

04 Feb 17:48
Compare
Choose a tag to compare
  • com.arangodb.jackson.dataformat.velocypack.VelocyJack has been removed from this project and added to
    com.arangodb:arangodb-java-driver (since version 6.9.0). To avoid naming conflicts it has been also renamed to
    com.arangodb.mapping.ArangoJack.

Version 0.4.0

19 Nov 10:56
Compare
Choose a tag to compare
  • support for ArangoDB driver and velocypack annotations (@DocumentField, @SerializedName, @Expose)
  • fixed UUID serialization

Version 0.3.1

14 Oct 11:11
Compare
Choose a tag to compare
  • fixed generation of vpack with trailing zeros

Version 0.3.0

12 Oct 09:34
Compare
Choose a tag to compare
  • miscellaneous fixes to provide compliance with jackson-databind tests
  • jackson v2.10.5

Version 0.2.0

03 Aug 13:58
Compare
Choose a tag to compare
  • compatibility with Java Platform Module System: moved VelocyJack under com.arangodb.jackson.dataformat.velocypack package

Version 0.1.5

23 Oct 09:00
Compare
Choose a tag to compare
  • arangodb-java-driver v6.4.1
  • jackson v2.9.10