From 34fa0bbbeac64071dcc012afe671f5dd2e6f31c2 Mon Sep 17 00:00:00 2001 From: semantic-release Date: Sun, 14 Jul 2024 22:25:31 +0000 Subject: [PATCH] 0.7.7 Automatically generated by python-semantic-release --- CHANGELOG.md | 815 +++++++++++++++++++++++++------------------------ pyproject.toml | 2 +- 2 files changed, 421 insertions(+), 396 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0561486..ceeef3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,56 @@ # CHANGELOG +## 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`](https://github.com/supabase-community/storage-py/commit/0676ed68d83f38649b869613b0e903e042248bec)) + +* chore: bump dependencies ([`89876df`](https://github.com/supabase-community/storage-py/commit/89876dfcf7721fb87d716a61deac596127107368)) + +* 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`](https://github.com/supabase-community/storage-py/commit/bdcb828a6fe38c7454cab8e16b2d094f105e38c5)) + +* 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`](https://github.com/supabase-community/storage-py/commit/867759dc83a1a1e3aa20c017886425212ba4b024)) + +* 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`](https://github.com/supabase-community/storage-py/commit/fd7a2b011c37c52a745a49bdc2d7c8f1a90d6284)) + +* chore(deps-dev): bump sphinx-toolbox from 3.5.0 to 3.6.0 (#270) ([`a965424`](https://github.com/supabase-community/storage-py/commit/a965424de5200782b021056ce2d8e08b2d0d718a)) + +* chore(deps): bump python-semantic-release/python-semantic-release from 9.8.1 to 9.8.3 ([`36f45f1`](https://github.com/supabase-community/storage-py/commit/36f45f1b94f275ebebddb7b0df6f40b1b0570796)) + +* chore(deps-dev): bump python-semantic-release from 9.8.1 to 9.8.3 ([`1fb3885`](https://github.com/supabase-community/storage-py/commit/1fb388562dbafa202f1a9e743e44bea9d68ed726)) + +* chore(deps-dev): bump urllib3 from 2.2.1 to 2.2.2 in the pip group across 1 directory (#264) ([`af591ee`](https://github.com/supabase-community/storage-py/commit/af591ee9511500a7e6f1a4cb54aec08ad5fa9b65)) + +* chore(deps): bump typing-extensions from 4.12.1 to 4.12.2 (#263) ([`b22f82b`](https://github.com/supabase-community/storage-py/commit/b22f82bc0b80db2585b009c2dd31f3d27b6989a2)) + +* chore(deps-dev): bump requests from 2.31.0 to 2.32.2 in the pip group across 1 directory (#262) ([`82e6aed`](https://github.com/supabase-community/storage-py/commit/82e6aed5547cc4d5ee1b369cfc76ad55ba14bf49)) + +* chore(deps): bump python-semantic-release/python-semantic-release from 9.7.3 to 9.8.1 (#261) ([`fc80cee`](https://github.com/supabase-community/storage-py/commit/fc80ceea43505d7cc3aa6b64eddf3c9eafe81254)) + +* chore(deps-dev): bump python-semantic-release from 9.7.3 to 9.8.1 (#259) ([`ddad5dd`](https://github.com/supabase-community/storage-py/commit/ddad5dd9089575fdfb0223fdb40c73594fde5f12)) + +* chore(deps): bump typing-extensions from 4.11.0 to 4.12.1 (#258) ([`a1ec9b1`](https://github.com/supabase-community/storage-py/commit/a1ec9b105c6ffc8989b3ea0fdf6fb4506e4aa842)) + +### Fix + +* fix: version bump (#278) ([`cd12e97`](https://github.com/supabase-community/storage-py/commit/cd12e97f1e61b1d52c10de6b6ccaa3f47c4310a0)) + +### Unknown + +* Enable HTTP2 (#271) ([`f98d565`](https://github.com/supabase-community/storage-py/commit/f98d565e65791103cb9f79da0bbcc4401f127ab2)) ## v0.7.6 (2024-06-05) @@ -8,7 +58,6 @@ * fix: follow redirects (#257) ([`521fbd9`](https://github.com/supabase-community/storage-py/commit/521fbd924e0633b202fa792d5a52cf241e455060)) - ## v0.7.5 (2024-06-04) ### Chore @@ -51,61 +100,59 @@ * Add stale bot (#237) ([`81935d3`](https://github.com/supabase-community/storage-py/commit/81935d38e1e2eefebe96dc91d8af012e015caf83)) - ## v0.7.4 (2024-03-23) ### Chore * chore(deps-dev): bump python-semantic-release from 9.1.1 to 9.3.0 (#213) -Signed-off-by: dependabot[bot] <support@github.com> +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`e2f594f`](https://github.com/supabase-community/storage-py/commit/e2f594f17b3f3596779b1aa83c60841868657503)) * chore(deps): bump python-dateutil from 2.8.2 to 2.9.0.post0 (#201) -Signed-off-by: dependabot[bot] <support@github.com> +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`7471e7a`](https://github.com/supabase-community/storage-py/commit/7471e7a7c36750692b03501805e9059863787f99)) * chore: update ci pipeline to include python 3.12 in tests (#217) ([`dd264f1`](https://github.com/supabase-community/storage-py/commit/dd264f1793f3ca86ad544d5cdc0dcbb786c22904)) * chore(deps): bump httpx from 0.25.0 to 0.27.0 (#192) -Signed-off-by: dependabot[bot] <support@github.com> +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`25b2d02`](https://github.com/supabase-community/storage-py/commit/25b2d02c7a7de2cd084a6644d40f7443acacc21c)) * chore(deps-dev): bump jinja2 from 3.1.2 to 3.1.3 (#182) -Signed-off-by: dependabot[bot] <support@github.com> +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`3b419f5`](https://github.com/supabase-community/storage-py/commit/3b419f50adb893ce34bced49fc9ed4fe8bd27c6c)) * chore(deps): bump python-semantic-release/python-semantic-release from 9.2.2 to 9.3.0 (#215) -Signed-off-by: dependabot[bot] <support@github.com> +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`290442a`](https://github.com/supabase-community/storage-py/commit/290442a13f5143af6db14a4a830ef319cab883e7)) * chore(deps-dev): bump pytest from 8.1.0 to 8.1.1 (#206) -Signed-off-by: dependabot[bot] <support@github.com> +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`8bcb7a5`](https://github.com/supabase-community/storage-py/commit/8bcb7a5963d0d694ea20fe7f1da31e2474950809)) * chore(deps-dev): bump black from 24.2.0 to 24.3.0 (#208) -Signed-off-by: dependabot[bot] <support@github.com> +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`e19d5c0`](https://github.com/supabase-community/storage-py/commit/e19d5c0311813cccf74a726fa7bbe9aee86a0765)) * chore(deps): bump python-semantic-release/python-semantic-release from 9.1.1 to 9.2.2 (#210) -Signed-off-by: dependabot[bot] <support@github.com> +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`c22f449`](https://github.com/supabase-community/storage-py/commit/c22f44936e14aba015da29c2709c8943ed11cef8)) ### Fix * fix: bump sphinx-press-theme from 0.8.0 to 0.9.1 (#216) -Signed-off-by: dependabot[bot] <support@github.com> +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`4da4b73`](https://github.com/supabase-community/storage-py/commit/4da4b735e28400967f9303df14c7936a988dcf97)) - ## v0.7.3 (2024-03-11) ### Chore @@ -116,74 +163,72 @@ Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.githu * fix: add json decode error import (#205) ([`7327175`](https://github.com/supabase-community/storage-py/commit/732717510ed2aab7a2b131861b1a6b65fcb6a0dd)) - ## v0.7.2 (2024-03-10) ### Chore * chore(deps-dev): bump black from 23.10.0 to 24.2.0 (#193) -Signed-off-by: dependabot[bot] <support@github.com> +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`4613502`](https://github.com/supabase-community/storage-py/commit/46135021e8a0fcdc4d41c8465831092b13b9b326)) ### Fix * fix: add upsert option to upload/update (#199) ([`db1b66a`](https://github.com/supabase-community/storage-py/commit/db1b66a0f12795e6ed4be1f3adb5776c296f3ede)) - ## 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> +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`bcb0af7`](https://github.com/supabase-community/storage-py/commit/bcb0af74468868eb5610d4b2e83f248b8baf6a7c)) * 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> +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`dd56b26`](https://github.com/supabase-community/storage-py/commit/dd56b26012c6d71a93895ada757f3c1d04e19618)) * chore(deps): bump sphinx-notes/pages from 2 to 3 (#198) -Signed-off-by: dependabot[bot] <support@github.com> +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`e592b7d`](https://github.com/supabase-community/storage-py/commit/e592b7dd80976cab138a9b27f45897e43cd07b06)) * chore(deps): bump codecov/codecov-action from 1 to 4 (#197) -Signed-off-by: dependabot[bot] <support@github.com> +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`5928a4a`](https://github.com/supabase-community/storage-py/commit/5928a4a4aba43a892fb081c93f219fb5278b665b)) * 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> +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`](https://github.com/supabase-community/storage-py/commit/331779f2d3299d0561aba6db5421cfc233204899)) * chore(deps): bump github/codeql-action from 2 to 3 (#189) -Signed-off-by: dependabot[bot] <support@github.com> +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`5db5fd2`](https://github.com/supabase-community/storage-py/commit/5db5fd29cf07fbc145a8e1a784959921a6eb1ba4)) * chore(deps): bump actions/setup-python from 2 to 5 (#190) -Signed-off-by: dependabot[bot] <support@github.com> +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`6160615`](https://github.com/supabase-community/storage-py/commit/6160615201c9da59961e8d8016a4244dbe16f571)) * chore(deps): bump abatilo/actions-poetry from 2.2.0 to 3.0.0 (#186) -Signed-off-by: dependabot[bot] <support@github.com> +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`1d02c5a`](https://github.com/supabase-community/storage-py/commit/1d02c5a66dde8cf91ef258e2a5db91c9af5eaca1)) * chore(deps): bump actions/checkout from 2 to 4 (#187) -Signed-off-by: dependabot[bot] <support@github.com> +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`dd7e0a5`](https://github.com/supabase-community/storage-py/commit/dd7e0a5c7b4652efa85ab6ed76c24f266e4c0e06)) * chore(deps-dev): bump python-semantic-release from 8.1.1 to 9.1.1 (#191) -Signed-off-by: dependabot[bot] <support@github.com> +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`504c8b2`](https://github.com/supabase-community/storage-py/commit/504c8b2201c7463126722ec9bb68413165908a92)) ### Fix @@ -198,15 +243,14 @@ Co-authored-by: joel <joel@joels-MacBook-Pro.local> ([`cce5ad4`](https://g * Merge branch 'main' of https://github.com/supabase-community/storage-py ([`84e26e2`](https://github.com/supabase-community/storage-py/commit/84e26e28179aca2eacc180932e1f49e71d04f713)) -* Update poetry.lock ([`1e81c90`](https://github.com/supabase-community/storage-py/commit/1e81c90be16bcbc6f245fa7a9dfc06ded0932206)) - * Update dependabot.yml (#185) ([`1f2c2f8`](https://github.com/supabase-community/storage-py/commit/1f2c2f8fdf9e1e1501985f27cddaf61595c8ff5b)) +* Update poetry.lock ([`1e81c90`](https://github.com/supabase-community/storage-py/commit/1e81c90be16bcbc6f245fa7a9dfc06ded0932206)) + * Update MAINTAINERS.md ([`d3f7e8c`](https://github.com/supabase-community/storage-py/commit/d3f7e8c334815c63a77496d6f4ffef36b729f082)) * Update MAINTAINERS.md (#175) ([`6816f0c`](https://github.com/supabase-community/storage-py/commit/6816f0cf36c5995fb6cbf6e5bf9ad0b16e801bf3)) - ## v0.7.0 (2023-11-22) ### Chore @@ -215,6 +259,21 @@ Co-authored-by: joel <joel@joels-MacBook-Pro.local> ([`cce5ad4`](https://g * chore: add sync version of the update function ([`18c14a4`](https://github.com/supabase-community/storage-py/commit/18c14a4e7888cd14d09b7cbbd2e8b02f9cef02f0)) +* chore(deps-dev): bump urllib3 from 2.0.5 to 2.0.7 + +Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.5 to 2.0.7. +- [Release notes](https://github.com/urllib3/urllib3/releases) +- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) +- [Commits](https://github.com/urllib3/urllib3/compare/v2.0.5...2.0.7) + +--- +updated-dependencies: +- dependency-name: urllib3 + dependency-type: indirect +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`79c9ca3`](https://github.com/supabase-community/storage-py/commit/79c9ca3b23e13e7f1d3788edc99d5939f59d0960)) + * chore(deps-dev): bump pytest from 7.4.2 to 7.4.3 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.2 to 7.4.3. @@ -247,21 +306,6 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> ([`ac6f901`](https://github.com/supabase-community/storage-py/commit/ac6f9017d8cde34b930b0436af5f413fc589b12f)) -* chore(deps-dev): bump urllib3 from 2.0.5 to 2.0.7 - -Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.5 to 2.0.7. -- [Release notes](https://github.com/urllib3/urllib3/releases) -- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) -- [Commits](https://github.com/urllib3/urllib3/compare/v2.0.5...2.0.7) - ---- -updated-dependencies: -- dependency-name: urllib3 - dependency-type: indirect -... - -Signed-off-by: dependabot[bot] <support@github.com> ([`79c9ca3`](https://github.com/supabase-community/storage-py/commit/79c9ca3b23e13e7f1d3788edc99d5939f59d0960)) - ### Feature * feat: add update existing file function ([`da4d785`](https://github.com/supabase-community/storage-py/commit/da4d785028e86899f1efc23394883836b94cd0d3)) @@ -288,7 +332,6 @@ chore(deps-dev): bump pytest from 7.4.2 to 7.4.3 ([`9b048cb`](https://github.com chore(deps-dev): bump black from 23.9.1 to 23.10.0 ([`0f332fa`](https://github.com/supabase-community/storage-py/commit/0f332fa714636f343deb390ec58a288563fc81d2)) - ## v0.6.1 (2023-10-02) ### Documentation @@ -309,13 +352,28 @@ chore(deps-dev): bump black from 23.9.1 to 23.10.0 ([`0f332fa`](https://github.c fix: send cache-control as form data ([`bab90b6`](https://github.com/supabase-community/storage-py/commit/bab90b67f49631f7a8b2f77998a205b9d9029926)) - ## v0.6.0 (2023-09-28) ### Chore * chore: run unasync ([`fc93662`](https://github.com/supabase-community/storage-py/commit/fc936629932271b12bb741b87140744c83d2369b)) +* chore(deps-dev): bump pytest from 7.4.0 to 7.4.2 + +Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 7.4.2. +- [Release notes](https://github.com/pytest-dev/pytest/releases) +- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) +- [Commits](https://github.com/pytest-dev/pytest/compare/7.4.0...7.4.2) + +--- +updated-dependencies: +- dependency-name: pytest + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`08ea297`](https://github.com/supabase-community/storage-py/commit/08ea297ef0982c70444b0aab8da4072710e7458f)) + ### Feature * feat: bump version ([`10ba8be`](https://github.com/supabase-community/storage-py/commit/10ba8be2e1ef45cfc3a596a88e9a674fe5308b0b)) @@ -361,26 +419,13 @@ Add download option to get_public_url ([`4fc7d8d`](https://github.com/supabase-c chore(deps-dev): bump pytest from 7.4.0 to 7.4.2 ([`7229864`](https://github.com/supabase-community/storage-py/commit/72298641ef1e15e54b897e9ff7ccdffffce511f5)) - ## v0.5.5 (2023-09-15) ### Chore -* chore(deps-dev): bump pytest from 7.4.0 to 7.4.2 - -Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 7.4.2. -- [Release notes](https://github.com/pytest-dev/pytest/releases) -- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) -- [Commits](https://github.com/pytest-dev/pytest/compare/7.4.0...7.4.2) - ---- -updated-dependencies: -- dependency-name: pytest - dependency-type: direct:development - update-type: version-update:semver-patch -... +* chore: run black ([`14be266`](https://github.com/supabase-community/storage-py/commit/14be2669e381e3bd3fd3a2b73f8a76a3294f33b1)) -Signed-off-by: dependabot[bot] <support@github.com> ([`08ea297`](https://github.com/supabase-community/storage-py/commit/08ea297ef0982c70444b0aab8da4072710e7458f)) +* chore: create CODEOWNERS ([`8077001`](https://github.com/supabase-community/storage-py/commit/8077001711360c1d7ff2084089ee7eff1b1c99f4)) * chore(deps-dev): bump black from 23.7.0 to 23.9.1 @@ -398,9 +443,20 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> ([`e789223`](https://github.com/supabase-community/storage-py/commit/e78922316e4189e19ff3a9d8c3ee38644014c42f)) -* chore: run black ([`14be266`](https://github.com/supabase-community/storage-py/commit/14be2669e381e3bd3fd3a2b73f8a76a3294f33b1)) +* chore(deps-dev): bump gitpython from 3.1.32 to 3.1.35 -* chore: create CODEOWNERS ([`8077001`](https://github.com/supabase-community/storage-py/commit/8077001711360c1d7ff2084089ee7eff1b1c99f4)) +Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.32 to 3.1.35. +- [Release notes](https://github.com/gitpython-developers/GitPython/releases) +- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) +- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.32...3.1.35) + +--- +updated-dependencies: +- dependency-name: gitpython + dependency-type: indirect +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`0497ef2`](https://github.com/supabase-community/storage-py/commit/0497ef221bb7382170e4f8267f5ea1f768c5619f)) * chore(deps-dev): bump pre-commit from 3.3.3 to 3.4.0 @@ -418,21 +474,6 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> ([`11b2d5a`](https://github.com/supabase-community/storage-py/commit/11b2d5a382d89b850cf6692fd11563422c307321)) -* chore(deps-dev): bump gitpython from 3.1.32 to 3.1.35 - -Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.32 to 3.1.35. -- [Release notes](https://github.com/gitpython-developers/GitPython/releases) -- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) -- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.32...3.1.35) - ---- -updated-dependencies: -- dependency-name: gitpython - dependency-type: indirect -... - -Signed-off-by: dependabot[bot] <support@github.com> ([`0497ef2`](https://github.com/supabase-community/storage-py/commit/0497ef221bb7382170e4f8267f5ea1f768c5619f)) - * chore(deps-dev): bump python-semantic-release from 8.0.4 to 8.0.8 Bumps [python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 8.0.4 to 8.0.8. @@ -479,6 +520,14 @@ fix: patch type on remove ([`8dbd29a`](https://github.com/supabase-community/sto feat:add semver ([`eaf869a`](https://github.com/supabase-community/storage-py/commit/eaf869a1f03efb9b3f6d0feb1b07b35117581ede)) +* Update pyproject.toml ([`b3abdb7`](https://github.com/supabase-community/storage-py/commit/b3abdb79ee28eaeeb9fbff9f5464940f80c3bcdc)) + +* Update ci.yml + +change ref to main ([`1ff3e20`](https://github.com/supabase-community/storage-py/commit/1ff3e20d7fb5c8fa21455e21fd388e66cb96b86c)) + +* feat:add semver ([`ff91715`](https://github.com/supabase-community/storage-py/commit/ff9171505b99573788879e86aeb897a8461c42ec)) + * Merge pull request #141 from supabase-community/J0/add-codeowners chore: create CODEOWNERS ([`e25c803`](https://github.com/supabase-community/storage-py/commit/e25c8031363cee2c6a62c673ee613329c8fd401f)) @@ -487,8 +536,6 @@ chore: create CODEOWNERS ([`e25c803`](https://github.com/supabase-community/stor chore(deps-dev): bump black from 23.7.0 to 23.9.1 ([`d8f6584`](https://github.com/supabase-community/storage-py/commit/d8f6584bcd7ae67606b286bdfd9ed9fdf9a6a63a)) -* Update pyproject.toml ([`b3abdb7`](https://github.com/supabase-community/storage-py/commit/b3abdb79ee28eaeeb9fbff9f5464940f80c3bcdc)) - * 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`](https://github.com/supabase-community/storage-py/commit/b39d0821c18896aa750f2ae9db0324e0500d5b05)) @@ -497,12 +544,6 @@ chore(deps-dev): bump gitpython from 3.1.32 to 3.1.35 ([`b39d082`](https://githu chore(deps-dev): bump pre-commit from 3.3.3 to 3.4.0 ([`1ae2b4d`](https://github.com/supabase-community/storage-py/commit/1ae2b4de3f2e7ff96c2adb2ccc9687ff3743eea2)) -* Update ci.yml - -change ref to main ([`1ff3e20`](https://github.com/supabase-community/storage-py/commit/1ff3e20d7fb5c8fa21455e21fd388e66cb96b86c)) - -* feat:add semver ([`ff91715`](https://github.com/supabase-community/storage-py/commit/ff9171505b99573788879e86aeb897a8461c42ec)) - * 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`](https://github.com/supabase-community/storage-py/commit/bf90db3fd0eacf0219480e0db3db2fa1501e2c9c)) @@ -511,7 +552,6 @@ chore(deps-dev): bump python-semantic-release from 8.0.4 to 8.0.8 ([`bf90db3`](h chore(deps): bump httpx from 0.24.1 to 0.25.0 ([`f09b35d`](https://github.com/supabase-community/storage-py/commit/f09b35dd46181ec99fdefee3755b4cb0adcfa232)) - ## v0.5.4 (2023-08-04) ### Chore @@ -548,6 +588,22 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> ([`ec41599`](https://github.com/supabase-community/storage-py/commit/ec415999b10217bda5c1a00f32cd68adcecc6999)) +* chore(deps): bump typing-extensions from 4.7.0 to 4.7.1 + +Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.7.0 to 4.7.1. +- [Release notes](https://github.com/python/typing_extensions/releases) +- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) +- [Commits](https://github.com/python/typing_extensions/compare/4.7.0...4.7.1) + +--- +updated-dependencies: +- dependency-name: typing-extensions + dependency-type: direct:production + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`5c4a0e4`](https://github.com/supabase-community/storage-py/commit/5c4a0e4ffaece42cea4ab174751581759343e04e)) + * chore(deps-dev): bump cryptography from 41.0.2 to 41.0.3 Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.2 to 41.0.3. @@ -590,28 +646,27 @@ chore(deps-dev): bump cryptography from 41.0.2 to 41.0.3 ([`950da37`](https://gi chore: bump httpx to ^0.24 ([`56a7594`](https://github.com/supabase-community/storage-py/commit/56a75941c7b1cc0427d67e9dc3c91b51937b4e40)) - ## v0.5.3 (2023-07-24) ### Chore * chore: bump pyproject ([`2f2b3a6`](https://github.com/supabase-community/storage-py/commit/2f2b3a6f143826c8eb36c96ee679fa5c2adaec10)) -* chore(deps): bump typing-extensions from 4.7.0 to 4.7.1 +* chore(deps-dev): bump pre-commit from 3.3.2 to 3.3.3 -Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.7.0 to 4.7.1. -- [Release notes](https://github.com/python/typing_extensions/releases) -- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) -- [Commits](https://github.com/python/typing_extensions/compare/4.7.0...4.7.1) +Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.2 to 3.3.3. +- [Release notes](https://github.com/pre-commit/pre-commit/releases) +- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) +- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.3.2...v3.3.3) --- updated-dependencies: -- dependency-name: typing-extensions - dependency-type: direct:production +- dependency-name: pre-commit + dependency-type: direct:development update-type: version-update:semver-patch ... -Signed-off-by: dependabot[bot] <support@github.com> ([`5c4a0e4`](https://github.com/supabase-community/storage-py/commit/5c4a0e4ffaece42cea4ab174751581759343e04e)) +Signed-off-by: dependabot[bot] <support@github.com> ([`5729d3c`](https://github.com/supabase-community/storage-py/commit/5729d3c1877b26ed044cd7ed6a60a91399700a70)) * chore(deps): bump typing-extensions from 4.6.3 to 4.7.0 @@ -629,22 +684,6 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> ([`a550c7d`](https://github.com/supabase-community/storage-py/commit/a550c7df410be594a0dc0b05fa0f588b4ae67900)) -* chore(deps-dev): bump pre-commit from 3.3.2 to 3.3.3 - -Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.3.2 to 3.3.3. -- [Release notes](https://github.com/pre-commit/pre-commit/releases) -- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) -- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.3.2...v3.3.3) - ---- -updated-dependencies: -- dependency-name: pre-commit - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> ([`5729d3c`](https://github.com/supabase-community/storage-py/commit/5729d3c1877b26ed044cd7ed6a60a91399700a70)) - * chore(deps-dev): bump pytest from 7.3.2 to 7.4.0 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.2 to 7.4.0. @@ -663,19 +702,19 @@ Signed-off-by: dependabot[bot] <support@github.com> ([`c008911`](https://g * chore(deps-dev): bump pytest from 7.3.1 to 7.3.2 (#108) -Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.1 to 7.3.2. -- [Release notes](https://github.com/pytest-dev/pytest/releases) -- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) -- [Commits](https://github.com/pytest-dev/pytest/compare/7.3.1...7.3.2) - ---- -updated-dependencies: -- dependency-name: pytest - dependency-type: direct:development - update-type: version-update:semver-patch -... - -Signed-off-by: dependabot[bot] <support@github.com> +Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.3.1 to 7.3.2. +- [Release notes](https://github.com/pytest-dev/pytest/releases) +- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) +- [Commits](https://github.com/pytest-dev/pytest/compare/7.3.1...7.3.2) + +--- +updated-dependencies: +- dependency-name: pytest + dependency-type: direct:development + update-type: version-update:semver-patch +... + +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`e5df2ff`](https://github.com/supabase-community/storage-py/commit/e5df2ff8a269337d206b7396ebab04039eb1684e)) * chore: test upload_to_signed_url ([`82ccab4`](https://github.com/supabase-community/storage-py/commit/82ccab43c98ae55078ed5fab76d9c12320261235)) @@ -715,23 +754,6 @@ Signed-off-by: dependabot[bot] <support@github.com> ([`1eef352`](https://g * chore: update dependencies (#101) ([`03c5b03`](https://github.com/supabase-community/storage-py/commit/03c5b0378d989384e3f2f6a5a7c2b588929dd321)) -* chore(deps-dev): bump pytest from 7.2.2 to 7.3.1 (#88) - -Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.2 to 7.3.1. -- [Release notes](https://github.com/pytest-dev/pytest/releases) -- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) -- [Commits](https://github.com/pytest-dev/pytest/compare/7.2.2...7.3.1) - ---- -updated-dependencies: -- dependency-name: pytest - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`a95a244`](https://github.com/supabase-community/storage-py/commit/a95a24410be08e9276f3e8214b621f6b82fd81ba)) - * chore(deps): bump httpx from 0.23.3 to 0.24.0 Bumps [httpx](https://github.com/encode/httpx) from 0.23.3 to 0.24.0. @@ -748,21 +770,38 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> ([`84335cd`](https://github.com/supabase-community/storage-py/commit/84335cd6f363496898b6a81f405c30d6e64092bb)) +* chore(deps-dev): bump pytest from 7.2.2 to 7.3.1 (#88) + +Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.2.2 to 7.3.1. +- [Release notes](https://github.com/pytest-dev/pytest/releases) +- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) +- [Commits](https://github.com/pytest-dev/pytest/compare/7.2.2...7.3.1) + +--- +updated-dependencies: +- dependency-name: pytest + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`a95a244`](https://github.com/supabase-community/storage-py/commit/a95a24410be08e9276f3e8214b621f6b82fd81ba)) + * chore(deps-dev): bump pre-commit from 3.1.1 to 3.2.0 (#79) -Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.1.1 to 3.2.0. -- [Release notes](https://github.com/pre-commit/pre-commit/releases) -- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) -- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.1.1...v3.2.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> +Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.1.1 to 3.2.0. +- [Release notes](https://github.com/pre-commit/pre-commit/releases) +- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) +- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.1.1...v3.2.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`a603a2a`](https://github.com/supabase-community/storage-py/commit/a603a2a684cf6d47eb5b58866c8c8263cc909852)) * chore(deps-dev): bump pytest from 7.2.1 to 7.2.2 @@ -793,25 +832,25 @@ Signed-off-by: dependabot[bot] <support@github.com> ([`e764f25`](https://g * feat: created functions to get multiple signed URLs. (#105) -* feat: created functions to get multiple signed URLs. - -* feat: Fixed optional params. Handling auth token issue #73 in separate PR. - -* feat: remove sync code as it will be generated by unasync. - -* chore: generate sync client - ---------- - -Co-authored-by: Alexander Leonov <alleonov@icloud.com> +* feat: created functions to get multiple signed URLs. + +* feat: Fixed optional params. Handling auth token issue #73 in separate PR. + +* feat: remove sync code as it will be generated by unasync. + +* chore: generate sync client + +--------- + +Co-authored-by: Alexander Leonov <alleonov@icloud.com> Co-authored-by: anand2312 <40204976+anand2312@users.noreply.github.com> ([`2c5e2fc`](https://github.com/supabase-community/storage-py/commit/2c5e2fc309ab0f862a21e52da9b0e7c2c9d24e19)) * feat: bucket level file controls and an update_bucket method (#103) -* feat: bucket level file controls and an update_bucket method - -* fix: import __future__ annotations - +* feat: bucket level file controls and an update_bucket method + +* fix: import __future__ annotations + python 3.8 doesn't allow subscripting types like list ([`80454f9`](https://github.com/supabase-community/storage-py/commit/80454f9f6de5d6d5db9840b848b39937fabf5407)) ### Unknown @@ -846,44 +885,43 @@ chore(deps-dev): bump pytest-asyncio from 0.20.3 to 0.21.0 ([`7e86450`](https:// Update .pre-commit-config.yaml ([`27b765c`](https://github.com/supabase-community/storage-py/commit/27b765c2913ca8f0e5d5a1759986f4d0d0566bf9)) +* Update .pre-commit-config.yaml ([`a6dca37`](https://github.com/supabase-community/storage-py/commit/a6dca37629f2aef2527a9156fd579f337f45fa13)) + * Merge pull request #102 from supabase-community/dependabot/pip/main/httpx-0.24.1 chore(deps): bump httpx from 0.23.3 to 0.24.1 ([`fc18260`](https://github.com/supabase-community/storage-py/commit/fc18260c959323b1a4721d3187febff42020321b)) -* Update .pre-commit-config.yaml ([`a6dca37`](https://github.com/supabase-community/storage-py/commit/a6dca37629f2aef2527a9156fd579f337f45fa13)) - * Make FileOptions type (#100) -* Update lockfile - -* feat: add FileOptions type, make some bucket fields optional - -* feat: use FileOptions in upload and document it - -* docs: add upload example to README - -* fix: don't mark BaseBucket fields as default - -this breaks every other class that inherits from BaseBucket and tries to add +* Update lockfile + +* feat: add FileOptions type, make some bucket fields optional + +* feat: use FileOptions in upload and document it + +* docs: add upload example to README + +* fix: don't mark BaseBucket fields as default + +this breaks every other class that inherits from BaseBucket and tries to add any non-default field. ([`1585e42`](https://github.com/supabase-community/storage-py/commit/1585e4279427934d5e027fc3ea2874085748caa6)) * Merge pull request #87 from supabase-community/dependabot/pip/main/httpx-0.24.0 chore(deps): bump httpx from 0.23.3 to 0.24.0 ([`b69a8ba`](https://github.com/supabase-community/storage-py/commit/b69a8bac00c4a4c05ab224b34fd99a21a712b256)) +* Merge branch 'main' into dependabot/pip/main/httpx-0.24.0 ([`c1b64e1`](https://github.com/supabase-community/storage-py/commit/c1b64e105e06f146499ef7503a958e4f143cd4ed)) + * Fix bad typing on upload functions (#89) -* Fix bad typing on upload functions - -* Format using black ([`40fc84b`](https://github.com/supabase-community/storage-py/commit/40fc84b7784b37b9da24c09d2eba2d282603c4fb)) +* Fix bad typing on upload functions -* Merge branch 'main' into dependabot/pip/main/httpx-0.24.0 ([`c1b64e1`](https://github.com/supabase-community/storage-py/commit/c1b64e105e06f146499ef7503a958e4f143cd4ed)) +* Format using black ([`40fc84b`](https://github.com/supabase-community/storage-py/commit/40fc84b7784b37b9da24c09d2eba2d282603c4fb)) * Merge pull request #76 from supabase-community/dependabot/pip/main/pytest-7.2.2 chore(deps-dev): bump pytest from 7.2.1 to 7.2.2 ([`eef5524`](https://github.com/supabase-community/storage-py/commit/eef55243385d80905d0186b58bcede2092b6c7e4)) - ## v0.5.2 (2023-03-05) ### Chore @@ -974,21 +1012,6 @@ Signed-off-by: dependabot[bot] <support@github.com> ([`ec3b46c`](https://g * chore: run black ([`2edbd6b`](https://github.com/supabase-community/storage-py/commit/2edbd6b74e1cd784b5ef4b39ffdce6e47e5e5e64)) -* chore(deps): bump cryptography from 39.0.0 to 39.0.1 - -Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.0 to 39.0.1. -- [Release notes](https://github.com/pyca/cryptography/releases) -- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) -- [Commits](https://github.com/pyca/cryptography/compare/39.0.0...39.0.1) - ---- -updated-dependencies: -- dependency-name: cryptography - dependency-type: indirect -... - -Signed-off-by: dependabot[bot] <support@github.com> ([`1b3a638`](https://github.com/supabase-community/storage-py/commit/1b3a638857728a0e1c7854f615a3ab2c89b16c3d)) - * chore(deps-dev): bump sphinx from 5.3.0 to 6.1.3 Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.3.0 to 6.1.3. @@ -1005,6 +1028,21 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> ([`881fd9d`](https://github.com/supabase-community/storage-py/commit/881fd9d6dc4a576fea5a682e54804912d55781a4)) +* chore(deps): bump cryptography from 39.0.0 to 39.0.1 + +Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.0 to 39.0.1. +- [Release notes](https://github.com/pyca/cryptography/releases) +- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) +- [Commits](https://github.com/pyca/cryptography/compare/39.0.0...39.0.1) + +--- +updated-dependencies: +- dependency-name: cryptography + dependency-type: indirect +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`1b3a638`](https://github.com/supabase-community/storage-py/commit/1b3a638857728a0e1c7854f615a3ab2c89b16c3d)) + * chore(deps-dev): bump isort from 5.11.5 to 5.12.0 Bumps [isort](https://github.com/pycqa/isort) from 5.11.5 to 5.12.0. @@ -1051,6 +1089,8 @@ chore(deps-dev): bump python-dotenv from 0.21.1 to 1.0.0 ([`49a7044`](https://gi fix: added missing types ([`ed0dd37`](https://github.com/supabase-community/storage-py/commit/ed0dd37622ac3d516680d3a4b099c4e113da300b)) +* Added missing types allowed_mime_types and file_size_limit ([`64e9e02`](https://github.com/supabase-community/storage-py/commit/64e9e02e8bea3e2b35ca37ed5d14c1197690accc)) + * Merge pull request #56 from supabase-community/dependabot/pip/main/black-23.1.0 chore(deps-dev): bump black from 22.12.0 to 23.1.0 ([`7edeff7`](https://github.com/supabase-community/storage-py/commit/7edeff7135e9f3eb35d6016a3eb9ccbbf1351940)) @@ -1059,8 +1099,6 @@ chore(deps-dev): bump black from 22.12.0 to 23.1.0 ([`7edeff7`](https://github.c chore(deps-dev): bump pre-commit from 2.21.0 to 3.1.1 ([`0123f8f`](https://github.com/supabase-community/storage-py/commit/0123f8ff1708a8d13e9b436c1af376ab4c71be95)) -* Added missing types allowed_mime_types and file_size_limit ([`64e9e02`](https://github.com/supabase-community/storage-py/commit/64e9e02e8bea3e2b35ca37ed5d14c1197690accc)) - * Merge pull request #68 from supabase-community/j0/bump_version_0_5_1 chore: bump version to 0_5_1 , bump CI ([`ae9fc30`](https://github.com/supabase-community/storage-py/commit/ae9fc30c4ed65ea27ad824560c3bd1e0cf20118a)) @@ -1081,7 +1119,6 @@ chore(deps): bump cryptography from 39.0.0 to 39.0.1 ([`728164b`](https://github chore(deps-dev): bump isort from 5.11.5 to 5.12.0 ([`eb5be13`](https://github.com/supabase-community/storage-py/commit/eb5be13152e2dcc5d402b2bff1ac5d2e0fb9cde5)) - ## v0.5.0 (2023-02-05) ### Chore @@ -1106,6 +1143,21 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> ([`5bdb51d`](https://github.com/supabase-community/storage-py/commit/5bdb51dc86f8ec1529e3cb7bb8470e8a56f37e6c)) +* chore(deps): bump wheel from 0.37.1 to 0.38.1 + +Bumps [wheel](https://github.com/pypa/wheel) from 0.37.1 to 0.38.1. +- [Release notes](https://github.com/pypa/wheel/releases) +- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) +- [Commits](https://github.com/pypa/wheel/compare/0.37.1...0.38.1) + +--- +updated-dependencies: +- dependency-name: wheel + dependency-type: indirect +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`ef2e864`](https://github.com/supabase-community/storage-py/commit/ef2e86407027ada25dc361aa7388366baebca38f)) + ### Fix * fix: bump python version ([`4d3a781`](https://github.com/supabase-community/storage-py/commit/4d3a7817ae3fb3ee4f93942406d8cfeb81103c88)) @@ -1126,7 +1178,6 @@ chore(deps-dev): bump python-semantic-release from 7.32.2 to 7.33.1 ([`06fb6f5`] chore(deps): bump wheel from 0.37.1 to 0.38.1 ([`f39c4fc`](https://github.com/supabase-community/storage-py/commit/f39c4fc66ab457ece68bc0a818d486e7ac775e10)) - ## v0.4.0 (2023-01-10) ### Chore @@ -1135,6 +1186,45 @@ chore(deps): bump wheel from 0.37.1 to 0.38.1 ([`f39c4fc`](https://github.com/su * chore: set TransformOptions to None ([`ef32ae7`](https://github.com/supabase-community/storage-py/commit/ef32ae7e5137c54c8ea35ad3b8c2f2b965a8aecd)) +* chore: port over infra from storage-js ([`88eb335`](https://github.com/supabase-community/storage-py/commit/88eb33532ff4ba04db740fc868d7ceed9bc0e18f)) + +* chore(deps-dev): bump pre-commit from 2.20.0 to 2.21.0 + +Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.20.0 to 2.21.0. +- [Release notes](https://github.com/pre-commit/pre-commit/releases) +- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) +- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.20.0...v2.21.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> ([`1708708`](https://github.com/supabase-community/storage-py/commit/1708708787c3344ed917ddd270ce7f105d9335f4)) + +* chore(deps): bump gitpython from 3.1.28 to 3.1.30 + +Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.28 to 3.1.30. +- [Release notes](https://github.com/gitpython-developers/GitPython/releases) +- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) +- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.28...3.1.30) + +--- +updated-dependencies: +- dependency-name: gitpython + dependency-type: indirect +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`84f48ed`](https://github.com/supabase-community/storage-py/commit/84f48ed47677868963be817c29753902975ef8fe)) + +### Feature + +* feat: add transform options to signed_url,download, and public_url ([`122b2a3`](https://github.com/supabase-community/storage-py/commit/122b2a3403dfa1fa33dd384b2a7c42e9f3094f9e)) + +* feat: add copy and transform option type ([`6be51ee`](https://github.com/supabase-community/storage-py/commit/6be51ee4a5bedabce6a25d05b9a38ae65f40efef)) + ### Fix * fix: add stray / ([`27b6bcd`](https://github.com/supabase-community/storage-py/commit/27b6bcd85866a152a1804679cb27f726a50d2bf3)) @@ -1163,6 +1253,8 @@ chore(deps): bump wheel from 0.37.1 to 0.38.1 ([`f39c4fc`](https://github.com/su * fix: omit infra changes ([`9b967ce`](https://github.com/supabase-community/storage-py/commit/9b967ce41d3598a68b08cbad45435a26fc0d5f0b)) +* fix: add transform options on public url and download ([`7352f61`](https://github.com/supabase-community/storage-py/commit/7352f6128a1bd52e863dea0cf8db6f53519e6c78)) + ### Refactor * refactor: remove create_signed_urls ([`b43434f`](https://github.com/supabase-community/storage-py/commit/b43434f6e947ce8a5251c042c19a90f8b6d86a6b)) @@ -1183,42 +1275,10 @@ chore(deps-dev): bump pre-commit from 2.20.0 to 2.21.0 ([`68bcc7d`](https://gith chore(deps): bump gitpython from 3.1.28 to 3.1.30 ([`8e0452a`](https://github.com/supabase-community/storage-py/commit/8e0452a1b39269514cf5e58dff545a29c783e890)) - ## v0.3.6 (2023-01-05) ### Chore -* chore(deps-dev): bump pre-commit from 2.20.0 to 2.21.0 - -Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 2.20.0 to 2.21.0. -- [Release notes](https://github.com/pre-commit/pre-commit/releases) -- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) -- [Commits](https://github.com/pre-commit/pre-commit/compare/v2.20.0...v2.21.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> ([`1708708`](https://github.com/supabase-community/storage-py/commit/1708708787c3344ed917ddd270ce7f105d9335f4)) - -* chore(deps): bump gitpython from 3.1.28 to 3.1.30 - -Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.28 to 3.1.30. -- [Release notes](https://github.com/gitpython-developers/GitPython/releases) -- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) -- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.28...3.1.30) - ---- -updated-dependencies: -- dependency-name: gitpython - dependency-type: indirect -... - -Signed-off-by: dependabot[bot] <support@github.com> ([`84f48ed`](https://github.com/supabase-community/storage-py/commit/84f48ed47677868963be817c29753902975ef8fe)) - * chore(deps): bump httpx from 0.23.0 to 0.23.3 Bumps [httpx](https://github.com/encode/httpx) from 0.23.0 to 0.23.3. @@ -1235,21 +1295,6 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> ([`211dd3c`](https://github.com/supabase-community/storage-py/commit/211dd3cd7f22ec8172b31eb8c2557aaed7054a00)) -* chore(deps): bump wheel from 0.37.1 to 0.38.1 - -Bumps [wheel](https://github.com/pypa/wheel) from 0.37.1 to 0.38.1. -- [Release notes](https://github.com/pypa/wheel/releases) -- [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) -- [Commits](https://github.com/pypa/wheel/compare/0.37.1...0.38.1) - ---- -updated-dependencies: -- dependency-name: wheel - dependency-type: indirect -... - -Signed-off-by: dependabot[bot] <support@github.com> ([`ef2e864`](https://github.com/supabase-community/storage-py/commit/ef2e86407027ada25dc361aa7388366baebca38f)) - * chore(deps-dev): bump isort from 5.11.1 to 5.11.4 Bumps [isort](https://github.com/pycqa/isort) from 5.11.1 to 5.11.4. @@ -1298,7 +1343,20 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> ([`87f87f5`](https://github.com/supabase-community/storage-py/commit/87f87f5b15228b8fdc3859ec6d5ef809d5512336)) -* chore: port over infra from storage-js ([`88eb335`](https://github.com/supabase-community/storage-py/commit/88eb33532ff4ba04db740fc868d7ceed9bc0e18f)) +* chore(deps): bump cryptography from 38.0.1 to 38.0.3 + +Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.1 to 38.0.3. +- [Release notes](https://github.com/pyca/cryptography/releases) +- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) +- [Commits](https://github.com/pyca/cryptography/compare/38.0.1...38.0.3) + +--- +updated-dependencies: +- dependency-name: cryptography + dependency-type: indirect +... + +Signed-off-by: dependabot[bot] <support@github.com> ([`40ba3d6`](https://github.com/supabase-community/storage-py/commit/40ba3d6b622acb5ea8a593f7455acfbbd71efa69)) * chore(deps-dev): bump black from 22.10.0 to 22.12.0 @@ -1316,21 +1374,6 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> ([`5c64886`](https://github.com/supabase-community/storage-py/commit/5c64886d092a83db2bf76ef7a4fb4b9b449622df)) -* chore(deps): bump cryptography from 38.0.1 to 38.0.3 - -Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.1 to 38.0.3. -- [Release notes](https://github.com/pyca/cryptography/releases) -- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) -- [Commits](https://github.com/pyca/cryptography/compare/38.0.1...38.0.3) - ---- -updated-dependencies: -- dependency-name: cryptography - dependency-type: indirect -... - -Signed-off-by: dependabot[bot] <support@github.com> ([`40ba3d6`](https://github.com/supabase-community/storage-py/commit/40ba3d6b622acb5ea8a593f7455acfbbd71efa69)) - * chore(deps): bump certifi from 2022.9.24 to 2022.12.7 Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.24 to 2022.12.7. @@ -1365,40 +1408,40 @@ Signed-off-by: dependabot[bot] <support@github.com> ([`68df5c2`](https://g * chore(deps-dev): bump pytest-asyncio from 0.19.0 to 0.20.1 (#26) -Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.19.0 to 0.20.1. -- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) -- [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst) -- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.19.0...v0.20.1) - ---- -updated-dependencies: -- dependency-name: pytest-asyncio - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> +Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.19.0 to 0.20.1. +- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) +- [Changelog](https://github.com/pytest-dev/pytest-asyncio/blob/master/CHANGELOG.rst) +- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.19.0...v0.20.1) + +--- +updated-dependencies: +- dependency-name: pytest-asyncio + dependency-type: direct:development + update-type: version-update:semver-minor +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`999e8c9`](https://github.com/supabase-community/storage-py/commit/999e8c993822177d017ab3f7a69aea0209fefea2)) * chore(deps-dev): bump pytest from 6.2.5 to 7.2.0 (#28) -Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.2.0. -- [Release notes](https://github.com/pytest-dev/pytest/releases) -- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) -- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.5...7.2.0) - ---- -updated-dependencies: -- dependency-name: pytest - dependency-type: direct:development - update-type: version-update:semver-major -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> +Bumps [pytest](https://github.com/pytest-dev/pytest) from 6.2.5 to 7.2.0. +- [Release notes](https://github.com/pytest-dev/pytest/releases) +- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) +- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.5...7.2.0) + +--- +updated-dependencies: +- dependency-name: pytest + dependency-type: direct:development + update-type: version-update:semver-major +... + +Signed-off-by: dependabot[bot] <support@github.com> + +Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`ed35024`](https://github.com/supabase-community/storage-py/commit/ed35024fea5f28fafd6e9b66e73b689e5a9f12f5)) * chore(deps-dev): bump pytest-cov from 3.0.0 to 4.0.0 @@ -1419,47 +1462,62 @@ Signed-off-by: dependabot[bot] <support@github.com> ([`d22118b`](https://g * chore(deps-dev): bump sphinx from 5.2.3 to 5.3.0 (#25) -Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.2.3 to 5.3.0. -- [Release notes](https://github.com/sphinx-doc/sphinx/releases) -- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) -- [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.2.3...v5.3.0) - ---- -updated-dependencies: -- dependency-name: sphinx - dependency-type: direct:development - update-type: version-update:semver-minor -... - -Signed-off-by: dependabot[bot] <support@github.com> - -Signed-off-by: dependabot[bot] <support@github.com> -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`9f7bc01`](https://github.com/supabase-community/storage-py/commit/9f7bc01b135fbdcb1f7767f426011c0630408712)) +Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.2.3 to 5.3.0. +- [Release notes](https://github.com/sphinx-doc/sphinx/releases) +- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES) +- [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.2.3...v5.3.0) -### Feature +--- +updated-dependencies: +- dependency-name: sphinx + dependency-type: direct:development + update-type: version-update:semver-minor +... -* feat: add transform options to signed_url,download, and public_url ([`122b2a3`](https://github.com/supabase-community/storage-py/commit/122b2a3403dfa1fa33dd384b2a7c42e9f3094f9e)) +Signed-off-by: dependabot[bot] <support@github.com> -* feat: add copy and transform option type ([`6be51ee`](https://github.com/supabase-community/storage-py/commit/6be51ee4a5bedabce6a25d05b9a38ae65f40efef)) +Signed-off-by: dependabot[bot] <support@github.com> +Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> ([`9f7bc01`](https://github.com/supabase-community/storage-py/commit/9f7bc01b135fbdcb1f7767f426011c0630408712)) ### Fix -* fix: add transform options on public url and download ([`7352f61`](https://github.com/supabase-community/storage-py/commit/7352f6128a1bd52e863dea0cf8db6f53519e6c78)) +* fix: remove trailing "/" in `get_public_url` + +When using the `get_public_url` methods, you get the following +responses: + +``` +https://SUPABASE_ID.supabase.co/storage/v1//object/public/BUCKET/FILE +``` + +Notice the double slash between +the `v1` and the `object` substrings in the path. + +Even though the URL works---as +captured by the tests--it is a non +coherent way of rendering the +URLs. + +This commit sets it so that all the +sub-paths inside the public URL +have a single slash. + +Authored-By: Diego Rodriguez ([`8bf407c`](https://github.com/supabase-community/storage-py/commit/8bf407c5fc2bca401a673d42d0f9a82b7b9e80bb)) * fix: datetime and upload file type (#12) -* [fix] datetime and upload file type - -fix datetime error and add more acceptable file type - -* [Fix] Add python-dateutil as dependency - -* Fix lock file - -* chore: reformat with black - -* chore: calm isort down - +* [fix] datetime and upload file type + +fix datetime error and add more acceptable file type + +* [Fix] Add python-dateutil as dependency + +* Fix lock file + +* chore: reformat with black + +* chore: calm isort down + Co-authored-by: Anand <40204976+anand2312@users.noreply.github.com> ([`a926a06`](https://github.com/supabase-community/storage-py/commit/a926a068234e68afbf8039fc7f71565397dfea86)) ### Unknown @@ -1506,7 +1564,6 @@ chore(deps-dev): bump python-semantic-release from 7.32.1 to 7.32.2 ([`1f2a4b5`] chore(deps-dev): bump pytest-cov from 3.0.0 to 4.0.0 ([`67ad10c`](https://github.com/supabase-community/storage-py/commit/67ad10c92ef234db5551a2f3699e4be8f36fa15c)) - ## v0.3.5 (2022-10-11) ### Chore @@ -1545,8 +1602,6 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> ([`6f72dc2`](https://github.com/supabase-community/storage-py/commit/6f72dc267e74c1724ec06014616884cd7745f87b)) -* chore: update lock ([`f34e23e`](https://github.com/supabase-community/storage-py/commit/f34e23e750dd37267541d782daae1483187930e9)) - * chore(deps): bump typing-extensions from 4.2.0 to 4.4.0 Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.2.0 to 4.4.0. @@ -1563,6 +1618,8 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> ([`0b82bb5`](https://github.com/supabase-community/storage-py/commit/0b82bb534e4461e163e9f78b8390d51a889eedf1)) +* chore: update lock ([`f34e23e`](https://github.com/supabase-community/storage-py/commit/f34e23e750dd37267541d782daae1483187930e9)) + * chore(deps-dev): bump pytest-asyncio from 0.18.3 to 0.19.0 Bumps [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) from 0.18.3 to 0.19.0. @@ -1579,31 +1636,6 @@ updated-dependencies: Signed-off-by: dependabot[bot] <support@github.com> ([`8de4e10`](https://github.com/supabase-community/storage-py/commit/8de4e10f3438503c9a263122981ccffbf34b9e9a)) -### Fix - -* fix: remove trailing "/" in `get_public_url` - -When using the `get_public_url` methods, you get the following -responses: - -``` -https://SUPABASE_ID.supabase.co/storage/v1//object/public/BUCKET/FILE -``` - -Notice the double slash between -the `v1` and the `object` substrings in the path. - -Even though the URL works---as -captured by the tests--it is a non -coherent way of rendering the -URLs. - -This commit sets it so that all the -sub-paths inside the public URL -have a single slash. - -Authored-By: Diego Rodriguez ([`8bf407c`](https://github.com/supabase-community/storage-py/commit/8bf407c5fc2bca401a673d42d0f9a82b7b9e80bb)) - ### Unknown * Merge pull request #22 from supabase-community/j0_bump_version @@ -1636,10 +1668,9 @@ chore(deps-dev): bump pytest-asyncio from 0.18.3 to 0.19.0 ([`31d886c`](https:// * Justinbarak patch 1 (#14) -* Removed double "/" in get_public_url - -* Removed double "/" in get_public_url ([`20de85e`](https://github.com/supabase-community/storage-py/commit/20de85e677e29cd17bb210a402be947f0ad98509)) +* Removed double "/" in get_public_url +* Removed double "/" in get_public_url ([`20de85e`](https://github.com/supabase-community/storage-py/commit/20de85e677e29cd17bb210a402be947f0ad98509)) ## v0.3.4 (2022-06-07) @@ -1653,7 +1684,6 @@ fix: signed_url ([`c8cdf44`](https://github.com/supabase-community/storage-py/co * fix: signed_url ([`bd2e09c`](https://github.com/supabase-community/storage-py/commit/bd2e09c28164b364ca919fd888019e837af3890f)) - ## v0.3.3 (2022-06-06) ### Chore @@ -1682,7 +1712,6 @@ fix: upload fixes ([`844561f`](https://github.com/supabase-community/storage-py/ * test: fix tests to check file content ([`7995837`](https://github.com/supabase-community/storage-py/commit/7995837647a3dded939698405aa79d2dc181b299)) - ## v0.3.2 (2022-05-16) ### Ci @@ -1697,14 +1726,13 @@ fix: upload fixes ([`844561f`](https://github.com/supabase-community/storage-py/ * Docs (#6) -* docs: setup - -* docs: write basic documentation - -* chore: fix lock file - -* chore: calm pre-commit down ([`0974414`](https://github.com/supabase-community/storage-py/commit/0974414707f3e97fc8e44197d1f59a5699a0b582)) +* docs: setup +* docs: write basic documentation + +* chore: fix lock file + +* chore: calm pre-commit down ([`0974414`](https://github.com/supabase-community/storage-py/commit/0974414707f3e97fc8e44197d1f59a5699a0b582)) ## v0.3.1 (2022-05-01) @@ -1712,7 +1740,6 @@ fix: upload fixes ([`844561f`](https://github.com/supabase-community/storage-py/ * fix: parity with js ([`19f1816`](https://github.com/supabase-community/storage-py/commit/19f1816d23671d576ddf23feab401d51aaf7b3e4)) - ## v0.3.0 (2022-04-30) ### Chore @@ -1859,7 +1886,6 @@ Co-authored-by: Anand <40204976+anand2312@users.noreply.github.com> ([`734 * refactor:export env variables to file ([`a9b8faf`](https://github.com/supabase-community/storage-py/commit/a9b8faf028aad56ea5caf598d983654cb8d713e0)) - ## v0.2.0 (2022-04-11) ### Chore @@ -1870,39 +1896,38 @@ Co-authored-by: Anand <40204976+anand2312@users.noreply.github.com> ([`734 * chore: rename storage to storage3 ([`c62151c`](https://github.com/supabase-community/storage-py/commit/c62151c235e1856ea25faeb68515565b7034eb2c)) -* chore: update maintainers in license and pyproject ([`e77112c`](https://github.com/supabase-community/storage-py/commit/e77112c6ae43df258b85525e514903949a53f735)) - -* chore: update maintainers in license and pyproject ([`1e41913`](https://github.com/supabase-community/storage-py/commit/1e419130639cd2c03bcdf0af9ffd3aea34e81e85)) - ### Unknown * Sync support (#1) -* deps: update black, add unasync - -* feat: make BaseBucket - -* feat: rework bucket, file APIs - -* fix: avoid circular import on StorageException - -* deps: add dotenv - -* feat: pass User-Agent header with requests - -* fix: correct type-hint - -* fix: formatting - +* deps: update black, add unasync + +* feat: make BaseBucket + +* feat: rework bucket, file APIs + +* fix: avoid circular import on StorageException + +* deps: add dotenv + +* feat: pass User-Agent header with requests + +* fix: correct type-hint + +* fix: formatting + * chore: update example in README ([`75c9c43`](https://github.com/supabase-community/storage-py/commit/75c9c43ea373cb58970255b8e7438c2ec67e7f25)) * Merge branch 'main' of github.com:J0/storage-py into main ([`d41b573`](https://github.com/supabase-community/storage-py/commit/d41b57391f04453986f06d564c5c207e4c75b7cc)) - ## v0.1.0 (2021-12-24) ### Chore +* chore: update maintainers in license and pyproject ([`e77112c`](https://github.com/supabase-community/storage-py/commit/e77112c6ae43df258b85525e514903949a53f735)) + +* chore: update maintainers in license and pyproject ([`1e41913`](https://github.com/supabase-community/storage-py/commit/1e419130639cd2c03bcdf0af9ffd3aea34e81e85)) + * chore: run pre-commit on all files ([`2654aa4`](https://github.com/supabase-community/storage-py/commit/2654aa4d898b724df11eba28350a6b1cdbb8c0da)) * chore: reinstate python version ([`8c9e022`](https://github.com/supabase-community/storage-py/commit/8c9e022780a75c120b7a512d086645b81ad867ad)) diff --git a/pyproject.toml b/pyproject.toml index 3fd543a..ca205a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ license = "MIT" name = "storage3" readme = "README.md" repository = "https://github.com/supabase-community/storage-py" -version = "0.7.6" +version = "0.7.7" [tool.poetry.dependencies] httpx = {version = ">=0.24,<0.28", extras = ["http2"]}