Releases: GoodforGod/arangodb-testcontainers
Releases · GoodforGod/arangodb-testcontainers
v6.0.0
v5.0.0
- Generic
SELFTestContainers code style for extendable containers removed as per new TestContainers design without generic type erasure
v4.0.0
- Updated required Java version
8->11 - Updated Testcontainers to
1.17.6->1.21.3 - Updated dependencies
- Updated Gradle
v3.0.1
Features:
- Network alias random per cluster (allow run multiple clusters in parallel)
v3.0.0
Features:
- ArangoContainer improved API and reinforced contracts
- ArangoCluster refactored and enchanted API
- Testcontainers updated to 1.17.6
v2.0.0
Features:
- TestContainets updated to 1.16.0
- ArangoClusterBuilder and ArangoCluster refactored and improved
v1.3.0
Features:
- By default container runs on random port (use withFixedPort() for fixed port exposure).
- TestContainers up to 1.15.0
- withFixedPort() contract instead of just withPort()
- ArangoCluster introduced for grouping ArangoDB Cluster Containers.
v1.2.0
Features:
- TestContainers Jupiter dependency hidden from exposure (add separately)
- Arango Cluster Containers better port mapping for docker environment
- Random port mapping option
- Other minor improvements.
v1.1.0
Version 1.1.0:
- ArangoDB Container minor improvements
- Arango Cluster Containers
- Arango Cluster Builder
v1.0.0
- Container with startup strategy (logger awaits db ready for use phrase)
- Port setter or default
- Run without Authorization
- Run with password setter
- Run with random password
- Tests for all functionality