·
4 commits
to refs/heads/main
since this release
π New features and improvements
- Change
RunDefaultContainerAndStopOnCleanup
to use the interfacetesting.TB
so that it can be used in benchmark setup code (#48) @jordcarfetch
π Bug fixes
- Fix filepath join on windows (#44) @dennismouwen-eye
π¦ Dependency updates
- Update dependencies in the examples (#55) @oleg-nenashev
- Bump github.com/wiremock/go-wiremock from 1.8.0 to 1.11.0 (#53) @dependabot[bot]
- Bump github.com/testcontainers/testcontainers-go from 0.36.0 to 0.37.0 (#52) @dependabot[bot]
- Bump testcontainers-go to v1.36.0 (#46) @greg0ire
π» Maintenance
- Bump actions/setup-go from 3 to 5 (#51) @dependabot[bot]
- Dependabot: Use "chore" label for Actions updates (#54) @oleg-nenashev
- Bump release-drafter/release-drafter from 5 to 6 (#49) @dependabot[bot]
- Bump actions/checkout from 3 to 4 (#50) @dependabot[bot]
- Add Dependabot for Golang and GitHub actions (#47) @oleg-nenashev
- Add integration tests for WireMock v3 (#42) @ninadingole