Skip to content
This repository was archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
Add changelog item
Browse files Browse the repository at this point in the history
  • Loading branch information
JanAckermann committed Jan 31, 2022
1 parent 524d76e commit df468c6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
9 changes: 9 additions & 0 deletions changelog/unreleased/change-files-pass-full-path
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Change: Pass full file or directory path to methods of Files class

Since incompatibility with spaces, we changed the way how the methods of the class
Files(filesManagement.js) need to be called.
Now it is mandatory to pass the full webDav(v2) path of a file or directory.

For example, before this change the path was: 'myfile.txt', with this change it is: 'files/admin/myfile.txt'

https://github.com/owncloud/owncloud-sdk/pull/971
6 changes: 6 additions & 0 deletions changelog/unreleased/change-remove-webdav-v1-support
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Change: Remove webdav v1 api support

The DAV api now uses dav v2 by default, webdav v1 has been entirely removed.

https://github.com/owncloud/owncloud-sdk/pull/962
https://github.com/owncloud/owncloud-sdk/issues/958
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "owncloud-sdk",
"version": "2.0.0-alpha",
"version": "2.0.0-alpha.1",
"description": "ownCloud client library for JavaScript",
"keywords": [
"owncloud",
Expand Down

0 comments on commit df468c6

Please sign in to comment.