Skip to content

Releases: stoplightio/prism

v2.0.0

22 Mar 18:38
Compare
Choose a tag to compare

Overview

  • Bump Prism to 2.0.0
  • Perfomance boost for Prism Instances
  • Automatic status code assertions for Scenario HTTP steps
  • Removed Bugsnag
  • Fix Scenario Refs for prism instances that reffed other Scenarios

v2.0.0-beta.9-6

08 Mar 02:52
Compare
Choose a tag to compare

Overview

  • Bug fixes

Issues

v2.0.0-beta.9-5

27 Feb 23:45
Compare
Choose a tag to compare

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

15 Feb 22:41
Compare
Choose a tag to compare

Overview

  • fixed windows crash on startup
  • fixed windows Linux subsystem
  • improve OAS expansion for responses, parameters and path items

Issues

v2.0.0-beta.9-3

01 Feb 19:52
ec952a2
Compare
Choose a tag to compare

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

v2.0.0-beta.9-2

11 Jan 18:19
6995af3
Compare
Choose a tag to compare

Overview

YAML Scenarios and OAS support.

Issues

fixes #60

v2.0.0-beta.9-1

09 Jan 20:31
4b8590e
Compare
Choose a tag to compare

fixes #112
fixes #114

v2.0.0-beta.9

05 Jan 00:10
e85ad63
Compare
Choose a tag to compare

fix modifying the response in an after prism instance, when requests are forwarded upstream.

v2.0.0-beta.8

21 Dec 17:19
9fed715
Compare
Choose a tag to compare
  • 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

12 Dec 03:21
9fed715
Compare
Choose a tag to compare
  • up to a 2x performance boost
  • scenario runs timeout after two mins
  • configureable request timeout
  • $$.stop
  • bug fixes and improvements