Skip to content

fix: accept nextCursor on offset page envelopes - #74

Merged
caballeto merged 1 commit into
mainfrom
fix/page-envelope-next-cursor
Aug 23, 2026
Merged

fix: accept nextCursor on offset page envelopes#74
caballeto merged 1 commit into
mainfrom
fix/page-envelope-next-cursor

Conversation

@caballeto

Copy link
Copy Markdown
Member

Summary

  • parsePage / tableValueResultSchema were .strict() and omitted nextCursor.
  • @devhelm/sdk@1.6.0 monitors.list() fails against production with Unrecognized key: "nextCursor".
  • Accept nextCursor and passthrough extra envelope fields.

Test plan

  • vitest http + negative-validation (1059 passed)
  • CI on this PR
  • Re-run publish-verify after the next MINOR

Made with Cursor

monitors.list (and every other offset list) used a .strict() parser that
rejected the additive nextCursor field on TableValueResult.

Co-authored-by: Cursor <cursoragent@cursor.com>
@caballeto
caballeto merged commit 522f788 into main Aug 23, 2026
3 checks passed
@caballeto
caballeto deleted the fix/page-envelope-next-cursor branch August 23, 2026 11:08
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.

1 participant