Skip to content

Releases: wiremock/go-wiremock

1.11.0

22 Oct 20:55
af07491
Compare
Choose a tag to compare

🚀 New features and improvements

1.10.0

24 Sep 21:17
21343b1
Compare
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
Compare
Choose a tag to compare

🚀 New features and improvements

1.8.0

01 Sep 09:24
e3a9ccf
Compare
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
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fix the module name after repository transfer

1.7.0

10 Aug 23:09
ec5b9b2
Compare
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

1.6.0

01 Aug 08:29
089e8bb
Compare
Choose a tag to compare

🚀 New features and improvements

1.5.0

20 Mar 07:40
Compare
Choose a tag to compare

Changed

  • Add ABSENT param matcher; case Insensitive, ignoreArrayOrder, ignore Extra Elements matcher flags by @alexey-slivkin in #11

1.4.0

16 Dec 19:53
8e8ac1d
Compare
Choose a tag to compare

Support for response body features

  • binary response
  • response from a file
  • json response from interface{}

1.3.0

02 Aug 05:59
a9890bf
Compare
Choose a tag to compare

Added multipart