Skip to content

Latest commit

 

History

History
117 lines (77 loc) · 6.65 KB

CHANGELOG.md

File metadata and controls

117 lines (77 loc) · 6.65 KB

Changelog

v0.16.4 - 2024-05-20

Other Changes

  • chore(deps): bump github.com/pb33f/libopenapi from 0.16.6 to 0.16.7 in the dependencies group by @dependabot in #55

v0.16.3 - 2024-05-13

Other Changes

  • chore(deps): bump the dependencies group with 2 updates by @dependabot in #53

v0.16.2 - 2024-05-06

Other Changes

  • chore(deps): bump the dependencies group with 2 updates by @dependabot in #51

v0.16.1 - 2024-04-29

Other Changes

  • chore(deps): bump github.com/pb33f/libopenapi-validator from 0.0.50 to 0.0.51 in the dependencies group by @dependabot in #49

v0.16.0 - 2024-04-28

Fix bug 🐛

  • Add workaround for invalid validator instance after validation error by @k1LoW in #47

Other Changes

  • Support nullable fields in OpenAPI 3 by @k1LoW in #45
  • Update pkgs by @k1LoW in #48

v0.15.2 - 2024-04-24

Other Changes

  • chore(deps): bump the dependencies group with 2 updates by @dependabot in #42
  • chore(deps): bump the dependencies group with 3 updates by @dependabot in #44

v0.15.1 - 2024-03-08

Other Changes

  • Use validator.ValidateHttpResponse by @k1LoW in #41

v0.15.0 - 2024-03-04

Breaking Changes 🛠

  • Use github.com/pb33f/libopenapi instead of github.com/getkin/kin-openapi by @k1LoW in #38

v0.14.1 - 2024-03-04

  • Response(nil) should be empty body by @k1LoW in #36

v0.14.0 - 2024-02-27

  • Response() accepts more than []bytes by @k1LoW in #34

v0.13.0 - 2024-02-15

  • Update pkgs by @k1LoW in #32

v0.12.0 - 2023-12-30

  • Fix to accept *testing.B by @k1LoW in #31

v0.11.1 - 2023-12-09

  • Fix: Multiple Matchers Consuming Request Body Causing Stub Handler Failure by @qawatake in #28

v0.11.0 - 2023-06-01

  • Add Router.URL for get *httptest.Server.URL by @k1LoW in #27

v0.10.0 - 2023-04-14

  • [BREAKING CHANGE] Fix path match logic by @k1LoW in #23
  • Support text/* response using examples: by @k1LoW in #24

v0.9.2 - 2023-04-12

  • Fix handling Content-Type header in ResponseExample by @k1LoW in #21

v0.9.1 - 2023-04-12

  • Skip scheme://host:port validation by @k1LoW in #19

v0.9.0 - 2023-04-12

  • Add Query() for query match by @k1LoW in #16
  • Support response using examples of OpenAPI v3 Document by @k1LoW in #18

v0.8.0 - 2023-03-20

  • Setup tagpr by @k1LoW in #13
  • Support request/response validation using OpenAPI Spec v3 by @k1LoW in #15

v0.7.0 (2023-03-17)

  • Add utility methods that embedds fmt.Sprintf #12 (k1LoW)

v0.6.0 (2023-03-01)

  • Add ClearRequests() for clearing recieved requests #11 (k1LoW)

v0.5.0 (2023-02-03)

  • Support Client Certificates #10 (k1LoW)

v0.4.2 (2023-02-02)

v0.4.1 (2023-02-02)

v0.4.0 (2023-02-02)

  • Add option UseTLS UseTLSWithCertificates #7 (k1LoW)
  • Add NewTLSServer and *Router.TLSServer #6 (k1LoW)

v0.3.2 (2022-07-02)

v0.3.1 (2022-06-01)

v0.3.0 (2022-05-18)

v0.2.0 (2022-05-18)

  • Record received requests #3 (k1LoW)
  • Fix error handling #2 (k1LoW)
  • Add NewServer(t *testing.T) #1 (k1LoW)

v0.1.0 (2022-05-17)