Skip to content

Releases: uploadcare/uploadcare-js-api-clients

v4.2.1

11 Jul 13:33
4648c93
Compare
Choose a tag to compare

4.2.1 (2022-07-11)

  • Add exports field to the package.json (#415)
  • Add LICENSE files to the package contents (#414)

v4.2.0

05 Jul 19:08
126c303
Compare
Choose a tag to compare

4.2.0 (2022-07-05)

Repository was transformed into the monorepo. Now there are two packages:
@uploadcare/upload-client and @uploadcare/rest-client.

They have locked versioning. So @uploadcare/rest-client is started from 4.2.0,
and @uploadcare/upload-client has no any visible changes (except for the internal ones).

At the current stage, there are no any high-level wrappers at @uploadcare/rest-client.
Only low-level typed wrappers over API methods are available.
It means, that there are no pagination and no conversion job status polling,
just bare request wrappers.

v4.1.0

29 Jun 05:45
0b67b19
Compare
Choose a tag to compare

4.1.0 (2022-06-29)

Bug Fixes

  • Fix crashes when null metadata passed to the options (cbf5472)

v4.0.1

14 Jun 11:31
b9c678c
Compare
Choose a tag to compare

4.0.1 (2022-06-10)

v3.1.1

11 Apr 11:51
a957fe6
Compare
Choose a tag to compare

3.1.1 (2022-04-11)

v3.1.0

11 Apr 11:17
aa02b63
Compare
Choose a tag to compare

3.1.0 (2022-04-11)

Bug Fixes

  • accept option `multipartMinFileSize (679eb8f)
  • calculate store parameter in a consistent way (2e423d2)

Features

  • file metadata support (dc9cf2d)
  • return contentInfo from fileInfo to user (5b9b99a)

v3.0.0

24 Feb 17:29
677ac27
Compare
Choose a tag to compare

3.0.0 (2022-02-24)

Bug Fixes

  • remove exports field at package.json (#360) (1e37542)

  • fix!: split progress info to computable and unknown ones (#363) (7638284), closes #363

BREAKING CHANGES

  • value property of progress info can be undefined instead of NaN in case of uploading from URL. See isComputable flag to detect whether value is available.

v2.2.0

22 Dec 09:26
0f60e53
Compare
Choose a tag to compare

2.2.0 (2021-12-22)

Features

v2.1.0

07 Dec 10:22
13d152c
Compare
Choose a tag to compare

2.1.0 (2021-12-07)

Features

  • export UploadcareFile and UploadcareGroup types (#353) (29d1547)

v2.0.0

15 Nov 20:01
c60bb20
Compare
Choose a tag to compare

2.0.0 (2021-11-15)

Features

  • feat!: add cjs and esm support (#283) (081f27e), closes #283
  • feat!: replace CancelController with native AbortController (#282) (020e1ae), closes #282
  • add mimeType to UploadcareFile type (33b6c58)
  • export high-level upload methods (1354018)
  • handle server error codes (948c9d1)
  • add option userAgent to pass custom user agent string or function (d74fefb)

BREAKING CHANGES

  • remove default export because webpack can't handle it without bugs
  • replace cancel key with signal in all cancelable methods
  • property response of UploadClientError now contains the whole response object ({ error: {...}})