Skip to content

Releases: postmanlabs/openapi-to-postman

v4.21.0

17 May 12:47
42f45b9
Compare
Choose a tag to compare
Merge pull request #793 from postmanlabs/release/v4.21.0

Release version v4.21.0

v4.20.1

27 Mar 13:06
d366111
Compare
Choose a tag to compare
Merge pull request #788 from postmanlabs/release/v4.20.1

Release version v4.20.1

v4.20.0

15 Feb 04:36
4f1c537
Compare
Choose a tag to compare
Merge pull request #783 from postmanlabs/release/v4.20.0

Release version v4.20.0

v4.19.0

18 Jan 12:04
59e0b70
Compare
Choose a tag to compare
Merge pull request #780 from postmanlabs/release/v4.19.0

Release version v4.19.0

v4.18.0

28 Sep 11:54
a6badaa
Compare
Choose a tag to compare
Merge pull request #769 from postmanlabs/release/v4.18.0

Release version v4.18.0

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