All Versions
116
Latest Version
Avg Release Cycle
31 days
Latest Release
1463 days ago

Changelog History
Page 1

  • v7.0.2-SNAPSHOT

    April 16, 2020
  • v7.0.1-SNAPSHOT

    April 16, 2020
  • v7.0.0-SNAPSHOT

    February 03, 2020
  • v6.18.0 Changes

    June 07, 2022
    • ๐Ÿ—„ deprecated usage of deprecated server API (#440)
    • introduced new field entity annotations: @Id, @Key, @Rev, @From, @To (#439)
    • ๐Ÿ—„ deprecated VPack serialization in favor of Jackson API
    • โž• added deduplicate option in PersistentIndex (#437)
  • v6.17.0 Changes

    May 17, 2022
    • โšก๏ธ updated dependencies
    • ๐Ÿ›  fixed IndexOutOfBoundsException in RoundRobinHostHandler (#435)
    • ๐Ÿ›ฐ warn on json request payload size too big (#434)
    • ๐Ÿ›  fixed various serialization bugs in native image (#425)
  • v6.16.1 Changes

    February 23, 2022
    • ๐Ÿ›  fixed retry behavior of HTTP connections in case of timeout exceptions (#429)
    • ๐Ÿ›  fixed NPE when serializing ArangoSearch properties (#427)
  • v6.16.0 Changes

    January 27, 2022
    • ๐Ÿ—„ deprecated hash and skiplist indexes (#424)
    • ๐Ÿ›  fixed active failover concurrency bug (#423)
    • โž• added support for overload metrics (ArangoDB 3.9, #419)
    • โž• added support for Segmentation and Collation ArangoSearch analyzers (ArangoDB 3.9, #418)
    • โž• added support for ZKD indexes (ArangoDB 3.9, #417)
    • โž• added all log topic (ArangoDB 3.9, #416)
    • โž• added support for Hybrid SmartGraphs (ArangoDB 3.9, #415)
    • โž• added support for database unicode names, added DbName class to represent database names in public API parameters to ease unicode names normalization (ArangoDB 3.9, #405)
  • v6.15.0 Changes

    December 29, 2021
    • JWT authentication (#421)
    • ๐Ÿ›  fixed swallowing connection exceptions (#420)
    • ๐Ÿ›  fixed stopwords analyzer (#414)
    • set max retries for active failover redirects (#412)
    • ๐Ÿ›  fixed deserializing null value as String (#411)
  • v6.14.0 Changes

    October 01, 2021
    • ๐Ÿ›  fixed issues with non-English locales (#407)
    • ๐Ÿ‘ implemented support for GET /_admin/server/id
    • ๐Ÿ›  fixed acquireHostListInterval javadoc, interval in milliseconds
    • ๐Ÿ›  fixed NPE in CursorEntity.extra and CursorEntity.Extras.stats
  • v6.13.0 Changes

    August 25, 2021
    • โž• added support for fillBlockCache in AQL query options (ArangoDB v3.8.1)
    • ๐Ÿ›  fixed exceptions handling during shutdown (#400)
    • โž• added native image configuration for HTTP communication
    • โšก๏ธ updated native image reflection configuration