Skip to content

Commit 8c93366

Browse files
committed
Merge branch 'develop' into fix/valuePropInExample
2 parents 9410b6d + a22f7d0 commit 8c93366

File tree

5 files changed

+198
-4657
lines changed

5 files changed

+198
-4657
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
language: node_js
2+
dist: 'xenial'
23
node_js:
34
- "8"
4-
- "9"
55
- "10"
6-
- "11"
76
- "12"
8-
- "node"
97
- "lts/*"

CHANGELOG.md

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

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

0 commit comments

Comments
 (0)