Skip to content

Commit

Permalink
Merge tag '21.0.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
felliott committed Aug 12, 2021
2 parents 47fa1fc + 16acb56 commit e4e0772
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG
Expand Up @@ -2,6 +2,16 @@
ChangeLog
*********

21.0.0 (2021-08-12)
===================
- Feature: Add read/write support to OneDrive provider, adapted from the previous work of
Ryan Casey (@caseyrygt) & Oleksandr Melnykov (@alexandr-melnikov-dev-pro).
- Feature: Update OneDrive provider to support both OneDrive Personal and OneDrive for School or
Business. Switch the provider to use the MS Graph API and update documentation to follow.
- Fix: Return a valid empty zip file when downloading a directory with no contents.
- Code: Remove unneeded `async`s from synchronous Box tests.
- Code: Pin pip to v18.1 on TravisCI to fix dependency resolution.

20.1.0 (2020-11-03)
===================
- Feature: Support storage limits on osfstorage. The OSF now enforces storage quotas for OSF
Expand Down
2 changes: 1 addition & 1 deletion waterbutler/version.py
@@ -1 +1 @@
__version__ = '20.1.0'
__version__ = '21.0.0'

0 comments on commit e4e0772

Please sign in to comment.