Skip to content

v5.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Sep 08:57
· 179 commits to master since this release
95ecfcc

5.0.0 (2022-09-13)

  • refactor(upload-client)!: drop multipartMaxAttempts option (178436e)

Features

  • api-client-utils: add UploadcareNetworkError (0e917d2)
  • upload-client: add retryNetworkErrorMaxTimes option to specify retries count on network errors (400fedd)
  • upload-client: throw UploadcareNetworkError instead of Error (f7e3f55)

BREAKING CHANGES

  • option multipartMaxAttempts is dropped. Use retryNetworkErrorMaxTimes instead. It will affect all the requests, not only multipart uploads.