You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# OpenAPI-Postman Changelog
2
2
3
+
#### v4.1.0 (July 20, 2022)
4
+
* Fixed issue where conversion was failing for definitions with info object as null.
5
+
* Fixed issue where generated collection did not have correct examples value from XML type of content.
6
+
* Fixed issue [#518](https://github.com/postmanlabs/openapi-to-postman/issues/518) where generated collection were having NaN as value for integer query params with enum values.
7
+
* Fixed issue [#496](https://github.com/postmanlabs/openapi-to-postman/issues/496) where validateTransactions() was returning missing endpoints even though corresponding requests are present in collection.
8
+
* Fixed issue [#478](https://github.com/postmanlabs/openapi-to-postman/issues/478) where updation of path parameter in collection resulted in MISSING_IN_REQUEST error.
9
+
* Fixed issue [#559](https://github.com/postmanlabs/openapi-to-postman/issues/559) where parameter description was undefined for formdata type of content even if defined.
10
+
* Fixed issue where bundle() API didn't handle circular references correctly.
11
+
* Added non-required files to be published as npm module in .npmignore
12
+
* Fixed issue where disableBodyPruning option was not set for requests with no request body.
13
+
3
14
#### v4.0.0 (July 12, 2022)
4
15
* Added support for new multi-file API detectRootFiles() for OpenAPI 3 and Swagger 2 formats to support detection of root files among multiple files.
5
16
* Added support for new multi-file API detectRelatedFiles() for OpenAPI 3 and Swagger 2 formats to support detection of related files for a provided root file amongst multiple files.
0 commit comments