fix(client): flatten skipReadyWait option#4955
Conversation
1cae221 to
eb18651
Compare
PR Review: fix(client): flatten skipReadyWait optionSummary: This PR renames Positives
Issues1. Missing trailing newline in artifact file
2. Breaking wire-protocol change The HTTP header, WebSocket subprotocol, and query param are all renamed. Old clients talking to new servers (or vice versa) will silently lose the flag. If mixed deployments are possible, reading both names in the guard during a transitional window would be safer. 3. Redundant type aliases After the change, 4. The new Nits
VerdictClean and well-executed. Fix the missing trailing newline in the JSON artifact, and add a note in the PR description about the wire-protocol break for operators doing rolling deployments. |
eb18651 to
6a52d2e
Compare

Stack Context
This stack updates the RivetKit client API and docs around gateway readiness bypass behavior.
Why?
The skip ready wait option was documented as a nested per-call gateway option. This PR flattens the per-call shape to
skipReadyWait: trueand updates docs, examples, and tests to match.