Skip to content

Latest commit

 

History

History
235 lines (187 loc) · 12.1 KB

CHANGELOG.md

File metadata and controls

235 lines (187 loc) · 12.1 KB

OpenAPI-Postman Changelog

v1.2.5 (July 21, 2020)

  • Fixed incorrect variable name in schemapack.js.

v1.2.4 (July 15, 2020)

  • Introducing a new option Optimize conversion for improving performance of conversion for larger schemas.

v1.2.3 (July 14, 2020)

  • Added support for parameter serialisation in conversion and deserialisation in validation.
  • Skipped validation for headers/query-params added by security scheme.
  • Fixed incorrect Url and collection variable when path level server is present.
  • Fixed issue where empty description property caused mismatch.
  • Fixed issue where mismatch was happening even when correct path variable is present.
  • Fixed dataPath handling for root property when dataPath is empty string.
  • Fixed collection variable ignoring when pattern property is present.
  • Added support for collection variables for local servers in suggested request for validation.
  • Fixed TypeError happening when empty parameter is provided.
  • Fixed invalid transaction json path for headers.

v1.2.2 (June 29, 2020)

  • Added support for collection request as suggested value for missing endpoints.
  • Use forked version of oas-resolver to make folder imports work in browser.
  • Fixed issues with collection conforimg to JSON schema validation as per v2.1.0 schema.

v1.2.1 (June 18, 2020)

  • Added support for validating content-type header.

v1.2.0 (June 14, 2020)

  • Added support for stricter request matching via option for validation.
  • Added missing endpoints from collection info in result of validation.
  • Suggest fixes in collection for violated properties in validation.
  • Introduced option to validate metadata for validation.
  • Use faked value instead of fallback to schema for parameter resolution when set to example.
  • Use faked value instead of invalid schema defined example.
  • Introduced option to ignore unresolved postman variable mismatches.
  • Fixed invalid generated collection for body type formdata.

v1.1.19 (June 12, 2020)

  • Fix for #232 - Changes default auth of requests to null conforming to the JSON schema.

v1.1.18 (June 1, 2020)

  • Fix for #86 - Now global security schemes will be added at the collection level.

v1.1.17 (May 15, 2020)

  • Fix for #3 #57 - Introduced a new option folderStrategy, can choose between Tags or Path while creating folders in Postman Collection.
  • Fixed an issue where undefined was returned as error message while trying to import invalid format.
  • Use minItems and maxItems values if available in schema with type array.

v1.1.16 (May 4, 2020)

  • Change Url to URL in Naming Request option.

v1.1.15 (April 29, 2020)

  • Add missing yaml dependency.

v1.1.14 (April 28, 2020)

  • Added a new function to get meta data from a schema.
  • Fix for #169 - Removed unused folderStrategy option.

v1.1.13 (April 21, 2020)

  • Added support for detailed validation body mismatches with option detailedBlobValidation.
  • Fix for #8098 - Unable to validate schema with type array.
  • Fixed URIError for invalid URI in transaction.
  • Fix for #152 - Path references not resolved due to improver handling of special characters.
  • Fix for #160 - Added handling for variables in local servers not a part of a URL segment. All path servers to be added as collection variables.
  • Unresolved refs will not be stored in schemaResolutionCache.

v1.1.12 (Mar 26, 2020)

  • Fix for postmanlabs#133 and postmanlabs#101
  • Ignore resolving circular references.
  • Upgrade commander from 2.3.0 to 2.20.3
  • Upgrade postman-collection from 3.5.1 to 3.5.5

v1.1.11 (Mar 14, 2020)

  • Safely handling invalid reference schemas/properties

v1.1.10 (Mar 4, 2020)

  • Safely handling malformed URIs and schemas

v1.1.9 (Feb 17, 2020)

  • Support for multi-file schemas. Added a new input method 'folder'.

v1.1.8 (Feb 15, 2020)

v1.1.7 (Feb 05, 2020)

  • Caching faked/resolved schemas for better performance
  • Empty input specs don't throw an error anymore
  • Fix for postmanlabs#150 - empty examples don't throw exceptions during conversion
  • A (Required) annotation is added for required parameters

v1.1.6 (Jan 13, 2020)

  • Not throwing errors for missing schema path entries

v1.1.5 (Jan 10, 2020)

  • Not throwing errors for invalid schema references
  • Not throwing errors for invalid schema.path entries
  • Not throwing errors for unknown schema types

v1.1.4 (Jan 07, 2020)

  • More updated copy for mismatch reasons
  • Added missing dependency for async.js

