Skip to content

Releases: apiaddicts/openapi2postman

2.4.1

Choose a tag to compare

@SebastianDT1 SebastianDT1 released this 03 Jul 13:47
9aab4df

[2.4.1] - 2026-07-03

Fixed

  • Fix index.js requiring the removed openapiAuthorizationDefinition.js path.
  • Fix missing JSON.parse when reading the response schema from the environment variable.
  • Fix crash when securitySchemes contains type: apiKey or other non-OAuth2 schemes.
  • Fix schema validation crash on 204 No Content endpoints when validate_schema: true.
  • Resolve external $ref (HTTP/HTTPS URLs) instead of crashing with TypeError. External schemas are fetched, cached, and inlined at parse time using Node's built-in http/https modules.

[2.4.1-beta-2] - 2026-07-02

Fixed

  • Fix index.js requiring the removed openapiAuthorizationDefinition.js path.
  • Fix missing JSON.parse when reading the response schema from the environment variable.

[2.4.1-beta-1] - 2026-06-26

Fixed

  • Fix crash when securitySchemes contains type: apiKey or other non-OAuth2 schemes.
  • Fix schema validation crash on 204 No Content endpoints when validate_schema: true.
  • Resolve external $ref (HTTP/HTTPS URLs) instead of crashing with TypeError. External schemas are fetched, cached, and inlined at parse time using Node's built-in http/https modules.

What's Changed

New Contributors

Full Changelog: 2.4.0...2.4.1

2.4.0

Choose a tag to compare

@SebastianDT1 SebastianDT1 released this 27 May 16:22
f4b3927

[2.4.0] - 2026-05-07

Added

  • Added support for OpenAPI 3.2.

What's Changed

Full Changelog: 2.3.0...2.4.0

2.3.0

Choose a tag to compare

@SebastianDT1 SebastianDT1 released this 05 Mar 17:24
38aee85

[2.3.0] - 2026-03-05

Added

  • Added support for OpenAPI 3.1.

ww## What's Changed

Full Changelog: 2.2.7...2.3.0

2.2.7

Choose a tag to compare

@SebastianDT1 SebastianDT1 released this 05 Mar 12:57
3175b6f

What's Changed

Full Changelog: 2.2.6...2.2.7

v2.2.6

Choose a tag to compare

@SebastianDT1 SebastianDT1 released this 31 Dec 15:51
304afcb

What's Changed

New Contributors

Full Changelog: 2.2.1...2.2.6

v2.2.1 External authentications

Choose a tag to compare

@marcosanz-apiquality marcosanz-apiquality released this 12 Feb 18:02
792d407

Include files with external authentication

v2.2.0 minimal tests version

Choose a tag to compare

@marcosanz-apiquality marcosanz-apiquality released this 30 Dec 17:41
1bfb143
Merge pull request #53 from apiaddicts/develop

Develop

v2.1

Choose a tag to compare

@danijerez danijerez released this 22 Oct 08:27

Changelog

  • Updated dependencies
  • Added 'microcks_headers' parameter in the environments config section to auto configure the microcks headers.
  • Replaced yaml.safeLoad with yaml.load due to the removal of safeLoad in js-yaml v4. The yaml.load function is now safe by default, making safeLoad obsolete

v2.0

Choose a tag to compare

@danijerez danijerez released this 21 Sep 10:23
f60392e

Changelog

  • Testing QueryParams with OpenApi 3.0
  • Test query parameters that are arrays.
  • Test to do ok and ko(404) in the resources
  • Test resources that have files in the body
  • Test for queryParam $select and $exclude
  • Optimize problems with the generation of postman tests in openapi 3
  • Optimize code generated in the tests
  • Modify the collection of authorizations to pass it 00
  • Creating and including a new configuration schema variable.
  • Minor fixes

What's Changed

New Contributors

Full Changelog: 0.9-beta...2.0

first release

Choose a tag to compare

@admin-cloudappi admin-cloudappi released this 06 Jul 09:17
0.9-beta

modify steps readme