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
This ticket represents the tasks we're planning to include as part of the v7 release of @globus/sdk.
Update all method signatures to only accept new, single, parameter object.
We've slowly been adding next member exports to services that provide access to these new signatures (e.g., search.query.next.get({ request: { query: { q: 'example' } } }). In v7, these new signatures will replace all exported members.
Drop support for Node 20; End-of-life April 30, 2026.
This ticket represents the tasks we're planning to include as part of the v7 release of
@globus/sdk.Update all method signatures to only accept new, single, parameter object.
nextmember exports to services that provide access to these new signatures (e.g.,search.query.next.get({ request: { query: { q: 'example' } } }). In v7, these new signatures will replace all exported members.Drop support for Node 20; End-of-life April 30, 2026.
cross-fetchdependency.