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
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# OpenAPI-Postman Changelog
2
2
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
+
3
20
#### v4.10.2 (March 13, 2023)
4
21
* Fixed issue where Accept header was generated correctly in convertV2() interface.
0 commit comments