You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(sdk,core): offload large trigger payloads via object storage
Upload oversized trigger payloads before the API request and send an
application/store pointer instead of embedding large JSON in the trigger body.
Validate pointer payloads in TriggerTaskRequestBody.
Offload large trigger payloads to object storage before sending the trigger API request. The SDK uploads packets at or above the existing 128KB limit and sends an `application/store` pointer instead of embedding large JSON in the request body. `TriggerTaskRequestBody` now validates that `application/store` payloads are non-empty storage paths.
0 commit comments