Skip to content

feat: regenerate API client from OpenAPI spec - #17

Merged
convoy-sdk-bot[bot] merged 1 commit into
mainfrom
speakeasy-sdk-regen-20260823
Aug 23, 2026
Merged

feat: regenerate API client from OpenAPI spec#17
convoy-sdk-bot[bot] merged 1 commit into
mainfrom
speakeasy-sdk-regen-20260823

Conversation

@convoy-sdk-bot

@convoy-sdk-bot convoy-sdk-bot Bot commented Aug 23, 2026

Copy link
Copy Markdown
Contributor

Automated regeneration via OpenAPI Generator (java/native) from docs/v3/openapi3.yaml on frain-dev/convoy main. Hand-written webhook verify (src/main/java/com/getconvoy/webhook/) is untouched by the sync script.


Note

Medium Risk
Public generated method signatures change (new positional query argument), which can break existing callers even though the new filter itself is optional and additive on the wire.

Overview
Adds an optional query query parameter to getEventDeliveriesPaged and batchRetryEventDelivery so clients can search by delivery id, event id, event type prefix, and endpoint name.

This is a breaking public-API change: the generated method signatures insert query before sort, so existing positional callers must be updated. The value is forwarded as the query query string on /v1/projects/{projectID}/eventdeliveries and /eventdeliveries/batchretry.

Reviewed by Cursor Bugbot for commit 25898bb. Bugbot is set up for automated code reviews on this repo. Configure here.

@convoy-sdk-reviewer convoy-sdk-reviewer Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SDK reviewer app: approving a generated-paths-only diff on the regen branch. Auto-merge completes only after required status checks pass.

@convoy-sdk-bot
convoy-sdk-bot Bot enabled auto-merge (squash) August 23, 2026 20:18
@convoy-sdk-bot
convoy-sdk-bot Bot merged commit 1cd4560 into main Aug 23, 2026
3 checks passed
@convoy-sdk-bot
convoy-sdk-bot Bot deleted the speakeasy-sdk-regen-20260823 branch August 23, 2026 20:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants