Resources
Changelog
Version history and release notes for the Streamflow JS SDK.
All packages in the monorepo are versioned together - a single version applies to all @streamflow/* packages.
Full history: GitHub Releases · npm
v12.1.0 — Latest May 5, 2026
- feat: update Contract state, add feePartner (that was used for fee derivation) and cancelRequestTime;
- feat: expose requestCancel/withdrawCancelRequest instructions;
v12.0.0 May 4, 2026
- feat: bump distributor IDLs, expose feePartner;
- feat: pass partnerLink in remaining accounts for custom fee derivation;
- feat: export clawbackRequest by feePartner;
- feat!: rename
admin->authorityin clawback since the authority can differ fromadmin; the change does not break previous versions of the sdk since accounts are passed as vectors, it just changes how the account should be referred when calling with the anchor client;
Earlier versions
See GitHub Releases for the full history.