Skip to content

feat: regenerate API client from OpenAPI spec - #12

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

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

Conversation

@convoy-sdk-bot

@convoy-sdk-bot convoy-sdk-bot Bot commented Aug 5, 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
Renaming a serialized config field is a breaking change for Java SDK users still using syncDynamicEventAck; new dynamic-URL behavior also affects how ingest endpoints are created.

Overview
Regenerated Java client models for project config so SDK types match the updated OpenAPI spec (DatastoreProjectConfig, ModelsProjectConfig).

allow_unmatched_dynamic_urls is added: when true, dynamic event URLs that do not match any endpoint URL template can auto-create an endpoint; default false rejects them.

sync_dynamic_event_ack is renamed to verify_dynamic_events (JSON key and Java accessors). Behavior is unchanged in intent—control whether POST /events/dynamic waits for endpoint/subscription resolution before a 2xx vs returning 201 after enqueue—but SDK callers must use the new property name.

This is generated-only churn (equals/hashCode, toUrlQueryString, etc.); no hand-written client logic in this diff.

Reviewed by Cursor Bugbot for commit f6486ff. 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 5, 2026 19:26
@convoy-sdk-bot
convoy-sdk-bot Bot merged commit 934cd70 into main Aug 5, 2026
3 checks passed
@convoy-sdk-bot
convoy-sdk-bot Bot deleted the speakeasy-sdk-regen-20260805 branch August 5, 2026 19:29
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