Skip to content

Releases: uploadcare/uploadcare-js-api-clients

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)

v6.7.0

19 Oct 10:57
d9161c3
Compare
Choose a tag to compare

6.7.0 (2023-10-18)

Bug Fixes

  • upload-client/queue: don't use private class fields due to bad support of bundling tools (d61dc47)
  • upload-client/uploadFileGroup: do not request fileInfo before creating group from uuid (c3c8245)
  • upload-client/uploadFileGroup: support for the uuids with inline operations (c3c8245)
  • upload-client/UploadcareGroup: filter null values from the files property of group info (83c0b6c)
  • upload-client: fix package.json react-native field path (beee9c1)

Features

  • upload-client: add property defaultEffects to the UploadcareFile instance returned by uploadFileGroup method (abe39c4)

v6.6.1

03 May 08:44
4df9e0c
Compare
Choose a tag to compare

6.6.1 (2023-05-01)

Bug Fixes

  • upload-client: do not use buffer for browser-like bundles to prevent polyfilling by cdn (#484)

v6.6.0

01 May 08:52
8b05ff0
Compare
Choose a tag to compare

6.6.0 (2023-05-01)

Features

  • upload-client: add Queue helper to make queued uploads (#481) (aea890c)

v6.5.1

26 Apr 12:17
c614cac
Compare
Choose a tag to compare

6.5.1 (2023-04-25)

v6.5.0

25 Apr 13:57
9d23846
Compare
Choose a tag to compare

6.5.0 (2023-04-25)

Bug Fixes

  • set corresponding extension for the dynamic chunks (882741f)

Features

  • add CommonJS bundles (4aff9bc)
  • rest-client: export createSignature method (#472) (ccbb97a)

v6.4.1

17 Mar 14:48
2ec7308
Compare
Choose a tag to compare

6.4.1 (2023-03-17)

Bug Fixes

  • upload-client/uploadFileGroup: accept checkForUrlDuplicates and saveUrlForRecurrentUploads (#470) (43e0ba9)

v6.4.0

10 Mar 09:10
6202e47
Compare
Choose a tag to compare

6.4.0 (2023-03-10)

BREAKING CHANGE without major bump

There will be no impact unless you are using the @uploadcare/signed-uploads package.

  • @uploadcare/signed-uploads: update generateSecureSignature signature - BREAKING CHANGE without major bump (97f7ebb)

v6.3.0

09 Mar 13:15
65a00c6
Compare
Choose a tag to compare

6.3.0 (2023-03-09)

Features

  • add @uploadcare/signed-uploads package containing helper to generate signature for signed uploads (#466) (dd48ee4)

v6.2.1

24 Jan 09:36
6dd7177
Compare
Choose a tag to compare

6.2.1 (2023-01-23)

Bug Fixes

  • upload-client: normalize output cdn url (#463) (cd37f4d)