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
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
## [Unreleased]
4
4
5
+
### Added
6
+
7
+
- Added support for remote $ref resolution in bundle() API.
8
+
5
9
## [v4.15.0] - 2023-06-27
6
10
7
11
### Added
@@ -41,7 +45,7 @@
41
45
- Fixed an issue where definition validation was not considering multiple white space characters.
42
46
- Fixed issue [#708](https://github.com/postmanlabs/openapi-to-postman/issues/708) where if string is defined for required field, conversion was failing.
43
47
- Fixed issue where for certain path segments, collection generation failed.
44
-
- Fixed TypeError occurring while checking typeof bodyContent in getXmlVersionContent.
48
+
- Fixed TypeError occurring while checking typeof bodyContent in getXmlVersionContent.
45
49
46
50
## [v4.12.0] - 2023-05-04
47
51
@@ -295,7 +299,7 @@ Newer releases follow the [Keep a Changelog](https://keepachangelog.com/en/1.0.0
295
299
- Added support for internal $ref resolution in validation flows.
296
300
- Fixed issue where parameter resolution was "schema" when "example" was specified.
297
301
- Add supported formats for schema resolution (deref).
298
-
- Fix for [#7643](https://github.com/postmanlabs/postman-app-support/issues/7643), [#7914](https://github.com/postmanlabs/postman-app-support/issues/7914), [#9004](https://github.com/postmanlabs/postman-app-support/issues/9004) - Added support for Auth params in response/example.
302
+
- Fix for [#7643](https://github.com/postmanlabs/postman-app-support/issues/7643), [#7914](https://github.com/postmanlabs/postman-app-support/issues/7914), [#9004](https://github.com/postmanlabs/postman-app-support/issues/9004) - Added support for Auth params in response/example.
299
303
- Bumped up multiple dependecies and dev-dependencies versions to keep them up-to-date.
300
304
- Updated code coverage tool from deprecated istanbul to nyc.
301
305
@@ -382,7 +386,7 @@ Newer releases follow the [Keep a Changelog](https://keepachangelog.com/en/1.0.0
382
386
#### v1.1.13 (April 21, 2020)
383
387
384
388
- Added support for detailed validation body mismatches with option detailedBlobValidation.
385
-
- Fix for [#8098](https://github.com/postmanlabs/postman-app-support/issues/8098) - Unable to validate schema with type array.
389
+
- Fix for [#8098](https://github.com/postmanlabs/postman-app-support/issues/8098) - Unable to validate schema with type array.
386
390
- Fixed URIError for invalid URI in transaction.
387
391
- Fix for [#152](https://github.com/postmanlabs/openapi-to-postman/issues/152) - Path references not resolved due to improver handling of special characters.
388
392
- Fix for [#160](https://github.com/postmanlabs/openapi-to-postman/issues/160) - Added handling for variables in local servers not a part of a URL segment. All path servers to be added as collection variables.
0 commit comments