Gock Versions Save

HTTP traffic mocking and testing made easy in Go ༼ʘ̚ل͜ʘ̚༽

v1.2.0

1 year ago

v1.2.0 / 2022-10-19

  • refactor(package): import path changed to github.com/h2non/gock

v1.1.2

2 years ago

v1.1.2 / 2021-08-03

  • fix(mock): fix race condition in mock.go file (#92)

v1.1.1

2 years ago

v1.1.1 / 2021-07-14

  • feat(matchers): Support custom MIME types (#88)

v1.1.0

2 years ago

v1.1.0 / 2021-06-02

  • Add context expiration cancellation support (#86)

v1.0.16

3 years ago

v1.0.16 / 2020-11-23

  • Fix regexp matching issues in headers (#59)

v1.0.15

4 years ago

v1.0.15 / 2019-07-03

  • NewMatcher() will now return objects that completely separate one another. (#55)
  • add request Options (#49)
  • fix typo: function -> func (#52)
  • feat(docs): change note
  • feat(docs): add net/http support
  • Add Basic Auth (#47)
  • Update LICENSE (#46)

v1.0.14

5 years ago

v1.0.12

5 years ago

Changes

v1.0.12 / 2018-11-13

  • Fix possible data race. (#41)

v1.0.11

5 years ago

v1.0.11 / 2018-10-29

  • Do not reset response body (#40)
  • refactor(travis): remove unsupported versions for golint based on Go release policy support
  • feat(gock): add gock.Observe to support inspection of the outgoing intercepted HTTP traffic (#38)

v1.0.10

5 years ago

Changes

v1.0.10 / 2018-09-09

  • Support multiple response headers with same name #35 (#36)