Releases: isen-ng/testcontainers-dotnet
Releases · isen-ng/testcontainers-dotnet
Release v1.5.4
Release v1.5.3
What's Changed
- Improve reaper handling and general probing by @baez90 in #72
New Contributors
- @baez90 made their first contribution in #72
Full Changelog: v1.5.2...v1.5.3
Release v1.5.2
What's Changed
- remove travis by @isen-ng in #66
- Bump SharpZipLib from 1.2.0 to 1.3.3 in /src/Container.Abstractions by @dependabot in #69
- Fix issue caused by MySqlConnector namespace change by @srollinet in #67
- bump to 1.5.2 by @isen-ng in #70
New Contributors
- @dependabot made their first contribution in #69
Full Changelog: v1.5.1...v1.5.2
Release v1.5.1
What's Changed
- Add an env variable to set the RyukContainer port binding by @srollinet in #59
New Contributors
- @srollinet made their first contribution in #59
Release v1.5.1-RC
What's Changed
- Add an env variable to set the RyukContainer port binding by @srollinet in #59
New Contributors
- @srollinet made their first contribution in #59
v1.5.0 Release
- Added MySql/MariaDb canned container (#54)
v1.4.9 Release
- Fix get gateway ip logic
v1.4.8 Release
- Fixed a issue in Windows where the
GetNetworkGateway
method was reporting a network interface that is inside the moby VM when classic LCOW is used (#45)
v1.4.7 Release
- Fixed an issue where exceptions for reaper was swallowed and not re-thrown
v1.4.6 Release
- Fix issue when windows path is passed into tar, file will not be found in dockerfile image build context