Skip to content

v1.5.0

Compare
Choose a tag to compare
@churmd churmd released this 08 Mar 14:47
· 4 commits to main since this release
9fbb1ac

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.