Skip to content

Releases: postmanlabs/openapi-to-postman

v4.17.0

12 Sep 06:50
85bebdc
Compare
Choose a tag to compare
Merge pull request #765 from postmanlabs/release/v4.17.0

Release version v4.17.0

v4.16.0

18 Aug 12:22
206cd9a
Compare
Choose a tag to compare
Merge pull request #753 from postmanlabs/release/v4.16.0

Release version v4.16.0

v4.15.0

27 Jun 07:00
d87615f
Compare
Choose a tag to compare
  • 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

07 Jun 05:09
d3967c3
Compare
Choose a tag to compare
  • #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

24 May 06:55
856428a
Compare
Choose a tag to compare

What's Changed

  • Checking typeof bodyContent in getXmlVersionContent by @aman-v-singh in #718
  • Added support for validation of specifications in case of errors to report User input errors correctly. by @VShingala in #717
  • Fixed issue where conversion was stuck for certain schemas with pattern. by @VShingala in #720
  • Fixed an issue where definition validation was not considering multiple white space characters. by @VShingala in #721
  • #708 Fixes issue where if string is defined for required field, conversion was failing. by @VShingala in #722
  • Fixed issue where for certain path segments, collection generation failed. by @VShingala in #723
  • Added support for generating body examples as XML if mentioned. by @VShingala in #724

Full Changelog: v4.12.0...v4.13.0

v4.12.0

04 May 11:04
2d3d0bf
Compare
Choose a tag to compare

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: 4.11.0...v4.12.0

v4.11.0

14 Apr 11:03
0540979
Compare
Choose a tag to compare

What's Changed

  • Fixed various known type errors related issues. by @VShingala in #699
  • Fixed an issue where default responses were causing the validation to go into a loop by @barshan23 in #700
  • Added support for usage of interface version in CLI conversions with v2 as default. by @VShingala in #701
  • Add support for contentType field for Formdata request bodies by @webholik in #698

Full Changelog: 4.10.2...v4.11.0

Release v4.6.0

30 Dec 13:01
Compare
Choose a tag to compare

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.

Release v4.5.0

30 Dec 13:00
Compare
Choose a tag to compare

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.

Release v4.4.0

29 Nov 12:26
Compare
Choose a tag to compare
  • Fixed issue where collection folder name for paths were having extra spaces.
  • Fixed issue where pipelines were failing for certain node version.