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
download/sync with --unpublished: the pagination cursor is now url-encoded
when requesting the next page. A + inside the base64 cursor was decoded as
a space by the server, which could abort pulling a very large namespace
mid-pagination with an "Illegal next value" error. The API now also emits
url-safe cursors, so older CLI versions are covered as well.