Skip to content

@vercel/blob@0.19.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Jan 17:23
· 85 commits to main since this release
c9c6123

Minor Changes

  • d44bd3b: feat(blob): add retry to all blob requests

    This change generalizes the way we request the internal Blob API. This moves api version, authorization, response validation and error handling all into one place.
    Also this adds a retry mechanism to the API requests