Skip to content

Commit 206cd9a

Browse files
Merge pull request #753 from postmanlabs/release/v4.16.0
Release version v4.16.0
2 parents d87615f + 90af665 commit 206cd9a

29 files changed

+1631
-56
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [v4.16.0] - 2023-08-18
6+
7+
### Added
8+
9+
- Added support for remote $ref resolution in bundle() API.
10+
511
## [v4.15.0] - 2023-06-27
612

713
### Added
@@ -41,7 +47,7 @@
4147
- Fixed an issue where definition validation was not considering multiple white space characters.
4248
- Fixed issue [#708](https://github.com/postmanlabs/openapi-to-postman/issues/708) where if string is defined for required field, conversion was failing.
4349
- 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.
4551

4652
## [v4.12.0] - 2023-05-04
4753

@@ -295,7 +301,7 @@ Newer releases follow the [Keep a Changelog](https://keepachangelog.com/en/1.0.0
295301
- Added support for internal $ref resolution in validation flows.
296302
- Fixed issue where parameter resolution was "schema" when "example" was specified.
297303
- 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.
299305
- Bumped up multiple dependecies and dev-dependencies versions to keep them up-to-date.
300306
- Updated code coverage tool from deprecated istanbul to nyc.
301307

@@ -382,7 +388,7 @@ Newer releases follow the [Keep a Changelog](https://keepachangelog.com/en/1.0.0
382388
#### v1.1.13 (April 21, 2020)
383389

384390
- 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.
386392
- Fixed URIError for invalid URI in transaction.
387393
- Fix for [#152](https://github.com/postmanlabs/openapi-to-postman/issues/152) - Path references not resolved due to improver handling of special characters.
388394
- 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
588594

589595
- Base release
590596

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
592600

593601
[v4.15.0]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.14.0...v4.15.0
594602

0 commit comments

Comments
 (0)