Skip to content

Releases: tarantool/testcontainers-java-tarantool

[1.0.0] - 2023-06-16

16 Jun 13:21

Choose a tag to compare

What's Changed

  • Fix problem if topology isn't applied correctly by @ArtDu in #70
  • Bump testcontainers to 1.18.0 by @ArtDu in #72
  • Move rocks building in build phase by @ArtDu in #68
  • Use "addExposedPorts" instead of "withExposedPorts" by @ArtDu in #76
  • [breaking change] Remove io.tarantool.cartridge-driver dependency by @iDneprov in #71
  • [breaking change] Update executeScript and executeCommand methods to execute code via execInContainer by @iDneprov in #71
    (now it returns yaml string in Container.ExecResult instead of CompletableFuture)
  • Add executeScriptDecoded and executeCommandDecoded methods to return parsed yaml not string by @iDneprov in #71
  • Add SslContext class and withSslContext method by @iDneprov in #71
  • Update org.yaml.snakeyaml to 2.0 by @iDneprov in #71
  • Add editorconfig by @ArtDu in #77

New Contributors

Full Changelog: v0.5.4...v1.0.0

[0.5.0] - 2022-05-18

18 May 18:01

Choose a tag to compare

  • Added ability to configure cluster from yaml (#40)
  • Added migrations example in tests (#42)
  • Added feature for creating tarantool container from sdk (#43)

[0.4.7] - 2022-03-24

25 Mar 08:35

Choose a tag to compare

  • Fixed handling of instances parameter (can be passed via TARANTOOL_INSTANCES_FILE)
  • Updated tarantool library dependencies