Releases: supabase/storage-py
v0.7.1
v0.7.1 (2024-03-10)
Chore
- chore(deps-dev): bump pytest from 7.4.4 to 8.1.0 (#200)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (bcb0af7
)
- chore(deps): bump python-semantic-release/python-semantic-release from 8.0.0 to 9.1.1 (#188)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dd56b26
)
- chore(deps): bump sphinx-notes/pages from 2 to 3 (#198)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (e592b7d
)
- chore(deps): bump codecov/codecov-action from 1 to 4 (#197)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (5928a4a
)
- chore(deps-dev): bump pre-commit from 3.4.0 to 3.5.0 (#156)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rodrigo Mansueli <rodrigo@mansueli.com> (331779f
)
- chore(deps): bump github/codeql-action from 2 to 3 (#189)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (5db5fd2
)
- chore(deps): bump actions/setup-python from 2 to 5 (#190)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (6160615
)
- chore(deps): bump abatilo/actions-poetry from 2.2.0 to 3.0.0 (#186)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (1d02c5a
)
- chore(deps): bump actions/checkout from 2 to 4 (#187)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (dd7e0a5
)
- chore(deps-dev): bump python-semantic-release from 8.1.1 to 9.1.1 (#191)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (504c8b2
)
Fix
- fix: handle json decode error when there's no json response (e.g. on 403) (#203)
Co-authored-by: joel <joel@joels-MacBook-Pro.local> (cce5ad4
)
Unknown
v0.7.0
v0.7.0 (2023-11-22)
Chore
-
chore: update GitHub workflow for releases (
72ad275
) -
chore: add sync version of the update function (
18c14a4
) -
chore(deps-dev): bump pytest from 7.4.2 to 7.4.3
Bumps pytest from 7.4.2 to 7.4.3.
updated-dependencies:
- dependency-name: pytest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> (87125bc
)
- chore(deps-dev): bump black from 23.9.1 to 23.10.0
Bumps black from 23.9.1 to 23.10.0.
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> (ac6f901
)
- chore(deps-dev): bump urllib3 from 2.0.5 to 2.0.7
Bumps urllib3 from 2.0.5 to 2.0.7.
updated-dependencies:
- dependency-name: urllib3
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com> (79c9ca3
)
Feature
- feat: add update existing file function (
da4d785
)
Unknown
- Merge pull request #166 from supabase-community/chore/update-gh-workflow
chore: update GitHub workflow for releases (f42d176
)
- Merge pull request #165 from supabase-community/silentworks/file_update
feat: add update existing file function (d8139e0
)
- Merge pull request #158 from supabase-community/dependabot/pip/urllib3-2.0.7
chore(deps-dev): bump urllib3 from 2.0.5 to 2.0.7 (fc8cb5d
)
- Merge pull request #162 from supabase-community/dependabot/pip/main/pytest-7.4.3
chore(deps-dev): bump pytest from 7.4.2 to 7.4.3 (9b048cb
)
- Merge pull request #159 from supabase-community/dependabot/pip/main/black-23.10.0
chore(deps-dev): bump black from 23.9.1 to 23.10.0 (0f332fa
)
v0.6.1
v0.6.1 (2023-10-02)
Documentation
- docs: fix name of URLOptions type (
5430e92
)
Fix
-
fix: make precommit ignore markdown files (
d2530fe
) -
fix: pass cache-control as formdata (
9910fe0
) -
fix: use correct Any for typehint (
5ad2ae8
)
Unknown
- Merge pull request #154 from supabase-community/fix/cache-control
fix: send cache-control as form data (bab90b6
)
v0.6.0
v0.6.0 (2023-09-28)
Chore
- chore: run unasync (
fc93662
)
Feature
- feat: bump version (
10ba8be
)
Fix
- fix: make download key optional (
dbf8213
)
Unknown
- Merge pull request #153 from supabase-community/fix/remove-required-key
fix: make download key optional (d0c47c7
)
- Merge pull request #152 from supabase-community/j0/test_workflow
feat: bump version (9b227ce
)
- Merge pull request #151 from supabase-community/fix/github-workflow-update
Update python-semantic-release version and ci (bf49d51
)
-
Update python-semantic-release version and ci (
ad7fc6d
) -
Merge pull request #150 from supabase-community/fix/github-workflow
Fix semantic releaase workflow (e13cb9e
)
-
Fix semantic releaase workflow (
3a00104
) -
Merge pull request #149 from supabase-community/fix/correct-option-type-for-transforms
Fix image transforms options (64a8ab2
)
-
Ran pre-commit hooks (
f8f7482
) -
Rename options typehint
Add download option to get_public_url (4fc7d8d
) -
Fix image transforms options (
f007596
) -
Merge pull request #136 from supabase-community/dependabot/pip/main/pytest-7.4.2
chore(deps-dev): bump pytest from 7.4.0 to 7.4.2 (7229864
)
v0.5.5
v0.5.5 (2023-09-15)
Chore
- chore(deps-dev): bump black from 23.7.0 to 23.9.1
Bumps black from 23.7.0 to 23.9.1.
updated-dependencies:
- dependency-name: black
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> (e789223
)
-
chore: run black (
14be266
) -
chore: create CODEOWNERS (
8077001
) -
chore(deps-dev): bump pre-commit from 3.3.3 to 3.4.0
Bumps pre-commit from 3.3.3 to 3.4.0.
updated-dependencies:
- dependency-name: pre-commit
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> (11b2d5a
)
- chore(deps-dev): bump gitpython from 3.1.32 to 3.1.35
Bumps gitpython from 3.1.32 to 3.1.35.
updated-dependencies:
- dependency-name: gitpython
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com> (0497ef2
)
- chore(deps-dev): bump python-semantic-release from 8.0.4 to 8.0.8
Bumps python-semantic-release from 8.0.4 to 8.0.8.
updated-dependencies:
- dependency-name: python-semantic-release
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com> (0de10b2
)
- chore(deps): bump httpx from 0.24.1 to 0.25.0
Bumps httpx from 0.24.1 to 0.25.0.
updated-dependencies:
- dependency-name: httpx
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com> (801681c
)
Fix
- fix: run unasync and also patch type (
98aae1c
)
Unknown
- Merge pull request #143 from supabase-community/j0/patch_remove_type
fix: patch type on remove (8dbd29a
)
- Merge pull request #142 from supabase-community/j0/add_semver
feat:add semver (eaf869a
)
- Merge pull request #141 from supabase-community/J0/add-codeowners
chore: create CODEOWNERS (e25c803
)
- Merge pull request #139 from supabase-community/dependabot/pip/main/black-23.9.1
chore(deps-dev): bump black from 23.7.0 to 23.9.1 (d8f6584
)
-
Update pyproject.toml (
b3abdb7
) -
Merge pull request #140 from supabase-community/dependabot/pip/gitpython-3.1.35
chore(deps-dev): bump gitpython from 3.1.32 to 3.1.35 (b39d082
)
- Merge pull request #134 from supabase-community/dependabot/pip/main/pre-commit-3.4.0
chore(deps-dev): bump pre-commit from 3.3.3 to 3.4.0 (1ae2b4d
)
- Update ci.yml
change ref to main (1ff3e20
)
-
feat:add semver (
ff91715
) -
Merge pull request #132 from supabase-community/dependabot/pip/main/python-semantic-release-8.0.8
chore(deps-dev): bump python-semantic-release from 8.0.4 to 8.0.8 (bf90db3
)
- Merge pull request #138 from supabase-community/dependabot/pip/main/httpx-0.25.0
chore(deps): bump httpx from 0.24.1 to 0.25.0 (f09b35d
)
v0.5.4
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
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
Full Changelog: v0.5.2...v0.5.3
v0.5.2
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
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
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
)