Skip to content

Releases: supabase/storage-py

v0.5.4

04 Aug 08:21
@J0 J0
Compare
Choose a tag to compare

What's Changed

  • chore: bump httpx to ^0.24 by @anand2312 in #125
  • chore(deps-dev): bump cryptography from 41.0.2 to 41.0.3 by @dependabot in #127
  • chore(deps): bump typing-extensions from 4.7.0 to 4.7.1 by @dependabot in #114
  • chore(deps-dev): bump sphinx from 7.1.1 to 7.1.2 by @dependabot in #128
  • chore(deps-dev): bump python-semantic-release from 7.34.3 to 8.0.4 by @dependabot in #124

Full Changelog: v0.5.3...v0.5.4

v0.5.3

24 Jul 20:28
@J0 J0
f1df45f
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump pytest from 7.2.1 to 7.2.2 by @dependabot in #76
  • chore(deps-dev): bump pre-commit from 3.1.1 to 3.2.0 by @dependabot in #79
  • chore(deps-dev): bump pytest from 7.2.2 to 7.3.1 by @dependabot in #88
  • Fix bad typing on upload functions by @Donokami in #89
  • chore(deps): bump httpx from 0.23.3 to 0.24.0 by @dependabot in #87
  • Make FileOptions type by @anand2312 in #100
  • chore: update dependencies by @anand2312 in #101
  • feat: bucket level file controls and an update_bucket method by @anand2312 in #103
  • chore(deps): bump httpx from 0.23.3 to 0.24.1 by @dependabot in #102
  • Update .pre-commit-config.yaml by @J0 in #106
  • chore(deps-dev): bump pytest-asyncio from 0.20.3 to 0.21.0 by @dependabot in #78
  • feat: created functions to get multiple signed URLs. by @dishwad in #105
  • chore(deps-dev): bump pytest from 7.3.1 to 7.3.2 by @dependabot in #108
  • feat: methods for signed url uploads by @anand2312 in #107
  • chore(deps-dev): bump pytest from 7.3.2 to 7.4.0 by @dependabot in #112
  • chore(deps): bump typing-extensions from 4.6.3 to 4.7.0 by @dependabot in #113
  • chore(deps-dev): bump pre-commit from 3.3.2 to 3.3.3 by @dependabot in #109
  • feat: bump version to 0.5.3 by @J0 in #123

New Contributors

  • @Donokami made their first contribution in #89
  • @dishwad made their first contribution in #105

Full Changelog: v0.5.2...v0.5.3

v0.5.2

05 Mar 15:09
@J0 J0
d584b04
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump isort from 5.11.5 to 5.12.0 by @dependabot in #60
  • chore(deps): bump cryptography from 39.0.0 to 39.0.1 by @dependabot in #62
  • chore(deps-dev): bump sphinx from 5.3.0 to 6.1.3 by @dependabot in #61
  • fix: add configurable timeout by @J0 in #66
  • chore: bump version to 0_5_1 , bump CI by @J0 in #68
  • chore(deps-dev): bump pre-commit from 2.21.0 to 3.1.1 by @dependabot in #74
  • chore(deps-dev): bump black from 22.12.0 to 23.1.0 by @dependabot in #56
  • fix: added missing types by @ChartierLuc in #72
  • chore(deps-dev): bump python-dotenv from 0.21.1 to 1.0.0 by @dependabot in #69
  • chore(deps-dev): bump python-semantic-release from 7.33.1 to 7.33.2 by @dependabot in #65
  • chore(deps): bump typing-extensions from 4.4.0 to 4.5.0 by @dependabot in #64
  • chore: bump version to 0.5.2 by @J0 in #75

New Contributors

  • @ChartierLuc made their first contribution in #72

Full Changelog: v0.5.0...v0.5.2

v0.5.0

05 Feb 14:26
@J0 J0
3f44586
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump wheel from 0.37.1 to 0.38.1 by @dependabot in #42
  • chore(deps-dev): bump python-semantic-release from 7.32.2 to 7.33.1 by @dependabot in #57
  • chore: bump version and lockfile by @J0 in #58

Full Changelog: v0.4.0...v0.5.0

v0.4.0

10 Jan 14:37
Compare
Choose a tag to compare

Feature

  • Add transform options to signed_url,download, and public_url (122b2a3)
  • Add copy and transform option type (6be51ee)

Fix

  • Add stray / (27b6bcd)
  • Remove stray / (216cf36)
  • Update render_path for get_public_url (0272f1b)
  • Run black (42a9ed3)
  • Handle stray / (dd72fd6)
  • Handle stray / (604e804)
  • Remove query params (1feb825)
  • Add query string param (72d299d)
  • Strip out transformation changes (686b7fa)
  • Remove stray $ (f0c8fdc)
  • Switch from | to Union (f4005fd)
  • Import Union, Optional from typing instead of typing-extensions (c5e5aba)
  • Omit infra changes (9b967ce)
  • Add transform options on public url and download (7352f61)

See all commits in this version

v0.3.6

05 Jan 09:12
Compare
Choose a tag to compare

Fix

  • Datetime and upload file type (#12) (a926a06)
  • Remove trailing "/" in get_public_url (8bf407c)

See all commits in this version

v0.3.5

10 Oct 16:10
@J0 J0
8156aae
Compare
Choose a tag to compare

What's Changed

  • Justinbarak patch 1 by @justinbarak in #14
  • chore(deps-dev): bump pytest-asyncio from 0.18.3 to 0.19.0 by @dependabot in #16
  • chore: bump httpx to 0.23 by @J0 in #21
  • chore(deps): bump typing-extensions from 4.2.0 to 4.4.0 by @dependabot in #18
  • chore(deps-dev): bump python-dotenv from 0.20.0 to 0.21.0 by @dependabot in #17
  • chore(deps-dev): bump sphinx from 4.5.0 to 5.2.3 by @dependabot in #15
  • chore: bump storage version by @J0 in #22

New Contributors

Full Changelog: v0.3.4...v0.3.5

v0.3.4

07 Jun 07:55
Compare
Choose a tag to compare

Fix

See all commits in this version

v0.3.3

06 Jun 16:34
Compare
Choose a tag to compare

Fix

See all commits in this version

v0.3.2

16 May 10:17
Compare
Choose a tag to compare

Fix

  • Don't create virtualenv in CI (#7) (2a85860)

See all commits in this version