Released v2.12.0

This commit is contained in:
Vishal Shingala
2021-10-14 18:16:34 +05:30
parent 0bcef1e1ec
commit 54aa8845bc
3 changed files with 10 additions and 2 deletions

View File

@@ -1,5 +1,13 @@
# OpenAPI-Postman Changelog
#### v2.12.0 (October 14, 2021)
* Fixed issue where conversion failed with type error if header example was null.
* Fixed issue where validation was giving INVALID_TYPE instead of MISSING_IN_REQUEST if path variable is not present in transaction.
* Fix issue where json and xml lanugages were not detected from the example request body content type
* Set param type in request to file if schema type is string and format is binary in binary body type.
* Handle the case when request body is of type string and format binary in form-data body type.
* Fixed path variable conversion in collection's examples.
#### v2.11.0 (September 28, 2021)
* Fixed issue where genberated collection contained response code as null.
* Added option to manage implicit headers.

2
package-lock.json generated
View File

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

View File

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