Skip to content

feat: regenerate API client from OpenAPI spec - #18

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

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

Conversation

@convoy-sdk-bot

@convoy-sdk-bot convoy-sdk-bot Bot commented Aug 27, 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
Breaking compile-time changes to generated EventsApi return types and model class names; behavior matches the API spec but existing Java integrations must be updated.

Overview
Regenerates the Java client so event create operations (createEndpointEvent, createBroadcastEvent, createDynamicEvent, createEndpointFanoutEvent) deserialize 201 bodies as CreateEndpointEvent201Response with ModelsEventQueuedResponse data (including uid), instead of the previous GetProjects400Response or CreateBroadcastEvent201Response types.

Get and replay (getEndpointEvent, replayEndpointEvent) now return GetEndpointEvent200Response rather than reusing the broadcast create type. Javadoc on create endpoints notes using GET /events/{eventID} or event deliveries to track sends.

Breaking for SDK users: CreateBroadcastEvent201Response is replaced by the new split types; callers should read getData().getUid() from create responses and update imports/return types accordingly.

Reviewed by Cursor Bugbot for commit c6069e1. 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 27, 2026 10:10
@convoy-sdk-bot
convoy-sdk-bot Bot merged commit 6961f20 into main Aug 27, 2026
3 checks passed
@convoy-sdk-bot
convoy-sdk-bot Bot deleted the speakeasy-sdk-regen-20260827 branch August 27, 2026 10:15
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