Skip to content

Commit 88c2dcc

Browse files
authored
Merge pull request #811 from postmanlabs/release/v4.23.0
Release version v4.23.0
2 parents 7b67a52 + cde7edd commit 88c2dcc

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
## [Unreleased]
44

5+
## [v4.23.0] - 2024-07-22
6+
7+
### Added
8+
9+
- Conversion - Added option to set preferred request body content-type and use the first mentioned content-type as request body.
10+
11+
### Fixed
12+
13+
- Fixed issue with getOptions() API where default module version was still v1.
14+
- Fix to convert "format:binary" to "type:file" for requests with formdata body.
15+
16+
### Chore
17+
18+
- Replace traverse with neotraverse to reduce related dependencies.
19+
520
## [v4.22.0] - 2024-07-10
621

722
### Chore
@@ -626,7 +641,9 @@ Newer releases follow the [Keep a Changelog](https://keepachangelog.com/en/1.0.0
626641

627642
- Base release
628643

629-
[Unreleased]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.22.0...HEAD
644+
[Unreleased]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.23.0...HEAD
645+
646+
[v4.23.0]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.22.0...v4.23.0
630647

631648
[v4.22.0]: https://github.com/postmanlabs/openapi-to-postman/compare/v4.21.0...v4.22.0
632649

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.22.0",
3+
"version": "4.23.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)