Skip to content

Releases: uploadcare/uploadcare-js-api-clients

v6.14.1

08 Mar 12:02
6bcb23f
Compare
Choose a tag to compare

6.14.1 (2024-03-08)

v6.14.0

15 Feb 12:59
3b84f41
Compare
Choose a tag to compare

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

06 Feb 10:21
36b5583
Compare
Choose a tag to compare

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

12 Jan 09:53
e289696
Compare
Choose a tag to compare

6.12.1 (2024-01-12)

Bug Fixes

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

v6.12.0

22 Dec 08:35
bba88dd
Compare
Choose a tag to compare

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

19 Dec 05:42
3ba1bc0
Compare
Choose a tag to compare

6.11.1 (2023-12-19)

Bug Fixes

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

v6.11.0

30 Nov 08:48
8cc3114
Compare
Choose a tag to compare

6.11.0 (2023-11-15)

Features

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

v6.10.0

14 Nov 13:00
80c4ad4
Compare
Choose a tag to compare

6.10.0 (2023-11-14)

Features

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

v6.9.0

14 Nov 12:02
ef940a0
Compare
Choose a tag to compare

6.9.0 (2023-11-14)

Features

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

v6.8.0

30 Oct 12:37
8e06a32
Compare
Choose a tag to compare

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)