Skip to content

Commit

Permalink
feature/changelog-release-4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
VShingala committed May 24, 2023
1 parent c07660e commit f4e1c03
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## [Unreleased]

### 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.

### 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.

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

### Added
Expand Down

0 comments on commit f4e1c03

Please sign in to comment.