Release v1.0.3 (2026-01-08)
Highlights
- REST API reader now supports token-based pagination for cursor params (for example, HubSpot
after).
- Pagination fields can be specified with dotted paths (for example,
paging.next.after).
Upgrade Notes
- No breaking changes. Existing pagination configs continue to work; token pagination needs
mode="token" plus param and field.
Detailed Changes
Added
- Token pagination mode for REST API reads, including nested pagination field paths.
- HubSpot marketing events pagination example in the REST API reader guide.