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
CSB-1547:snapshots.list() now returns a paginated Page of snapshots (TypeScript Page<Snapshot>, Python Page[Snapshot]) instead of a plain Snapshot[] / list[Snapshot].
Features
CSB-1547: add cursor pagination to list endpoints (1ee1d1d)