2.2.0
Release date​
19 August 2025
Features​
UI Improvements​
- We updated pagination controls to enhance accessibility and usability.
- Now you can delete a Pacticipant version directly from the UI.
API​
- We removed redundant metadata from the root span emitted by OpenTelemetry instrumentation.
- We added a
delete
action for requests on the/pacticipants/:pacticipant_name/versions/:pacticipant_version_number
endpoint for users with appropriate permissions.
Bi-Directional Contract Testing (BDCT)​
Now we support
discriminator.mapping
to improve schema compatibility in BDCT workflows.We published new BDCT API endpoints:
/contracts/bi-directional/provider/{providerName}/version/{providerVersionNumber}/consumer/{consumerName}/version/{consumerVersionNumber}/cross-contract-verification-results
/contracts/bi-directional/provider/{providerName}/version/{providerVersionNumber}/consumer/{consumerName}/version/{consumerVersionNumber}/consumer-contract-verification-results
/contracts/bi-directional/provider/{providerName}/version/{providerVersionNumber}/consumer/{consumerName}/version/{consumerVersionNumber}/provider-contract-verification-results
/contracts/bi-directional/provider/{providerName}/version/{providerVersionNumber}/consumer/{consumerName}/version/{consumerVersionNumber}/provider-contract
/contracts/bi-directional/provider/{providerName}/version/{providerVersionNumber}/consumer/{consumerName}/version/{consumerVersionNumber}/consumer-contract
/contracts/bi-directional/provider/{providerName}/version/{providerVersionNumber}/cross-contract-verification-results
/contracts/bi-directional/provider/{providerName}/version/{providerVersionNumber}/consumer-contract-verification-results
/contracts/bi-directional/provider/{providerName}/version/{providerVersionNumber}/consumer-contract
/contracts/bi-directional/provider/{providerName}/version/{providerVersionNumber}/provider-contract-verification-results
/contracts/bi-directional/provider/{providerName}/version/{providerVersionNumber}/provider-contract
See the API documentation for details on using these endpoints.
Fixes​
User Interface​
- Long text in the Integrations grid now wraps correctly.
- We updated the terminology to clearly distinguish between provider status ("Verified") and consumer status ("Published").
- We fixed broken sidebar links to application pages.
- We resolved an error where live validation was malfunctioning when editing a webhook.
- We fixed a bug where selector changes on the Application Version page were not applied immediately.
- Team administrators without user read permissions can no longer add users.
- We fixed a visual glitch where extra or unexpected elements briefly appeared on the verification results page.
- We removed the Create System Account button for users without the necessary permissions.
API​
- The
/audit
API now correctly forwards real client IP addresses.
Maintenance​
- We addressed security vulnerabilities by updating affected packages. See CVE advisories for more information.