[1.0.0] - 2023-06-16
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