Releases: postmanlabs/openapi-to-postman
Releases · postmanlabs/openapi-to-postman
v4.19.0
Merge pull request #780 from postmanlabs/release/v4.19.0 Release version v4.19.0
v4.18.0
Merge pull request #769 from postmanlabs/release/v4.18.0 Release version v4.18.0
v4.17.0
Merge pull request #765 from postmanlabs/release/v4.17.0 Release version v4.17.0
v4.16.0
Merge pull request #753 from postmanlabs/release/v4.16.0 Release version v4.16.0
v4.15.0
- 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
- #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
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
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
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
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.