Skip to content

Releases: nhorvath/Pyrebase4

v4.8.0

30 Apr 18:15
9048f50
Compare
Choose a tag to compare

Breaking Changes

Requires requests lib >= 2.31 which has api changes.

What's Changed

New Contributors

Full Changelog: v4.7.1...v4.8.0

v4.7.1

13 Jun 18:23
7334d3c
Compare
Choose a tag to compare

Update setup.py to properly specify new version requirements.

Full Changelog: v4.7.0...v4.7.1

v4.7.0

14 May 14:36
Compare
Choose a tag to compare

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

Full Changelog: v4.6.0...v4.7.0

v4.6.0

30 Nov 19:02
bfc5a8e
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v4.5.0...v4.6.0

v4.5.0

07 Jun 14:46
Compare
Choose a tag to compare

Merge PR #32 to fix delete method when not using credentials.
Thanks @Maneesh-Pradeep !

v4.4.3

19 Dec 22:20
Compare
Choose a tag to compare

Merge PR #22 thanks @LukeWoodward

v4.4.2

18 Dec 14:27
Compare
Choose a tag to compare

Merge PR #21 thanks @Reidsy!
update version requirements to specify minimum version instead of exact version to resolve #20

v4.4.1

01 Oct 18:21
Compare
Choose a tag to compare

Merged PR #15 thanks @codekuu

v4.4.0

24 Aug 18:28
Compare
Choose a tag to compare

Merge PR #14 Thanks @steliosrammos

v4.3.0

15 Feb 17:34
Compare
Choose a tag to compare

Fix an issue with double escaping quotes in the request parameters.