Skip to content

Commit

Permalink
Prepare release v4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed May 24, 2023
1 parent f4e1c03 commit ddcb412
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 11 deletions.
20 changes: 12 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,20 @@

## [Unreleased]

## [v4.13.0] - 2023-05-24

### Added

- Added support for generating request and response bodies in correct XML format from mentioned examples.
- Added support for validation of specifications in case of errors to report User input errors correctly.
- Added support for generating request and response bodies in correct XML format from mentioned examples.
- Added support for validation of specifications in case of errors to report User input errors correctly.

### Fixed

- Fixed issue where conversion was stuck for certain schemas with pattern.
- Fixed an issue where definition validation was not considering multiple white space characters.
- Fixed issue [#708](https://github.com/postmanlabs/openapi-to-postman/issues/708) where if string is defined for required field, conversion was failing.
- Fixed issue where for certain path segments, collection generation failed.
- Fixed TypeError occurring while checking typeof bodyContent in getXmlVersionContent.
- Fixed issue where conversion was stuck for certain schemas with pattern.
- Fixed an issue where definition validation was not considering multiple white space characters.
- Fixed issue [#708](https://github.com/postmanlabs/openapi-to-postman/issues/708) where if string is defined for required field, conversion was failing.
- Fixed issue where for certain path segments, collection generation failed.
- Fixed TypeError occurring while checking typeof bodyContent in getXmlVersionContent.

## [v4.12.0] - 2023-05-04

Expand Down Expand Up @@ -560,7 +562,9 @@ Newer releases follow the [Keep a Changelog](https://keepachangelog.com/en/1.0.0

- Base release

[Unreleased]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.12.0...HEAD
[Unreleased]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.13.0...HEAD

[v4.13.0]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.12.0...v4.13.0

[v4.12.0]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.11.0...v4.12.0

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openapi-to-postmanv2",
"version": "4.12.0",
"version": "4.13.0",
"description": "Convert a given OpenAPI specification to Postman Collection v2.0",
"homepage": "https://github.com/postmanlabs/openapi-to-postman",
"bugs": "https://github.com/postmanlabs/openapi-to-postman/issues",
Expand Down

0 comments on commit ddcb412

Please sign in to comment.