Skip to content

Commit 708cd28

Browse files
author
Dhwaneet Bhatt
committed
Released v4.11.0
1 parent 64cc599 commit 708cd28

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# OpenAPI-Postman Changelog
22

3+
## [Unreleased]
4+
5+
## [v4.11.0] - 2021-04-14
6+
7+
### Added
8+
9+
- Fixed issue [#11680](https://github.com/postmanlabs/postman-app-support/issues/11680) Added support for contentType field for Formdata request bodies.
10+
- Fixed issue [#10928](https://github.com/postmanlabs/postman-app-support/issues/10928) Added support for usage of interface version in CLI conversions with v2 as default.
11+
12+
### Fixed
13+
14+
- Fixed various known type errors related issues that were causing conversion errors.
15+
- Fixed an issue where default response was not considered correctly while validating collection request response.
16+
17+
## Previous Releases
18+
Newer releases follow the [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format.
19+
320
#### v4.10.2 (March 13, 2023)
421
* Fixed issue where Accept header was generated correctly in convertV2() interface.
522

@@ -436,3 +453,7 @@
436453

437454
#### v0.0.1 (October 23, 2018)
438455
* Base release
456+
457+
[Unreleased]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.11.0...HEAD
458+
459+
[v4.11.0]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.10.2...v4.11.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-to-postmanv2",
3-
"version": "4.10.2",
3+
"version": "4.11.0",
44
"description": "Convert a given OpenAPI specification to Postman Collection v2.0",
55
"homepage": "https://github.com/postmanlabs/openapi-to-postman",
66
"bugs": "https://github.com/postmanlabs/openapi-to-postman/issues",

0 commit comments

Comments
 (0)