|
2 | 2 |
|
3 | 3 | ## [Unreleased]
|
4 | 4 |
|
| 5 | +## [v4.16.0] - 2023-08-18 |
| 6 | + |
| 7 | +### Added |
| 8 | + |
| 9 | +- Added support for remote $ref resolution in bundle() API. |
| 10 | + |
5 | 11 | ## [v4.15.0] - 2023-06-27
|
6 | 12 |
|
7 | 13 | ### Added
|
|
41 | 47 | - Fixed an issue where definition validation was not considering multiple white space characters.
|
42 | 48 | - Fixed issue [#708](https://github.com/postmanlabs/openapi-to-postman/issues/708) where if string is defined for required field, conversion was failing.
|
43 | 49 | - Fixed issue where for certain path segments, collection generation failed.
|
44 |
| -- Fixed TypeError occurring while checking typeof bodyContent in getXmlVersionContent. |
| 50 | +- Fixed TypeError occurring while checking typeof bodyContent in getXmlVersionContent. |
45 | 51 |
|
46 | 52 | ## [v4.12.0] - 2023-05-04
|
47 | 53 |
|
@@ -295,7 +301,7 @@ Newer releases follow the [Keep a Changelog](https://keepachangelog.com/en/1.0.0
|
295 | 301 | - Added support for internal $ref resolution in validation flows.
|
296 | 302 | - Fixed issue where parameter resolution was "schema" when "example" was specified.
|
297 | 303 | - 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. |
| 304 | +- 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 | 305 | - Bumped up multiple dependecies and dev-dependencies versions to keep them up-to-date.
|
300 | 306 | - Updated code coverage tool from deprecated istanbul to nyc.
|
301 | 307 |
|
@@ -382,7 +388,7 @@ Newer releases follow the [Keep a Changelog](https://keepachangelog.com/en/1.0.0
|
382 | 388 | #### v1.1.13 (April 21, 2020)
|
383 | 389 |
|
384 | 390 | - 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. |
| 391 | +- Fix for [#8098](https://github.com/postmanlabs/postman-app-support/issues/8098) - Unable to validate schema with type array. |
386 | 392 | - Fixed URIError for invalid URI in transaction.
|
387 | 393 | - Fix for [#152](https://github.com/postmanlabs/openapi-to-postman/issues/152) - Path references not resolved due to improver handling of special characters.
|
388 | 394 | - 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.
|
@@ -588,7 +594,9 @@ Newer releases follow the [Keep a Changelog](https://keepachangelog.com/en/1.0.0
|
588 | 594 |
|
589 | 595 | - Base release
|
590 | 596 |
|
591 |
| -[Unreleased]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.15.0...HEAD |
| 597 | +[Unreleased]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.16.0...HEAD |
| 598 | + |
| 599 | +[v4.16.0]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.15.0...v4.16.0 |
592 | 600 |
|
593 | 601 | [v4.15.0]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.14.0...v4.15.0
|
594 | 602 |
|
|
0 commit comments