Skip to content

Releases: postmanlabs/openapi-to-postman

v5.3.3

14 Oct 13:53
11b04ff

Choose a tag to compare

Merge pull request #889 from postmanlabs/release/v5.3.3

Release version v5.3.3

v5.3.2

08 Oct 09:23
d5f7e5d

Choose a tag to compare

Release version v5.3.2 (#886)

* [AB-1493], [AB-1504] Added changes for 2-way-sync (#884)

- Added extra formats to be supported for spec to collection
- Take description from Path Level parameter if not available in Path+Method level

* Prepare release v5.3.2

---------

Co-authored-by: Avishek Saha <barshan23@gmail.com>
Co-authored-by: Ayush Shrivastav <42120573+AyushShri@users.noreply.github.com>
Co-authored-by: GitHub Actions <noreply@github.com>

v5.3.1

26 Sep 05:51
7c24373

Choose a tag to compare

Merge pull request #881 from postmanlabs/release/v5.3.1

Release version v5.3.1

v5.3.0

24 Sep 12:44
0a3eaaa

Choose a tag to compare

Release version v5.3.0 (#879)

v5.2.0

19 Sep 10:48
077462f

Choose a tag to compare

Release version v5.2.0 (#869)

* Enhance  type fetching to support composite schemas (anyOf, oneOf, allOf)

* Refactor type fetching logic to process original schema before modifications

* Update parameter resolution logic to handle 'PROCESSING' state in schema conversion

* Refactor schema processing to conditionally push resolved schema types for 'PROCESSING' state

* Add support for composite schemas (anyOf, oneOf, allOf) in conversion process

* schema changes for 2-way-sync

* fixed test

* Enhance composite schema tests to validate specific structures for anyOf cases

* removed examples

* Refactor ESLint rules and remove unnecessary one-var disables; enhance schema resolution logic for composite parameters in conversion tests (#868)

Refactor ESLint rules and remove unnecessary one-var disables; enhance schema resolution logic for composite parameters in conversion tests (#868)

* added deprecated example

* added test for description

* Resolved comments

* Bug Fixes

* refactored

* Prepare release v5.2.0

---------

Co-authored-by: Avishek Saha <barshan23@gmail.com>
Co-authored-by: barshan23 <avishek.saha@postman.com>
Co-authored-by: Ayush Shrivastav <ayush.shrivastav@postman.com>
Co-authored-by: GitHub Actions <noreply@github.com>

v5.1.0

01 Sep 10:35
a4d0aa4

Choose a tag to compare

Merge pull request #864 from postmanlabs/release/v5.1.0

Release version v5.1.0

v5.0.2

25 Aug 09:52
9571cfd

Choose a tag to compare

Merge pull request #859 from postmanlabs/release/v5.0.2

Release version v5.0.2

v5.0.1

22 Jul 10:56
222e3c8

Choose a tag to compare

Merge pull request #856 from postmanlabs/release/v5.0.1

Release version v5.0.1

v5.0.0

07 Mar 13:32
55f2b00

Choose a tag to compare

Breaking Changes

  • Drop support for node < v18.

Chore

  • Bumped up postman-collection to 5.0.0

v4.25.0

15 Jan 09:09
8beb95c

Choose a tag to compare

Release version v4.25.0 (#838)

* Fix undefined example.$ref

* Throw fatal error to allow error handling in module usage

* Revert back

* Fix Table of Contents links and validate preview

* [AB-290]-Extracting-type-information from OAS (#834)

- AB-290-extracting-type-information

* Prepare release v4.25.0

---------

Co-authored-by: Vishal Shingala <vishalkumar.shingala@getpostman.com>
Co-authored-by: Thim <timhaselaars@gmail.com>
Co-authored-by: Yashkrit-Singh <139995167+Yashkrit-Singh@users.noreply.github.com>
Co-authored-by: Avishek Saha <barshan23@gmail.com>
Co-authored-by: Ayush Shrivastav <42120573+AyushShri@users.noreply.github.com>
Co-authored-by: GitHub Actions <noreply@github.com>