Releases: stoplightio/prism
Releases · stoplightio/prism
v2.0.0-alpha.4
- Add dynamic mocking to prism
- Support Prism 1.1 Scenario Collection Format: https://stoplight.api-docs.io/scenarios/input
- --apikey removed from prism conduct command
- --ids removed from prism conduct command
- --path or -p added to prism conduct, prism conduct -p #/scenarios/foo -p #/utilities/foo2 will run foo2 from utilities and foo from scenarios.
- fix panic with accessing objects concurrently.
- update Conductor endpoint: https://stoplight.api-docs.io/scenarios/conducting-scenarios-outside-of-stoplight/srn-conductor-1
v2.0.0-alpha.3
- fix big performance boost for automatic contract assertions
v2.0.0-alpha.2
- fix big performance boost for automatic contract assertions
v2.0.0-alpha.1
- fix big performance boost for automatic contract assertions
v0.6.21
v0.6.20
v0.6.19
- header validation fixed, header key casing is now case insensitive. - add helper methods to the runtime: - request/response.header.get() returns {key1: value1, key2: value2} - request.query.get() returns the full query string in the form foo=bar&bear=honey - don’t infinitely forward request to the proxy