Releases: scottweaver/testcontainers-for-zio
Releases · scottweaver/testcontainers-for-zio
v0.10.0
What's Changed
- bump zio and scala 3 version for compatibility with newer versions by @oker1 in #38
- Bumped Zio versions. by @iservport in #37
- add solr container by @oker1 in #39
New Contributors
- @oker1 made their first contribution in #38
- @iservport made their first contribution in #37
Full Changelog: v0.9.0...v0.10.0
Release 0.9.0
What's Changed
- dot "." instead of "-" in the kafka dependency by @sky0hunter in #33
- Add explicit type annotation to function def by @rudolfduplessis in #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 #33
- @rudolfduplessis made their first contribution in #35
Full Changelog: v0.8.0...v0.9.0
Release 0.8.0
- Both MySQL and Postgres Containers now additionally provide a
javax.sql.DataSource
to the environment. - A new Liquibase aspect has been added to support Liquibase as an alternative database refactoring tool to the Flyway-base DbMigrationAspect.
- Minor bug fixes.
See Milestone Release 0.8.0 for a Complete Set of Issues Resolved in This Release
Full Changelog: v0.7.0...v0.8.0
Release 0.7.0
What's Changed
- Migrate over to Github Actions by @a-morales in #25
- Full support for ZIO 2.0 official release!
- ZIO 2.0 Support for Kafka test container.
- Housekeeping
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- add beforeAll variation of migrate by @oliveiosello in #22
- Cassandra migration aspect by @justcoon in #24
New Contributors
- @oliveiosello made their first contribution in #22
- @justcoon made their first contribution in #24
Full Changelog: v0.5.0...v0.6.0
Release 0.5.0
What's Changed
- Fix typo by @stsatlantis in #16
- Upgrade to scala 3 by @gurghet in #17
- Update 2.0 modules to use ZIO 2.0-RC6 by @a-morales in #20
New Contributors
- @stsatlantis made their first contribution in #16
- @gurghet made their first contribution in #17
- @a-morales made their first contribution in #20
Full Changelog: v0.4.1...v0.5.0
Many thanks to everyone who contributed to this release!!!
Release 0.4.1
Bug fix to address CVE-2018-10237 vulnerability present in certain versions of Google Guava.
Release 0.4.0
- Update all dependencies to current versions.
- Add Zio 2.0 support for:
- MySQL
- Postgres
- Cassandra
- DB Migration Aspect
Release 0.3.0
- Added Cassandra support.
Release 0.2.0
Release 0.2.0
- Added the
DbMigrationAspect
to provide an easy way to run Flyway
database migrations from within ZIO Test. io.github.scottweaver.jdbc.JdbcInfo
renamed to
io.github.scottweaver.models.JdbcInfo
.- README badge fixes.