Skip to content

Commit 85c135e

Browse files
authored
Merge pull request #664 from postmanlabs/release/4.6.0
Released v4.6.0.
2 parents 26d9726 + 7795cd8 commit 85c135e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
#### v4.6.0 (December 30, 2022)
4+
* Fixed issue where bundling of multi-file definition was not working correctly for more than 10 params correctly.
5+
* Fixed issue where request name was not using operation description if available.
6+
37
#### v4.5.0 (December 23, 2022)
48
* Fixed issue [#11519](https://github.com/postmanlabs/postman-app-support/issues/11519) Collection generated from imported OpenAPI were missing certain properties.
59
* Fixed issue [#11227](https://github.com/postmanlabs/postman-app-support/issues/11227) Collection generated produces incorrect XML requests and responses from Open API 3.0 and Swagger 2.0 API definitions.

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