diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 880c4403..7a564723 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.7.4" + ".": "2.8.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8bbf6410..6f39cd0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # CHANGELOG +## [2.8.0](https://github.com/supabase/supabase-py/compare/v2.7.4...v2.8.0) (2024-09-29) + + +### Features + +* **auth:** bump gotrue from 2.7.0 to 2.8.0 ([#916](https://github.com/supabase/supabase-py/issues/916)) ([ae97452](https://github.com/supabase/supabase-py/commit/ae9745247b271b3d2e9ef5ab28da04a68ffdc9bc)) +* **auth:** bump gotrue from 2.8.1 to 2.9.0 ([#940](https://github.com/supabase/supabase-py/issues/940)) ([9c6c433](https://github.com/supabase/supabase-py/commit/9c6c4333c3a102e0436fbd99dcaf2b38899a1d2d)) +* **deps:** bump postgrest from 0.16.11 to 0.17.0 ([#939](https://github.com/supabase/supabase-py/issues/939)) ([17bcf6d](https://github.com/supabase/supabase-py/commit/17bcf6ddcc123924fd24a7ba424ef6c9ee3adde4)) +* set default flow_type to pkce ([#931](https://github.com/supabase/supabase-py/issues/931)) ([acbaae5](https://github.com/supabase/supabase-py/commit/acbaae5393d689535ace3d9e43b65392b9f94be6)) +* **storage:** bump storage3 from 0.7.7 to 0.8.0 ([#941](https://github.com/supabase/supabase-py/issues/941)) ([4060f47](https://github.com/supabase/supabase-py/commit/4060f4722b50341d870971fc37fb6c053d43f15b)) + + +### Bug Fixes + +* async client options default values ([#937](https://github.com/supabase/supabase-py/issues/937)) ([1e02178](https://github.com/supabase/supabase-py/commit/1e02178d3a62225d8230c36ca134cc01e02c9daa)) +* async set_auth for realtime in auth event listener ([#930](https://github.com/supabase/supabase-py/issues/930)) ([5e34512](https://github.com/supabase/supabase-py/commit/5e34512448bf037d1d002ebe162e415e707054b5)) +* **deps:** bump gotrue from 2.8.0 to 2.8.1 ([#923](https://github.com/supabase/supabase-py/issues/923)) ([eb7b466](https://github.com/supabase/supabase-py/commit/eb7b466838ba31bbe28af11144aff80cc94873fc)) +* **deps:** bump realtime from 2.0.2 to 2.0.5 ([#936](https://github.com/supabase/supabase-py/issues/936)) ([e1e0fb2](https://github.com/supabase/supabase-py/commit/e1e0fb25a62e7ca1819d327cdae00760d5cf64e2)) +* update exports from init file ([#928](https://github.com/supabase/supabase-py/issues/928)) ([7a6199e](https://github.com/supabase/supabase-py/commit/7a6199e1c532fc46662d0b33b166b6db3456fec5)) + ## [2.7.4](https://github.com/supabase/supabase-py/compare/v2.7.3...v2.7.4) (2024-08-29) diff --git a/pyproject.toml b/pyproject.toml index fdd00d7d..473dca05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "supabase" -version = "2.7.4" # {x-release-please-version} +version = "2.8.0" # {x-release-please-version} description = "Supabase client for Python." authors = ["Joel Lee ", "Leon Fedden ", "Daniel Reinón García ", "Leynier Gutiérrez González ", "Anand", "Andrew Smith "] homepage = "https://github.com/supabase/supabase-py" diff --git a/supabase/version.py b/supabase/version.py index 978178e6..00b37667 100644 --- a/supabase/version.py +++ b/supabase/version.py @@ -1 +1 @@ -__version__ = "2.7.4" # {x-release-please-version} +__version__ = "2.8.0" # {x-release-please-version}