Releases: Sainsburys/smockerclient
Releases · Sainsburys/smockerclient
v1.7.0
When creating a mock definition, context options can now also be passed. Currently only a call limit is offered by smocker.
What's Changed
- Add Context by @valxntine in #11
- Fix auto tag action by @danielchurm in #12
- remove pre-release option from auto-tag action by @danielchurm in #13
New Contributors
- @valxntine made their first contribution in #11
Full Changelog: v1.6.0...v1.7.0
v1.6.0
v1.5.0
When setting headers on request mocks, the key is now converted to use a canonical format which the Go standard library itself uses. This is to avoid confusion when seemingly valid mocks are not being matched, as Smocker is case-sensitive when matching header keys even though most developers expect it to be case-insensitive. See the github issue for the reasoning.
v1.4.0
Update Go version to 1.21.
Update go.mod dependencies.
Update github workflows.
v1.3.0
v1.2.0
Update Go mod version to 1.20
Update Go mod version to 1.20
v1.0.0
Initial release with basic functionality to create sessions and mocks on a smoker server