|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. |
5 | 5 |
|
| 6 | +## 2025-12-10 |
| 7 | + |
| 8 | +### Changes |
| 9 | + |
| 10 | +--- |
| 11 | + |
| 12 | +Packages with breaking changes: |
| 13 | + |
| 14 | + - There are no breaking changes in this release. |
| 15 | + |
| 16 | +Packages with other changes: |
| 17 | + |
| 18 | + - [`gotrue` - `v2.18.0`](#gotrue---v2180) |
| 19 | + - [`postgrest` - `v2.6.0`](#postgrest---v260) |
| 20 | + - [`realtime_client` - `v2.7.0`](#realtime_client---v270) |
| 21 | + - [`supabase_flutter` - `v2.12.0`](#supabase_flutter---v2120) |
| 22 | + - [`supabase` - `v2.10.2`](#supabase---v2102) |
| 23 | + |
| 24 | +Packages with dependency updates only: |
| 25 | + |
| 26 | +> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project. |
| 27 | +
|
| 28 | + - `supabase` - `v2.10.2` |
| 29 | + |
| 30 | +--- |
| 31 | + |
| 32 | +#### `gotrue` - `v2.18.0` |
| 33 | + |
| 34 | + - **FIX**(gotrue): allow refreshSession with refreshToken when no current session exists ([#1263](https://github.com/supabase/supabase-flutter/issues/1263)). ([1d142c12](https://github.com/supabase/supabase-flutter/commit/1d142c129c2574f3b1cd39d2d3c118031acaa631)) |
| 35 | + - **FEAT**(oauth): add updateClient method to admin OAuth API ([#1262](https://github.com/supabase/supabase-flutter/issues/1262)). ([36d73343](https://github.com/supabase/supabase-flutter/commit/36d73343e8adf68a0b141dc62ad369488ed4f9e6)) |
| 36 | + - **DOCS**: update signInWithIdToken provider documentation ([#1264](https://github.com/supabase/supabase-flutter/issues/1264)). ([b10d0c88](https://github.com/supabase/supabase-flutter/commit/b10d0c88171d9d257694743d1ad24b7b6a1c190f)) |
| 37 | + |
| 38 | +#### `postgrest` - `v2.6.0` |
| 39 | + |
| 40 | + - **FEAT**(postgrest): add missing PostgREST v12 operators ([#1273](https://github.com/supabase/supabase-flutter/issues/1273)). ([f6270260](https://github.com/supabase/supabase-flutter/commit/f627026038344d6f2fdaa8ff8f7e0c968a8dad1b)) |
| 41 | + |
| 42 | +#### `realtime_client` - `v2.7.0` |
| 43 | + |
| 44 | + - **FEAT**(realtime): add explicit REST API call method for broadcast messages ([#1253](https://github.com/supabase/supabase-flutter/issues/1253)). ([8237ca57](https://github.com/supabase/supabase-flutter/commit/8237ca578efbd69f154bb29176aecc7bd841bb91)) |
| 45 | + |
| 46 | +#### `supabase_flutter` - `v2.12.0` |
| 47 | + |
| 48 | + - **FEAT**(postgrest): add missing PostgREST v12 operators ([#1273](https://github.com/supabase/supabase-flutter/issues/1273)). ([f6270260](https://github.com/supabase/supabase-flutter/commit/f627026038344d6f2fdaa8ff8f7e0c968a8dad1b)) |
| 49 | + - **DOCS**: update signInWithIdToken provider documentation ([#1264](https://github.com/supabase/supabase-flutter/issues/1264)). ([b10d0c88](https://github.com/supabase/supabase-flutter/commit/b10d0c88171d9d257694743d1ad24b7b6a1c190f)) |
| 50 | + |
| 51 | + |
6 | 52 | ## 2025-10-16 |
7 | 53 |
|
8 | 54 | ### Changes |
|
0 commit comments