Releases: stoplightio/prism
Releases · stoplightio/prism
v2.0.0
v2.0.0-beta.9-6
v2.0.0-beta.9-5
Overview
- Parse collection settings correctly
- Support response schema not defined: response schema spec
- Add redirects to collection settings, and support it
- Make sure to always set $$.request, not just for proxy mode
- Set multiple header values correctly on scenario step results
- Unescape step http url correctly
- Support query property for http steps.
- build the runMap correctly for /v1/run endpoint.
Issues
v2.0.0-beta.9-4
Overview
- fixed windows crash on startup
- fixed windows Linux subsystem
- improve OAS expansion for responses, parameters and path items
Issues
- fixes #132
v2.0.0-beta.9-3
Overview
-
add prism mock command to start a mock server
prism mock --spec oas.json --port 4010 --debug --spec is required and is the location on disk or the internets --port is optional, defaults to 4010 --debug is optional, defaults to false
-
add prism validate command to start a validation server
prism validate --spec oas.json --upstream http://example.com --port 4010 --debug --spec is required, and is the location on disk or the internets --upstream is optional, defaults to oas specification --port is optional, defaults to 4010 --debug is optional, defaults to false
-
improve yaml support in for prism instances, scenarios and oas specification
-
cookie API in javascript runtime
-
scenario refs don't have to point to a collection file, can point to a scenario file.
-
look up the correct header for authentication
-
bug fixes and other usability improvements
Issues
- closes #106
v2.0.0-beta.9-2
v2.0.0-beta.9-1
v2.0.0-beta.9
fix modifying the response in an after prism instance, when requests are forwarded upstream.
v2.0.0-beta.8
- download private scenario, oas refs
- fix int64 validation
- validate responses that don't have a content type
- other bug fixes/improvements
v2.0.0-beta.7
- up to a 2x performance boost
- scenario runs timeout after two mins
- configureable request timeout
- $$.stop
- bug fixes and improvements