Releases: wiremock/wiremock-testcontainers-go
Releases · wiremock/wiremock-testcontainers-go
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
Version 1.0.0-alpha-3
Minor release that enables standard Golang module publishing
📝 Documentation updates
- Add GoDoc badge (#12) @oleg-nenashev
- Add references to WireMock and Testcontainers resources (#13) @oleg-nenashev
👻 Maintenance
- Change the release Drafter template to follow the versioning requirement (#11) @oleg-nenashev
- Publish documentation to
go.dev
when doing the release (#10) @oleg-nenashev
1.0-alpha-2 - Official image support
🚀 New features and improvements
- Use the official WireMock Docker image by default (#7) @oleg-nenashev
👻 Maintenance
- Add Release Drafter to the repository (#8) @oleg-nenashev
- Minor linting tweaks (#5) @jamietanna
1.0-alpha-1
Initial release with basic API Mocking functionality