Skip to content

Releases: putdotio/putio-js

v8.23.0

22 Jan 15:19
f33e3bd
Compare
Choose a tag to compare

Enhances Auth and OAuth resource types.

v8.22.0

19 Jan 07:39
3a356ce
Compare
Choose a tag to compare

Adds generateUUID function to client options, which will be used in the correlationIdSetter interceptor.

This allows us to use native UUID generators in platforms that are not compatible with uuid library, such as tvOS.
Fortunately, they have their own UUID generator.

v8.21.0

16 Jan 12:13
51e8878
Compare
Choose a tag to compare

Added file conversion response types.

v8.20.0

22 Dec 13:36
7a02cec
Compare
Choose a tag to compare
  • Refactors middlewares as Axios compatible request and response interceptors.
  • Updates correlation id setter to not crash the client while it's running in environments that don't support UUID generation due to internals.

v8.19.0

28 Oct 08:21
Compare
Choose a tag to compare
  • Add sharing endpoints, namely Api.Sharing.Clone and Api.Sharing.CloneInfo
  • Remove Api.Files.Copy endpoint. The endpoint itself is going to be still working for a while, even though its function is removed.

v8.18.0

22 Sep 14:53
Compare
Choose a tag to compare
  • Add payment/options endpoint: Payment.Options
  • Remove status_message from Transfers.
  • Update path-parse, tmpl and axios package versions

v8.17.0

30 Jul 10:38
Compare
Choose a tag to compare
  • Refactor family endpoints: Family.GetInvites, Family.CreateInvite, Family.DeleteMember, Family.Join
    [BREAKING] Old family endpoints will be deprecated at 15th August 2021. If you make use of family endpoints in your application please update your putio.js version to >=8.17.0
  • Add correlation id header to debug requests further.
  • Update lodash, hosted-git-info, browserslist, ws, glob-parent and axios package versions

v8.16.0

27 Apr 10:25
Compare
Choose a tag to compare
  • [Breaking] Move Files.DownloadLinks function to DownloadLinks.Create
  • Create DownloadLinks.Get function to get status of download links.

v8.15.3

15 Apr 14:47
Compare
Choose a tag to compare
  • Fix per_page parameter of search
  • Change return type of Files.Delete and Files.DeleteAll

v8.15.2

13 Apr 06:40
Compare
Choose a tag to compare
  • Update y18n and urijs package versions
  • Files.Delete and Files.DeleteAll functions now return skipped and deleted ids.
  • Files.Delete accepts partialDelete and skipTrash parameters.
  • Files.DeleteAll accepts partialDelete parameter.