Uploadcare Upload Client Versions Save

JavaScript library for work with Uploadcare API

v6.7.0

7 months ago

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

1 year ago

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

1 year ago

6.6.0 (2023-05-01)

Features

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

v6.5.1

1 year ago

6.5.1 (2023-04-25)

v6.5.0

1 year ago

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

1 year ago

6.4.1 (2023-03-17)

Bug Fixes

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

v6.4.0

1 year ago

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

1 year ago

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

1 year ago

6.2.1 (2023-01-23)

Bug Fixes

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

v6.2.0

1 year ago

6.2.0 (2023-01-20)

Bug Fixes

  • upload-client: send content-type header when uploading multipart (#461) (3a402a3)

Features

  • upload-client: accept auto as store value (#460) (e140644)