Released v3.2.0

This commit is contained in:
Vishal Shingala
2022-05-02 16:53:45 +05:30
parent a51fb4bc2b
commit 6049afdf8b
3 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# OpenAPI-Postman Changelog
#### v3.2.0 (May 02, 2022)
* Fixed some of critical and high level severity vulnerabilities.
* Fixed issue [#10752](https://github.com/postmanlabs/postman-app-support/issues/10752) where deepObject style parameters were not generated correctly.
* Fixed issue [#485](https://github.com/postmanlabs/openapi-to-postman/issues/485) where validateTransaction() returns result where mismatch path for transaction are incorrect.
* Fixed issue [#485](https://github.com/postmanlabs/openapi-to-postman/issues/485) where validateTransaction() returns result where mismatch path for transaction are incorrect.
#### v3.1.0 (March 04, 2022)
* Removed usage of schema resolution cache to avoid incorrect resolution.
* Fixed issue where newly converted collection had mismatches from validateTransaction() API.

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{
"name": "openapi-to-postmanv2",
"version": "3.1.0",
"version": "3.2.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "openapi-to-postmanv2",
"version": "3.1.0",
"version": "3.2.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",