v1.1.2/v1.1.3 (Jan 03, 2020)

  • Updated copy for mismatch reasons
  • Returning errors instead of exceptions for invalid schemas
  • Fix for duplicate mismatches

v1.1.1 (Jan 03, 2020)

  • Correct validation against JSON request/response bodies
  • Correct JSON paths in response mismatches

v1.1.0 (Jan 02, 2020)

  • Handling cases where API definition parameters have no schema
  • Validating input transaction schema before starting validation
  • Forcing path variable descriptions to be strings instead of objects

v1.0.2 (Jan 01, 2020)

  • Exposing option to hide MISSING_IN_SCHEMA mismatches, hiding them by default
  • Consistent response formats, more resilient against invalid schemas

v1.0.1 (Jan 01, 2020)

  • Deleting 'info.version' from generated collection JSON - it's not required and was causing versioning problems
  • Scope-related bugfixes in schema validation flows

v1.0.0 (Dec 31, 2019)

  • New API to validate requests against a schema
  • Fix for postmanlabs#113 - Correct description set for falsy values
  • Invalid file paths return a falsy result and a reason (instead of an error)
  • Invalid option values don't throw errors anymore
  • Readme typo fix (courtesy https://github.com/disposedtrolley)

v0.2.0 (Nov 22, 2019)

  • Handled cases where the URL query has no description property
  • Fix for postmanlabs#117 - Maintaining descriptions for form-urlencoded body params
  • Added various options for converting OpenAPI specs into Postman Collections, including controlling how examples are generated
  • Request parameters now default to a schema-based value generation, response parameters default to example-based value generation.

v0.1.0 (Oct 1, 2019)

  • Fix for postmanlabs/swagger2-postman2#21 - Not creating folders at each path level unless required
  • Schemas with circular object definitions are imported successfully

v0.0.17/v0.0.18 (Sep 3, 2019)

  • Empty local server definitions not crashing the converter
  • Custom JSON headers being picked up for request/response body generation
  • Stringifying boolean params if present as query parameters (courtesy https://github.com/Firtzberg)
  • Fix for postmanlabs#102 - Not crashing on undefined name/email/description properties
  • Fix for postmanlabs#90 - respecting server elements defined inside paths
  • Fix for postmanlabs#98 - respecting readOnly and writeOnly properies while faking schemas
  • Fix for postmanlabs#88 - escaping / and ~ characters in $refs (courtesy https://github.com/bzmw)

v0.0.16 (July 22, 2019)

v0.0.14 / v0.0.15 (June 5, 2019)

v0.0.13 (May 29, 2019)

v0.0.12 (Apr 17, 2019)

  • Fix for postmanlabs#36 - Property names with a . in the name are supported during schema faking

v0.0.11 (Apr 17, 2019)

v0.0.10 (Jan 31, 2019)

  • Safe property access to empty content/authHelper objects
  • Setting postman_previewLanguage while setting responses
  • Not overriding non-string variable types during schema faking
  • Not doubly-stringifying string headers

v0.0.9 (December 17, 2018)

  • Removing Node v4/5 from CI
  • Ignoring falsy responses in the OAS spec
  • Correct error handling/output logging in the executable
  • Showing detailed error messages for malformed JSON/YAML
  • Fix for postmanlabs#5 - headers with refs to deeply nested components should work
  • Fix for postmanlabs#4 - the cwd (not __dirname) is used to look for files specified by -s
  • Adding tests for the executable

v0.0.8 (December 12, 2018)

  • Refactoring, restucturing tests
  • Adding support for xml chemas
  • Enabling travis CI
  • Updating README, adding a license, moving to Github

v0.0.7 (December 7, 2018)

  • Converting all console.error to console.warn

v0.0.6 (December 5, 2018)

  • Handling schema.enum when no other schema is specified
  • Resolving parameter schemas while creating requests
  • Correctly setting path variable descriptions
  • Using a browserified json-schema-faker

v0.0.5 (November 30, 2018)

  • Populating the original request in generated example responses
  • Infer the response content-type header from the response body
  • Generating more human-readable folder/request names from snake_case/camelCase

v0.0.4 (November 29, 2018)

  • Handling nested schemas, correct handling for oneOf/anyOf

v0.0.3 (November 29, 2018)

  • Prefer examples to schemas while generating example response body
  • Correct handling for scheme variables in the URL
  • Ignoring schema errors for invalid references
  • Blocking schema nesting of >20 levels
  • Correctly handling empty security sets for requests
  • Removing the insecure node-uuid dependency

v0.0.2 (November 19, 2018)

  • Adding default URLs if "server" is absent
  • Better indication of lack-of-support for allOf schemas

v0.0.1 (October 23, 2018)

  • Base release