Skip to content

Commit b9eeb64

Browse files
committed
4.7.0
1 parent 384afea commit b9eeb64

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
#### v4.7.0 (January 16, 2023)
4+
* Fixed an issue where same schema was being validated against examples multiple times during a conversion - using local cache here.
5+
* Added a way to return analytics along with the result for better observability into the kind of schemas we get for conversion.
6+
* Refactored the resolveRefs and resolveAll to take in an options object as an argument.
7+
38
#### v4.6.0 (December 30, 2022)
49
* Fixed issue where bundling of multi-file definition was not working correctly for more than 10 params correctly.
510
* Fixed issue where request name was not using operation description if available.

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