Releases: GoodforGod/micronaut-arangodb
Releases · GoodforGod/micronaut-arangodb
v5.0.0
v4.0.1
Features:
- ArangoConfiguration millis/seconds -> Duration
v4.0.0
Features:
- ArangoDB driver 7.0.0 support
- ArangoSerde support
- Micronaut Serialization support via ArangoSerde
v3.2.0
Features:
- JWT & responseQueueTimeSamples configuration support
- ArangoSerialization support (check README for example)
- Micronaut 3.8.5
v3.1.0
Features:
- Micronaut
3.0.0
->3.4.2
- ArangoDB driver
6.13.0
->6.16.1
v3.0.0
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
Features:
- ArangoDB Driver updated to 6.13.0
v2.4.0
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
Features:
- Health configuration extended with timeout and retry config
- HealthCluster configuration extended with timeout and retry config
v2.2.1
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