Skip to content

Commit 6340bde

Browse files
authored
Merge pull request #476 from postmanlabs/release/3.0.0
Release/3.0.0
2 parents c11910d + 3bfa3f6 commit 6340bde

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

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.0.0 (Feb 11, 2022)
4+
* Add support for OpenAPI 3.1.x https://www.openapis.org/blog/2021/02/18/openapi-specification-3-1-released.
5+
* Separated schemUtils into common, 3.1, and 3.0 specific files.
6+
* Added a new internal option for supporting Webhooks: `includeWebhooks`
7+
* Added support for $schema through ajv for various JSON Schema drafts.
8+
39
#### v2.14.0 (January 31, 2022)
410
* Fixed issue where for certain collection requests validateTransactions() provided missing path varaible in request even though it was present.
511
* Fixed issue where we threw TypeError for undefined parameters.

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