Skip to content

Releases: wiremock/go-wiremock

1.15.0

23 Jan 07:45
e0566b0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.14.0...v1.15.0

v1.14.0

23 Sep 10:24
05617ab

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.13.0...v1.14.0

1.13.0

09 Jun 22:06
dc1ba84

Choose a tag to compare

🚀 New features and improvements

New Contributors

Full Changelog: v1.11.0...v1.13.0

gRPC v0.2.0

10 Jun 07:58

Choose a tag to compare

🚀 New features and improvements

  • A separate module go-wiremock/grpc has been extracted @walkerus in #36

1.11.0

22 Oct 20:55
af07491

Choose a tag to compare

🚀 New features and improvements

1.10.0

24 Sep 21:17
21343b1

Choose a tag to compare

🚀 New features and improvements

  • Add the MustEqualtoJson matcher which simplifies working with JSON. It accepts a value of any type and marshals it into a JSON string (#31) @walkerus

🐛 Bug fixes

  • Fix WithAuthToken and WithDigestAuth stub rules

1.9.0

26 Mar 08:51
5e1a33c

Choose a tag to compare

🚀 New features and improvements

1.8.0

01 Sep 09:24
e3a9ccf

Choose a tag to compare

🚀 New features and improvements

  • #24 - Add methods for authorization: WithAuthToken, WithBearerToken, WithDigestAuth (#27) @AntoniKania

1.7.1

13 Aug 19:59
2cb62cf

Choose a tag to compare

🐛 Bug fixes

  • Fix the module name after repository transfer

1.7.0

10 Aug 23:09
ec5b9b2

Choose a tag to compare

🚀 New features and improvements

💥 Breaking changes

  • Change some interfaces (#16) @walkerus
  • Add deprecation warnings to StubRule methods: WithFixedDelayMilliseconds, WillReturnJSON, WillReturnFileContent, WillReturnBinary, WillReturn (#16) @walkerus