v0.9.0
版本发布时间: 2022-10-13 00:04:10
scottweaver/testcontainers-for-zio最新发布版本:v0.10.0(2023-02-15 11:13:52)
What's Changed
- dot "." instead of "-" in the kafka dependency by @sky0hunter in https://github.com/scottweaver/testcontainers-for-zio/pull/33
- Add explicit type annotation to function def by @rudolfduplessis in https://github.com/scottweaver/testcontainers-for-zio/pull/35
- New prototype core created entirely using Netty and ZIO which eliminates three substantial dependencies: testcontainers-for-scala, testcontainers-for-java and docker-java.
- PoC implementation of the new core is available for Postgres,
io.github.scottweaver.zio.testcontainers.postgresql.PostgresContainer
. This implementation is fairly close to a drop-in replacement for the pre-existingio.github.scottweaver.zio.testcontainers.postgresql.ZPostgresContainer
New Contributors
- @sky0hunter made their first contribution in https://github.com/scottweaver/testcontainers-for-zio/pull/33
- @rudolfduplessis made their first contribution in https://github.com/scottweaver/testcontainers-for-zio/pull/35
Full Changelog: https://github.com/scottweaver/testcontainers-for-zio/compare/v0.8.0...v0.9.0