Release version v6.3.1 - #960
Merged
Merged
Conversation
Release version v6.3.0
…e merging - Added support for `exampleKey` in `resolveValueOfParameter` to match parameter examples with response examples based on case-insensitive keys. - Updated `generateExamples` to include parameter example keys, allowing for better pairing of request and response examples. - Modified `mergeResponseData` to preserve existing request-side data (body, URL, headers) for non-first responses during sync, ensuring that changes in the spec do not overwrite all responses. - Introduced tests to validate the new behavior of pairing parameter examples with response examples, ensuring correct functionality in various scenarios.
…xample syncing - Updated the header merging logic in ResponseMerger to preserve spec-generated header metadata while copying over existing header values and disabled states. - Improved test fixtures for OpenAPI 3.0 and 3.1 to validate the pairing of response examples with matching query parameter examples, ensuring that new examples are correctly synced without affecting existing ones.
…airing Enhance parameter example mapping handling in schemaUtils and response merging
Contributor
Author
unit test code coverage
Coverage Breakdown • (89%)
|
Contributor
Author
integration test code coverage
Coverage Breakdown • (19%)
|
AyushShri
approved these changes
Jul 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi @AyushShri!
This PR was created in response to a manual trigger of the release workflow here: https://github.com/postmanlabs/openapi-to-postman/actions/runs/29996313487.
I've updated the changelog and bumped the versions in the manifest files in this commit: cf15b77.