Releases: nhorvath/Pyrebase4
Releases · nhorvath/Pyrebase4
v4.8.0
Breaking Changes
Requires requests lib >= 2.31 which has api changes.
What's Changed
- Update README.md by @Ender-always-wins in #69
- Fixed link for the .delete() method in Storage class by @Padmanabhan100 in #73
- Fixes for compatability with newer releases of requests library by @somechazzy in #76
- Removal of repeated part in README.md by @Ender-always-wins in #71
- Prevent None paths from breaking code in get_url. by @ndesamuelmbah in #28
- fixed None path breaking in get_url() by @arham-sayyed in #72
New Contributors
- @Ender-always-wins made their first contribution in #69
- @Padmanabhan100 made their first contribution in #73
- @somechazzy made their first contribution in #76
- @ndesamuelmbah made their first contribution in #28
- @arham-sayyed made their first contribution in #72
Full Changelog: v4.7.1...v4.8.0
v4.7.1
Update setup.py to properly specify new version requirements.
Full Changelog: v4.7.0...v4.7.1
v4.7.0
What's Changed
- Update deps #62
- Fixes file preview in Google Cloud Console and sets correct content-type for a file upload by @PostsDesert in #63
New Contributors
- @PostsDesert made their first contribution in #63
Full Changelog: v4.6.0...v4.7.0
v4.6.0
Breaking Changes
- get_etag now returns an object with ETag and value, where value is the whole object. The previous response was just the ETag header.
- conditional_set and conditional_remove now expect the new result of get_etag as the input to the etag parameter. Additionally, if the response code was 412 they now return the new ETag format to be reused.
What's Changed
- added info about delete functionallity in storage by @m-charchit in #34
- updated get_url() docs to mention user token by @m-charchit in #36
- Feature/AuthUpdateProfile by @el-vishal in #47
- ETag + current value in case of operation's failure by @BlackOrder in #54
New Contributors
- @m-charchit made their first contribution in #34
- @el-vishal made their first contribution in #47
- @BlackOrder made their first contribution in #54
Full Changelog: v4.5.0...v4.6.0