Skip to content

v0.0.50

Compare
Choose a tag to compare
@daveshanley daveshanley released this 25 Apr 14:38
· 47 commits to main since this release

Moved internal cache to sync.Map in response body validator

url.Parse does not handle special characters well.

Some openapi server configurations will have variable templating (ie. {host}). Adds a second parsing attempt if the initial attempt fails by attempting to remove the host.

@jacobm-splunk @k1LoW