Releases: form3tech-oss/go-pact-testing
Releases · form3tech-oss/go-pact-testing
v2.3.0
What's Changed
- chore: upgrade pact-go to from 1.8.0 to 1.10.0 by @joel-perry-form3 in #50
New Contributors
- @joel-perry-form3 made their first contribution in #50
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- fix: updates & cleanups by @nvloff-f3 in #45
New Contributors
- @nvloff-f3 made their first contribution in #45
Full Changelog: v2.1.8...v2.2.0
v2.1.8
What's Changed
- fix: The main process hangs forever if the mock server failed to start by @eleonovich-form3 in #44
New Contributors
- @eleonovich-form3 made their first contribution in #44
Full Changelog: v2.1.7...v2.1.8
v2.1.7
What's Changed
- chore: Upgrade project dependencies by @alistair-ferguson-form3 in #43
New Contributors
- @alistair-ferguson-form3 made their first contribution in #43
Full Changelog: v2.1.6...v2.1.7
v2.1.6
Merge pull request #42 from form3tech-oss/wim-phillip-alfonso-propaga…
v2.1.5
Merge pull request #40 from form3tech-oss/graceful-pact-verficiations Avoid log.Fatalf in tests as it leaves pact-mock-service running
v2.1.4
What's Changed
- Dependency update by @jlevconoks-form3 in #34
New Contributors
- @jlevconoks-form3 made their first contribution in #34
Full Changelog: v2.1.3...v2.1.4
v2.1.3
What's Changed
- allow overriding of pactPath by @raphael-gruber-form3 in #31
- Lint code and tidy go modules by @georgijd-form3 in #33
- Add cmd.Wait() so the process doesn't become a zombie by @ekosov-form3 in #36
New Contributors
- @raphael-gruber-form3 made their first contribution in #31
- @georgijd-form3 made their first contribution in #33
- @ekosov-form3 made their first contribution in #36
Full Changelog: v2.1.2...v2.1.3
Allow overriding of the pact bin folder via env vars
The URL for the PACT server is now also set in the environment and not just in viper.
PR: #30
Patch release to catch missed instances where the server url needs to be set