Skip to content

Releases: GoodforGod/micronaut-arangodb

v5.0.0

13 Aug 22:06
dbd4cf8
Compare
Choose a tag to compare

Features:

  • Micronaut 4 support
  • arangodb-java-driver:7.0.0 -> arangodb-java-driver:7.1.0

v4.0.1

07 May 08:28
3e17564
Compare
Choose a tag to compare

Features:

  • ArangoConfiguration millis/seconds -> Duration

v4.0.0

06 May 17:03
Compare
Choose a tag to compare

Features:

v3.2.0

28 Feb 20:35
dfed529
Compare
Choose a tag to compare

Features:

  • JWT & responseQueueTimeSamples configuration support
  • ArangoSerialization support (check README for example)
  • Micronaut 3.8.5

v3.1.0

23 Apr 10:33
b003ef5
Compare
Choose a tag to compare

Features:

  • Micronaut 3.0.0 -> 3.4.2
  • ArangoDB driver 6.13.0 -> 6.16.1

v3.0.0

04 Sep 08:00
992cf33
Compare
Choose a tag to compare

Features:

  • Micronaut updated to 3.0.0
  • Timeouts moved to Duration type
  • Legacy removed
  • Clients as interfaces
  • Cluster health check redesigned and simplified

v2.4.1

30 Aug 22:36
5430e92
Compare
Choose a tag to compare

Features:

  • ArangoDB Driver updated to 6.13.0

v2.4.0

24 Aug 15:43
a19de85
Compare
Choose a tag to compare

Features:

  • Hosts can be passed as string via ENV
  • Arango health cluster moved from arangodb.health-cluster -> arangodb.health.cluster (legacy support for arangodb.health-cluster.enabled is saved to not break things)

v2.3.0

16 Aug 16:05
956a9d5
Compare
Choose a tag to compare

Features:

  • Health configuration extended with timeout and retry config
  • HealthCluster configuration extended with timeout and retry config

v2.2.1

13 Aug 05:29
b35ffdc
Compare
Choose a tag to compare

Features:

  • Issue when user failed to create existing database due to absent of permission and fail with 401 instead of 409 fixed
  • ArangoDB updated from 6.12.1 to 6.12.3
  • Micronaut updated to 2.5.11