Releases: wiremock/wiremock-testcontainers-go
Releases · wiremock/wiremock-testcontainers-go
v1.0.1
🚀 New features and improvements
- Change
RunDefaultContainerAndStopOnCleanup
to use the interfacetesting.TB
(#48) @jordcarfetch
🐛 Bug fixes
- Fix filepath
join
on Windows (#44) @dennismouwen-eye
📦 Dependency updates
- Bump testcontainers-go from 0.36.0 to 0.39.0 (#46, #52, #58, #62) @greg0ire @dependabot[bot]
- Bump go-wiremock from 1.13.0 to 1.14.0 (#53, #56, #63) @dependabot[bot]
- Bump go-connections from 0.5.0 to 0.6.0 (#57) @dependabot[bot]
- Drop support for Golang 1.23 (#64) @oleg-nenashev
📝 Documentation updates
- Add Contributor guide with the release and versioning guidelines (#65) @oleg-nenashev
- Update dependencies in the examples (#55) @oleg-nenashev
👻 Maintenance
- Add integration tests for WireMock v3 (#42) @ninadingole
- Bump actions/setup-go from 3 to 6 (#51, #60, #61) @dependabot[bot]
- 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, #54) @oleg-nenashev
- Update the release pipeline to use the version from go.mod (#66) @oleg-nenashev
v.1.0.0
🚀 New features and improvements
- Change
RunDefaultContainerAndStopOnCleanup
to use the interfacetesting.TB
(#48) @jordcarfetch
🐛 Bug fixes
- Fix filepath
join
on Windows (#44) @dennismouwen-eye
📦 Dependency updates
- Bump testcontainers-go from 0.36.0 to 0.39.0 (#46, #52, #58, #62) @greg0ire @dependabot[bot]
- Bump go-wiremock from 1.13.0 to 1.14.0 (#53, #56, #63) @dependabot[bot]
- Bump go-connections from 0.5.0 to 0.6.0 (#57) @dependabot[bot]
- Drop support for Golang 1.23 (#64) @oleg-nenashev
📝 Documentation updates
- Add Contributor guide with the release and versioning guidelines (#65) @oleg-nenashev
- Update dependencies in the examples (#55) @oleg-nenashev
👻 Maintenance
- Add integration tests for WireMock v3 (#42) @ninadingole
- Bump actions/setup-go from 3 to 6 (#51, #60, #61) @dependabot[bot]
- 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, #54) @oleg-nenashev
v1.0.0-alpha-11
🚀 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
v1.0.0-alpha-10
🐛 Bug fixes
- Fix filepath join on windows (#44) @dennismouwen-eye
📦 Dependency updates
👻 Maintenance
- Add integration tests for WireMock v3 (#42) @ninadingole
- Add funding reference as I am now ready to dedicate more maintenance time to the project @oleg-nenashev
v1.0.0-alpha-9
📦 Dependency updates
- Bump Testcontainers to 0.31.0 (#40) @vaihtovirta
v1.0.0-alpha-8
📦 Dependency updates
- Update dependencies: testcontainers & wiremock-go (#37) @AntoniKania
📝 Documentation updates
👻 Maintenance
- Test against multiple recent Golang versions (#37) @AntoniKania
- Fix binary name in the release flow (#34) @oleg-nenashev
wiremock-testcontainers-go: v1.0.0-alpha-7
More Info Go and WireMock Solutions Page on the WireMock website
🚀 New features and improvements
- Add WireMock Admin REST API client, powered by Go WireMock, to
WireMockContainer
(#32) @walkerus - Simplify automatic termination with a
RunContainerAndStopOnCleanup()
method (#30) @Vayras - Provide a single-call
RunDefaultContainerAndStopOnCleanup()
initializer (#33) @oleg-nenashev
📝 Documentation updates
- Update documentation for the next release, Refactor the container API (#33) @oleg-nenashev
- Fix typo in the references (#31) @oleg-nenashev
- Update the Module version in the tutorial (#28) @oleg-nenashev
v1.0.0-alpha-6
Just a technical release to fix the artifact publishing. Code dependencies on v1.0.0-alpha-5 remain perfectly fine, but the documentation was not published
👻 Maintenance
- Fix the release trigger (#25) @oleg-nenashev
v1.0.0-alpha-5
🚀 New features and improvements
- Add API to simplify HTTP requests (#21) @AntoniKania
- Update testcontainers-go to v0.22.0 to fix compatibility with Golang 1.20.6 and 1.19.11 (#24) @oleg-nenashev
📝 Documentation updates
- Add the Quick Start guide (#16) @oleg-nenashev
- Fix formatting and add missing link in quickstart.md (#20) @AntoniKania
👻 Maintenance
- Grant Release Drafter permission to create new releases (#22) @oleg-nenashev
- CI: Pin Go 1.19.11 version in the builder (#19, #24) @oleg-nenashev
v1.0.0-alpha-4
Fix the package name and the publishing GitHub action