Skip to content

Commit 36f8c0a

Browse files
committed
Released v4.9.0
1 parent e1a9d51 commit 36f8c0a

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# OpenAPI-Postman Changelog
22

3+
#### v4.9.0 (February 06, 2023)
4+
* Fixed issue [#660](https://github.com/postmanlabs/openapi-to-postman/issues/660) where for certain XML request bodies, conversion was failing with TypeError.
5+
* Fixed issue where for some definitions having non-string URLs were failing conversion with TypeErrors.
6+
* Fixed issue where a test in-consistently kept failing due to uncertainity of jsf library.
7+
38
#### v4.8.0 (January 24, 2023)
49
* Added specifictionVersion field to validate result.
510

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-to-postmanv2",
3-
"version": "4.8.0",
3+
"version": "4.9.0",
44
"description": "Convert a given OpenAPI specification to Postman Collection v2.0",
55
"homepage": "https://github.com/postmanlabs/openapi-to-postman",
66
"bugs": "https://github.com/postmanlabs/openapi-to-postman/issues",

0 commit comments

Comments
 (0)