Skip to content

Commit f4e1c03

Browse files
committed
feature/changelog-release-4.13.0
1 parent c07660e commit f4e1c03

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
### Added
6+
7+
- Added support for generating request and response bodies in correct XML format from mentioned examples.
8+
- Added support for validation of specifications in case of errors to report User input errors correctly.
9+
10+
### Fixed
11+
12+
- Fixed issue where conversion was stuck for certain schemas with pattern.
13+
- Fixed an issue where definition validation was not considering multiple white space characters.
14+
- Fixed issue [#708](https://github.com/postmanlabs/openapi-to-postman/issues/708) where if string is defined for required field, conversion was failing.
15+
- Fixed issue where for certain path segments, collection generation failed.
16+
- Fixed TypeError occurring while checking typeof bodyContent in getXmlVersionContent.
17+
518
## [v4.12.0] - 2023-05-04
619

720
### Added

0 commit comments

Comments
 (0)