Openapi To Postman Versions Save

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

v4.20.1

1 month ago

v4.20.0

3 months ago

v4.19.0

4 months ago

v4.18.0

7 months ago

v4.17.0

8 months ago

v4.16.0

9 months ago

v4.15.0

10 months ago
  • Added support for usage of XML examples of type string. by @VShingala
  • Fixed issue where generated collection contained request and folder in incorrect order for v2 interface. by @VShingala
  • Fixed issue where collection generation took very large time. by @VShingala
  • Reduced collection size by keeping maximum generated elements for array as 1 for definitions with larger schemas. by @VShingala

v4.14.0

11 months ago
  • https://github.com/postmanlabs/openapi-to-postman/pull/451 Added new option alwaysInheritAuthentication to make use of collection auth in all request. by @SahilChoudhary22
  • Added support for consumption of schema level examples while generating data from XML schemas. by @VShingala
  • Fixed the default value of auth in the generated request when it is not resolved. by @dhwaneetbhatt
  • Fixed issue where collection name was empty in cases where definition title was defined as empty string. by @VShingala

v4.13.0

11 months ago

What's Changed

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

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