Skip to content

Releases: pb33f/wiretap

v0.1.13

13 May 13:15
Compare
Choose a tag to compare

Changelog

  • e283619 Add test case - expected HTTP 204 instead of 200 response
  • effef1f Check and return early when lowest success code is 204

v0.1.12

12 May 17:24
Compare
Choose a tag to compare

Changelog

v0.1.11

02 May 21:56
Compare
Choose a tag to compare

Changelog

  • 3483053 Added mock mode status code override #89

v0.1.10

02 May 21:21
Compare
Choose a tag to compare

Changelog

v0.1.9

30 Apr 14:46
Compare
Choose a tag to compare

Changelog

v0.1.8

28 Apr 13:49
Compare
Choose a tag to compare

Changelog

  • b7afdfb Added a --strict-redirect-location option; if enabled wiretap will rewrite all header hosts to wiretap's api gateway host
  • a0fc15e Added badges to readme, it’s time.
  • bd63eae Check if mock is not nil before writing response
  • 574d643 Fixed small bug where an empty host should be ignored
  • 2455314 Fixed small bug with rewriting not including the correct locations
  • 925941d Updated libopenapi-validator

v0.1.7

12 Apr 19:56
Compare
Choose a tag to compare

Changelog

  • c05b7e8 Added request validation filtering
  • 3a5f91a Updated libopenapi-validator version to latest
  • ac7946e fixed TODOs that were left from previous commit

v0.1.6

05 Apr 20:28
Compare
Choose a tag to compare

Changelog

  • 5e9102a Added support for Websockets
  • 3c27d94 OPENAPI: addressed MR Comments

v0.1.5

03 Apr 18:06
Compare
Choose a tag to compare

Changelog

  • f1f8680 Fix failing test. Add another test to catch possible panic.
  • e66c503 clean
  • 3dc943f preferred header takes precedence over lowest 2xx
  • a7d6a8c rename test

v0.1.4

27 Mar 22:18
Compare
Choose a tag to compare

Changelog

  • a69fe02 added redirect ignore list and redirect allow list to configuration options
  • 8b09671 forgot to change copy-pasted tests