Skip to content

feat: regenerate API client from OpenAPI spec - #30

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#30
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 (ruby) from docs/v3/openapi3.yaml on frain-dev/convoy main. Hand-written gem code (lib/convoy/, incl. webhook verify) is untouched by the sync script.


Note

Medium Risk
The renamed config field is a breaking change for Ruby SDK users, and both settings affect dynamic event ingestion behavior when sent to the API.

Overview
Regenerated OpenAPI Ruby models for project config (DatastoreProjectConfig and ModelsProjectConfig) to match the updated Convoy API spec.

New field: allow_unmatched_dynamic_urls — when enabled, dynamic event URLs that do not match any endpoint URL template can auto-create an endpoint; default false rejects unmatched URLs when templates exist.

Breaking rename: sync_dynamic_event_ack is replaced by verify_dynamic_events (same JSON key change on the wire). It still controls whether POST /events/dynamic waits for endpoint/subscription resolution before returning 2xx vs returning 201 after enqueue.

Callers of the Ruby client must migrate from sync_dynamic_event_ack to verify_dynamic_events when reading or writing project configuration.

Reviewed by Cursor Bugbot for commit 7f43f50. 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:23
@convoy-sdk-bot
convoy-sdk-bot Bot merged commit d7372ac 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:25
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