chore: 🐝 Update SDK - SDK Generation [speakeasy-sdk-regen-20260811] 2.1.6 - #54
chore: 🐝 Update SDK - SDK Generation [speakeasy-sdk-regen-20260811] 2.1.6#54convoy-sdk-bot[bot] wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 6debf78. Configure here.
| * acknowledging POST /events/dynamic. When false, the handler returns 201 after enqueue. | ||
| */ | ||
| syncDynamicEventAck?: boolean | undefined; | ||
| verifyDynamicEvents?: boolean | undefined; |
There was a problem hiding this comment.
Breaking rename in patch release
Medium Severity
syncDynamicEventAck was renamed to verifyDynamicEvents on project config types, but the package only bumps 2.1.5 → 2.1.6. Patch-range upgrades can pick this up automatically; outbound serialization drops the old property, so the setting is silently omitted from create/update requests.
Additional Locations (2)
Reviewed by Cursor Bugbot for commit 6debf78. Configure here.


SDK update
Versioning
Version Bump Type: [patch] - 🤖 (automated)
Tip
If updates to your OpenAPI document introduce breaking changes, be sure to update the
info.versionfield to trigger the correct version bump.Speakeasy supports manual control of SDK versioning through multiple methods.
OpenAPI Change Summary
View full report
Linting Report
0 errors, 0 warnings, 6 hintsView full report
TYPESCRIPT CHANGELOG
No relevant generator changes
Based on Speakeasy CLI 1.790.2
Last updated by Speakeasy workflow
Note
Medium Risk
Renames
syncDynamicEventAcktoverifyDynamicEventson project config types, which is a breaking change for consumers still using the old field name.Overview
Regenerates the TypeScript SDK to 2.1.6 from an updated OpenAPI doc, with focused project-config and endpoint docs changes.
Project config models (
ModelsProjectConfig, create/response variants) gain optionalallowUnmatchedDynamicUrls(auto-create endpoints for unmatched dynamic URLs; default rejects). They also renamesyncDynamicEventAck→verifyDynamicEvents(same behavior: wait for dynamic endpoint/subscription resolve before acknowledgingPOST /events/dynamic).Endpoint create/update docs clarify that
advancedSignaturesonly applies to outgoing projects (defaults to true when omitted; incoming always uses advanced).Reviewed by Cursor Bugbot for commit 6debf78. Bugbot is set up for automated code reviews on this repo. Configure here.