Uploadcare Upload Client Versions Save

JavaScript library for work with Uploadcare API

v6.14.1

2 months ago

6.14.1 (2024-03-08)

v6.14.0

3 months ago

6.14.0 (2024-02-15)

Features

  • New package @uploadcare/image-shrink to reduce image size in the browser. See docs here.

v6.13.0

3 months ago

6.13.0 (2024-02-06)

Bug Fixes

  • upload-client/group: use body to send query parameters (#511) (16f36f7)

Features

  • rest-client: export CancelError from the package (83f10c6)

v6.12.1

4 months ago

6.12.1 (2024-01-12)

Bug Fixes

  • rest-client: send signed API requests with body in Firefox (#508) (6705984)

v6.12.0

4 months ago

6.12.0 (2023-12-22)

Deprecations

  • UploadcareNetworkError is deprecated. Please use NetworkError instead.
  • UploadClientError is deprecated. Please use UploadError instead.

Features

  • api-client-utils: add base class UploadcareError for the errors (766586a)
  • rest-client: export UploadcareError and RestClientError from the package module (6432653)
  • upload-client: export CancelError from the package (7adf799)
  • upload-client: rename UploadcareNetworkError export to the NetworkError. UploadcareNetworkError is deprecated but still exported. (62cc416)
  • upload-client: rename UploadClientError export to the UploadError. UploadClientError is deprecated but still exported. (7c03c3d)

v6.11.1

4 months ago

6.11.1 (2023-12-19)

Bug Fixes

  • upload-client/react-native: update bundle path (#504) (a0668c4)

v6.11.0

5 months ago

6.11.0 (2023-11-15)

Features

  • rest-client: add AWS Rekognition Moderation addon (67a01dc)

v6.10.0

6 months ago

6.10.0 (2023-11-14)

Features

  • rest-client/convert: add saveInGroup option to document conversion method (#499) (50720b7)

v6.9.0

6 months ago

6.9.0 (2023-11-14)

Features

  • rest-client: add Document Info endpoint (7f0c528)

v6.8.0

6 months ago

6.8.0 (2023-10-30)

Bug Fixes

  • types: imageInfo.datetimeOriginal could be null or string (#489) (4a717e1)

Features

  • upload-client: export isReadyPoll helper to wait for the file readiness (12cf9b1)