Skip to content

Releases: scottweaver/testcontainers-for-zio

v0.10.0

15 Feb 03:13
Compare
Choose a tag to compare

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

Full Changelog: v0.9.0...v0.10.0

Release 0.9.0

12 Oct 16:04
Compare
Choose a tag to compare

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-existing io.github.scottweaver.zio.testcontainers.postgresql.ZPostgresContainer

New Contributors

Full Changelog: v0.8.0...v0.9.0

Release 0.8.0

13 Jul 21:22
Compare
Choose a tag to compare
  • 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

06 Jul 15:51
Compare
Choose a tag to compare

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

26 May 21:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.6.0

Release 0.5.0

14 May 17:00
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.5.0

Many thanks to everyone who contributed to this release!!!

Release 0.4.1

02 Mar 20:49
Compare
Choose a tag to compare

Bug fix to address CVE-2018-10237 vulnerability present in certain versions of Google Guava.

Release 0.4.0

02 Mar 20:47
ea7c4c2
Compare
Choose a tag to compare
  • Update all dependencies to current versions.
  • Add Zio 2.0 support for:
    • MySQL
    • Postgres
    • Cassandra
    • DB Migration Aspect

Release 0.3.0

22 Feb 01:45
945d682
Compare
Choose a tag to compare
  • Added Cassandra support.

Release 0.2.0

26 Nov 20:15
Compare
Choose a tag to compare

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.