Skip to content

Releases: supabase/storage-py

v0.11.3

29 Jan 20:42
e28e9b2
Compare
Choose a tag to compare

0.11.3 (2025-01-29)

Bug Fixes

  • older python versions are broken due to NotRequired (#344) (ca567e9)

v0.11.2

29 Jan 10:23
8ef8f5f
Compare
Choose a tag to compare

0.11.2 (2025-01-29)

Bug Fixes

  • add correct naming for returned data keys (#339) (4527da6)

v0.11.1

23 Jan 22:55
2490930
Compare
Choose a tag to compare

0.11.1 (2025-01-23)

Bug Fixes

  • exists method raises error when no file found (#335) (cc37894)

v0.11.0

30 Dec 12:33
8a3d2c8
Compare
Choose a tag to compare

0.11.0 (2024-12-30)

Features

Bug Fixes

v0.10.0

22 Nov 16:24
577b7e5
Compare
Choose a tag to compare

0.10.0 (2024-11-22)

Features

v0.9.0

31 Oct 00:49
12f4e53
Compare
Choose a tag to compare

0.9.0 (2024-10-28)

Features

  • remove methods from the bucket object (#305) (faa914d)

Bug Fixes

  • add correct return data for upload to signed url (#309) (748067f)
  • add search params to list buckets method (#308) (fca2f00)
  • upload and update method returns correct response body (#307) (a9e874a)

v0.8.2

18 Oct 07:04
25f6ace
Compare
Choose a tag to compare

0.8.2 (2024-10-18)

Bug Fixes

  • bump minimal version of Python to 3.9 (#302) (b0811b2)

v0.8.1

03 Oct 23:37
cbb45f5
Compare
Choose a tag to compare

0.8.1 (2024-10-02)

Bug Fixes

v0.8.0

28 Sep 23:51
5fd4100
Compare
Choose a tag to compare

0.8.0 (2024-09-28)

Features

v0.7.7

14 Jul 22:25
Compare
Choose a tag to compare

v0.7.7 (2024-07-14)

Chore

  • chore(deps-dev): bump python-semantic-release from 9.8.3 to 9.8.5 (#276)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (0676ed6)

  • chore: bump dependencies (89876df)

  • chore(deps-dev): bump sphinx-toolbox from 3.6.0 to 3.7.0 (#273)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (bdcb828)

  • chore(deps): bump certifi from 2024.2.2 to 2024.7.4 in the pip group across 1 directory (#275)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (867759d)

  • chore(deps): bump python-semantic-release/python-semantic-release from 9.8.3 to 9.8.5 (#277)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (fd7a2b0)

  • chore(deps-dev): bump sphinx-toolbox from 3.5.0 to 3.6.0 (#270) (a965424)

  • chore(deps): bump python-semantic-release/python-semantic-release from 9.8.1 to 9.8.3 (36f45f1)

  • chore(deps-dev): bump python-semantic-release from 9.8.1 to 9.8.3 (1fb3885)

  • chore(deps-dev): bump urllib3 from 2.2.1 to 2.2.2 in the pip group across 1 directory (#264) (af591ee)

  • chore(deps): bump typing-extensions from 4.12.1 to 4.12.2 (#263) (b22f82b)

  • chore(deps-dev): bump requests from 2.31.0 to 2.32.2 in the pip group across 1 directory (#262) (82e6aed)

  • chore(deps): bump python-semantic-release/python-semantic-release from 9.7.3 to 9.8.1 (#261) (fc80cee)

  • chore(deps-dev): bump python-semantic-release from 9.7.3 to 9.8.1 (#259) (ddad5dd)

  • chore(deps): bump typing-extensions from 4.11.0 to 4.12.1 (#258) (a1ec9b1)

Fix

Unknown