Skip to content

Releases: pb33f/wiretap

v0.5.7

04 Apr 12:17

Choose a tag to compare

Changelog

  • 2986a91 Bump the npm_and_yarn group across 1 directory with 1 update

v0.5.6

02 Apr 12:15

Choose a tag to compare

Changelog

v0.5.5

15 Mar 03:21

Choose a tag to compare

Changelog

  • 119ecd7 tune performance and add harific into the family.

v0.5.4

15 Mar 01:59

Choose a tag to compare

Changelog

v0.5.3

14 Mar 17:47

Choose a tag to compare

Changelog

v0.5.2

14 Mar 17:14

Choose a tag to compare

Changelog

v0.5.1

23 Feb 12:40

Choose a tag to compare

Changelog

  • dd0ded5 fix: invalid arguments in sms.Logger
  • 4884579 fix: mock server fails to handle form encoded POST request payload
  • d612264 fix: review

v0.5.0

31 Dec 20:26

Choose a tag to compare

wiretap can be configured to enable strict validation that detects undeclared properties, parameters, headers, and cookies. This mode goes beyond standard OpenAPI validation by reporting values that aren’t explicitly documented in the specification, even when additionalProperties: true would normally allow them.

Strict mode is designed for API governance scenarios where you want to ensure that clients only send properties that are explicitly documented in the OpenAPI specification, helping maintain a clean and well-documented API surface.

Even if the JSON Schema for an object has not defined a param as required, or the schema uses additionalProperties strict mode will not care. Anything in the payload that is not explicitly defined in the contact will be flagged as undeclared

When enabled, strict mode detects:

  • Undeclared properties
  • Undeclared query parameters
  • Undeclared request headers
  • Undeclared response headers
  • Undeclared cookies
  • Enabling strict mode

To enable strict mode, use the --strict-mode flag:

https://pb33f.io/wiretap/configuring/#strict-mode

Changelog

  • 84a706a Added —strict-mode
  • 1331d44 fixed bored go.mod
  • e7033dc fixed hard validation mode and strict mode mismatch.

v0.4.7

19 Dec 22:53

Choose a tag to compare

Changelog

v0.4.6

19 Dec 22:27

Choose a tag to compare

Changelog