Skip to content

Releases: postmanlabs/openapi-to-postman

v5.5.0

21 Nov 13:20
26e7394

Choose a tag to compare

Merge pull request #913 from postmanlabs/release/v5.5.0

Release version v5.5.0

v5.4.1

17 Nov 11:47
77bfe7e

Choose a tag to compare

Release version v5.4.1 (#905)

* fixed path para values in example req

* fixed bug

* removed comments and extra test

* removed assertion

* fixed tests

* Refactor schema handling to preserve order of required properties  (#903)

* Refactor schema handling to preserve order of required properties and improve handling of schemas without required properties

* Remove redundant comment about defaulting to empty required array in request body validation

* Enhance schema processing in tests to ensure properties are preserved and required arrays are handled correctly

* Prepare release v5.4.1

---------

Co-authored-by: Avishek Saha <[email protected]>
Co-authored-by: Ayush Shrivastav <[email protected]>

v5.4.0

13 Nov 06:04
3044fb8

Choose a tag to compare

Merge pull request #901 from postmanlabs/release/v5.4.0

Release version v5.4.0

v5.3.5

10 Nov 08:02
e6b51b1

Choose a tag to compare

Release version v5.3.5 (#898)

* AB-1622-Removed empty properties if not present'

---------
Co-authored-by: Ayush Shrivastav <[email protected]>

v5.3.4

06 Nov 11:30
d72cea9

Choose a tag to compare

Merge pull request #895 from postmanlabs/release/v5.3.4

Release version v5.3.4

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 <[email protected]>
Co-authored-by: Ayush Shrivastav <[email protected]>
Co-authored-by: GitHub Actions <[email protected]>

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 <[email protected]>
Co-authored-by: barshan23 <[email protected]>
Co-authored-by: Ayush Shrivastav <[email protected]>
Co-authored-by: GitHub Actions <[email protected]>