Openapi To Postman Versions Save

Plugin for converting OpenAPI 3.0 specs to the Postman Collection (v2) format

v4.12.0

1 year ago

What's Changed

  • Fixed issue #31 Added support for enableOptionalParameters option in v2 interface.
  • Fixed issue #11835 where Accept header was not present in Example request.
  • Fixed issue where conversion was failing with RangeError in case of non-schema circular refs.
  • Fixed issue where conversion was failing with TypeError by safer lodash functions usage.
  • Fixed issue where TypeErrors were happening for null/undefined params.

Full Changelog: https://github.com/postmanlabs/openapi-to-postman/compare/4.11.0...v4.12.0

v4.11.0

1 year ago

What's Changed

Full Changelog: https://github.com/postmanlabs/openapi-to-postman/compare/4.10.2...v4.11.0

4.6.0

1 year ago

v4.6.0 (December 30, 2022)

  • Fixed issue where bundling of multi-file definition was not working correctly for more than 10 params correctly.
  • Fixed issue where request name was not using operation description if available.

4.5.0

1 year ago

v4.5.0 (December 23, 2022)

  • Fixed issue #11519 Collection generated from imported OpenAPI were missing certain properties.
  • Fixed issue #11227 Collection generated produces incorrect XML requests and responses from Open API 3.0 and Swagger 2.0 API definitions.
  • Fixed issue #11527 where generated collection contained empty body when / was used as content-type.
  • Fixed issue #626 - Add a new option (includeDeprecated) to handle deprecated properties (operations, parameters, or schema properties).
  • Fixed issue #643 Generated value for corresponding authorization should be an environment value.
  • Removed travis workflows as GitHub actions are present now.
  • Updated README.md to include Swagger 2.0 and OpenAPI 3.1 support.
  • Updated README.md to include new postman logo.

4.4.0

1 year ago
  • Fixed issue where collection folder name for paths were having extra spaces.
  • Fixed issue where pipelines were failing for certain node version.

4.1.1

1 year ago
  • Replaced Object.hasOwnProperty usages with loadsh _.has for safe access.

4.1.0

1 year ago
  • Fixed issue where conversion was failing for definitions with info object as null.
  • Fixed issue where generated collection did not have correct examples value from XML type of content.
  • Fixed issue #518 where generated collection was having NaN as value for integer query params with enum values.
  • Fixed issue #496 where validateTransactions() was returning missing endpoints even though corresponding requests are present in the collection.
  • Fixed issue #478 where updation of path parameter in collection resulted in MISSING_IN_REQUEST error.
  • Fixed issue #559 where parameter description was undefined for form-data type of content even if defined.
  • Fixed issue where bundle() API didn't handle circular references correctly.
  • Added non-required files to be published as npm module in .npmignore
  • Fixed issue where disableBodyPruning option was not set for requests with no request body.

v3.1.0

2 years ago

v3.1.0 (March 04, 2022)

  • Removed usage of schema resolution cache to avoid incorrect resolution.
  • Fixed issue where the newly converted collection had mismatches from validateTransaction() API.
  • Fixed issue where falsy example were not getting converted correctly in generated collection.
  • Fixed issue where readOnly and writeOnly properties were not removed from required in the resolved schema.
  • Fixed issue where if schema had a pattern as property, conversion failed with error.

v3.0.0

2 years ago

2.13.0

2 years ago

What's Changed

  • Fixed issue where validation against collection failed for collection with larger request name.
  • Added support for composite schema during validation flow.