Skip to content

Releases: GoodforGod/arangodb-testcontainers

v6.0.0

25 Nov 22:54

Choose a tag to compare

  • TestContainers updated 1.21.3 -> 2.0.2
  • Java updated 11 -> 17

v5.0.0

25 Nov 22:23
fc6d510

Choose a tag to compare

  • Generic SELF TestContainers code style for extendable containers removed as per new TestContainers design without generic type erasure

v4.0.0

07 Sep 20:42

Choose a tag to compare

  • Updated required Java version 8 -> 11
  • Updated Testcontainers to 1.17.6 -> 1.21.3
  • Updated dependencies
  • Updated Gradle

v3.0.1

13 Aug 08:35
61ac5bd

Choose a tag to compare

Features:

  • Network alias random per cluster (allow run multiple clusters in parallel)

v3.0.0

30 Jul 17:39

Choose a tag to compare

Features:

  • ArangoContainer improved API and reinforced contracts
  • ArangoCluster refactored and enchanted API
  • Testcontainers updated to 1.17.6

v2.0.0

12 Sep 08:50

Choose a tag to compare

Features:

  • TestContainets updated to 1.16.0
  • ArangoClusterBuilder and ArangoCluster refactored and improved

v1.3.0

15 Nov 08:42
c79790b

Choose a tag to compare

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

27 Jun 04:50
c215c6b

Choose a tag to compare

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

26 Mar 18:19
6ef3fa9

Choose a tag to compare

Version 1.1.0:

  • ArangoDB Container minor improvements
  • Arango Cluster Containers
  • Arango Cluster Builder

v1.0.0

08 Mar 16:26

Choose a tag to compare

  • 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