forked from sibblegp/b2blaze
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increment version number, add changelog
- Loading branch information
Matt Fields
committed
Oct 30, 2018
1 parent
8c91ca7
commit 4c51ce0
Showing
2 changed files
with
34 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
|
||
## Changelog | ||
|
||
#### v0.2.1 | ||
|
||
**Python version update** | ||
Python version: | ||
- Python 3 required! | ||
|
||
**Breaking API changes:** | ||
- (B2File) delete: changed to delete_version | ||
|
||
**Nonbreaking API changes:** | ||
|
||
B2File: | ||
- hide added | ||
- delete_version added | ||
- delete_all_versions(confirm=False) added | ||
|
||
B2FileList | ||
- all(introduced new parameter: include_hidden) | ||
- delete_all(confirm=False) added | ||
- get_versions(file_name=None, file_id=None, limit=None) added | ||
- all_file_versions(limit=None) added | ||
|
||
b2_exceptions.py | ||
- Changed API error classes to match Backblaze API docs | ||
- added base API exception B2Exception. | ||
- Handle non-200 status code responses with 'raise B2Exception.parse(response)` <-- would be happy to think up a better way to handle this | ||
|
||
tests.py | ||
- added and cleaned up integration tests | ||
- tests can now be run with `python tests.py` |
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