We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug When generating the diff between specs that contain webhooks I notice the following:
diff
Should extensions be replaced by webhooks?
extensions
webhooks
extensions: modified: webhooks: - oldValue: null value:
Request attributes are dropped, I would expect a warning to inform about the (potential?) breaking change
TransferData: properties: added: - categoryData deleted: - platformPaymentType - pspPaymentReference
To Reproduce Steps to reproduce the behavior:
oasdiff diff https://raw.githubusercontent.com/Adyen/adyen-openapi/refs/heads/main/yaml/BalancePlatformTransferNotification-v3.yaml \ https://raw.githubusercontent.com/Adyen/adyen-openapi/refs/heads/main/yaml/BalancePlatformTransferNotification-v4.yaml
Expected behavior
error
warning
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. I'll check it asap and update.
Sorry, something went wrong.
Webhooks support was introduced in version 3.1.0. Oasdiff doesn't support this version.
Thanks for the quick reaction @reuvenharrison Is supporting OpenAPI 3.1.0 not planned or considered?
Please see this discussion: #52
No branches or pull requests
Describe the bug
When generating the
diff
between specs that contain webhooks I notice the following:Output start with extensions
Should
extensions
be replaced bywebhooks
?Deleted properties without error or warning
Request attributes are dropped, I would expect a warning to inform about the (potential?) breaking change
To Reproduce
Steps to reproduce the behavior:
Expected behavior
extensions
withwebhooks
?error
andwarning
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: