Skip to content

Releases: testcontainers/testcontainers-dotnet

Release 0.0.6

20 Mar 05:40

Choose a tag to compare

As part of this release we had 5 issues closed.

  • #45 Add pre-configured Testcontainer for PostgreSql database.
  • #48 Add pre-configured Testcontainer for MySQL database.
  • #54 Add pre-configured Testcontainer for MSSQL database.
  • #46 Fix issue, where Docker API exceptions were swallowed.
  • #50 Bind host port to default database Testcontainer port.

Release 0.0.5

10 Mar 09:56

Choose a tag to compare

As part of this release we had 5 issues closed.

  • #30 Refactore builder pattern.
  • #34 Add wait strategy, to indicate when Testcontainer is ready.
  • #37 Remove language-ext dependency (still used in TestcontainersContainer class).
  • #39 Fix issue, where entrypoint and command is not merged together.
  • #41 Add consumer for stdout and stderr.

Release 0.0.4

01 Mar 15:54

Choose a tag to compare

As part of this release we had 6 issues closed.

  • #4 Add basic Docker features.
  • #8 Return new instance on every fluent invocation.
  • #9 Remove useless Lazy in build scripts.
  • #21 Get container information such as IPAddress or MacAddress.
  • #22 Add Docker command entrypoint.
  • #23 Add Docker command workingDir.