Skip to content

feat: regenerate API client from OpenAPI spec - #16

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

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

Conversation

@convoy-sdk-bot

@convoy-sdk-bot convoy-sdk-bot Bot commented Aug 20, 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 method signatures for listing and batch-replaying events change, so downstream callers can fail to compile. Behavior is still generated client plumbing, not auth or data-store logic.

Overview
Regenerates the Java client so event list, batch replay, and count-affected calls can send a dedicated body query param (URL-encoded JSON payload match, ANDed with query).

batchReplayEvents, countAffectedEvents, and getEventsPaged now take an extra optional body argument after projectID and send it as a query string. query docs now describe prefix/metadata matching vs payload containment. searchPolicy on DatastoreProjectConfig gets a longer Javadoc only.

Breaking: existing positional callers of those three methods must insert body (or null).

Reviewed by Cursor Bugbot for commit 10d0c35. 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 20, 2026 19:47
@convoy-sdk-bot
convoy-sdk-bot Bot merged commit 20e106a into main Aug 20, 2026
3 checks passed
@convoy-sdk-bot
convoy-sdk-bot Bot deleted the speakeasy-sdk-regen-20260820 branch August 20, 2026 19:50
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