-
Notifications
You must be signed in to change notification settings - Fork 320
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- /check_job_status groups errors by routes. - Shared Folder ID format has changed to match API v1. Backwards-compatible changes: - ID is now a required field in Metadata. - Added `path_display` to Metadata. - /sharing/list_mountable_folders[/continue] - Set max length on names and e-mails. - Added `direct_only` flag to /sharing/list_shared_links
- Loading branch information
Showing
11 changed files
with
1,177 additions
and
411 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
bf0d3af
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you folks are going to introduce backwards-incompatible changes then please, PLEASE. add a CHANGELOG.rst to this repo. Changes are happening rapidly and I have no way to know what you've changed without sifting through tons of commits and reading the changes line-by-line.
bf0d3af
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the feedback!