Skip to content

Releases: tentwentyfour/nextcloud-link

Firing from ALL the pipes

15 Feb 12:29
Compare
Choose a tag to compare

Version 1.1 had only one method to properly use nodejs' pipes in the context of an asynchronous request, named pipeStream that would allow you to pipe data from a local readStream to a Nextcloud instance.

Release 1.2 introduces two new methods:

  • downloadToStream and
  • uploadFromStream replacing, and thereby deprecating pipeStream (which will remain available until nextcloud-link 2.0)

Open Collaboration Services

25 Oct 18:17
Compare
Choose a tag to compare

This release adds advanced support for the Open Collaboration Services (OCS) API.