Skip to content

v12.5.2

Choose a tag to compare

@adrai adrai released this 20 Aug 18:00
  • 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.