Skip to content

Commit 67b9fe3

Browse files
committed
Added changelog
1 parent 37003c1 commit 67b9fe3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
### Added
6+
7+
- Added support for resolving of remote URL refs in bundle method
8+
59
## [v4.15.0] - 2023-06-27
610

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

4650
## [v4.12.0] - 2023-05-04
4751

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

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

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

Comments
 (0)