Skip to content

Commit 1777f81

Browse files
author
Vishal Shingala
committed
Merge branch 'release/3.1.0'
2 parents bb34fcc + 5311b81 commit 1777f81

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
#### v3.1.0 (March 04, 2022)
4+
* Removed usage of schema resolution cache to avoid incorrect resolution.
5+
* Fixed issue where newly converted collection had mismatches from validateTransaction() API.
6+
* Fixed issue where falsy example were not getting converted correctly in generated collection.
7+
* Fixed issue where readOnly and writeOnly properties were not removed from required in resolved schema.
8+
* Fixed issue where if schema had pattern as property, conversion failed with error.
9+
310
#### v3.0.0 (Feb 11, 2022)
411
* Add support for OpenAPI 3.1.x https://www.openapis.org/blog/2021/02/18/openapi-specification-3-1-released.
512
* Separated schemUtils into common, 3.1, and 3.0 specific files.

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": "3.0.0",
3+
"version": "3.1.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)