|
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-06-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 | + - [`functions_client` - `v2.4.3`](#functions_client---v243) |
| 19 | + - [`gotrue` - `v2.13.0`](#gotrue---v2130) |
| 20 | + - [`realtime_client` - `v2.5.1`](#realtime_client---v251) |
| 21 | + - [`supabase` - `v2.8.0`](#supabase---v280) |
| 22 | + - [`supabase_flutter` - `v2.9.1`](#supabase_flutter---v291) |
| 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_flutter` - `v2.9.1` |
| 29 | + |
| 30 | +--- |
| 31 | + |
| 32 | +#### `functions_client` - `v2.4.3` |
| 33 | + |
| 34 | + - **FIX**(functions_client): Handle binary data request properly and improve test coverage ([#1184](https://github.com/supabase/supabase-flutter/issues/1184)). ([e6c9420e](https://github.com/supabase/supabase-flutter/commit/e6c9420e5c3c310c2aac7f9626727e68e1b7ddf3)) |
| 35 | + |
| 36 | +#### `gotrue` - `v2.13.0` |
| 37 | + |
| 38 | + - **REFACTOR**(gotrue): Remove unused _currentUser field and update currentUser documentation. ([#1168](https://github.com/supabase/supabase-flutter/issues/1168)). ([88ed5d88](https://github.com/supabase/supabase-flutter/commit/88ed5d88508842465a7085c95c93e5059297e9c1)) |
| 39 | + - **FIX**(auth): Validate uuid params in admin methods ([#1171](https://github.com/supabase/supabase-flutter/issues/1171)). ([369dcc24](https://github.com/supabase/supabase-flutter/commit/369dcc24313bfe8fa95ad6eac50041916f88cad3)) |
| 40 | + - **FEAT**(gotrue): Add phone mfa enrollment ([#1188](https://github.com/supabase/supabase-flutter/issues/1188)). ([944afcde](https://github.com/supabase/supabase-flutter/commit/944afcde66e2b52621f5a01c849b62ea37081c66)) |
| 41 | + |
| 42 | +#### `realtime_client` - `v2.5.1` |
| 43 | + |
| 44 | + - **FIX**(realtime): Send version when joining channel and remove jwt check ([#1166](https://github.com/supabase/supabase-flutter/issues/1166)). ([9ccd890d](https://github.com/supabase/supabase-flutter/commit/9ccd890d950a1c009fd77320033fc7a87783dbcd)) |
| 45 | + |
| 46 | +#### `supabase` - `v2.8.0` |
| 47 | + |
| 48 | + - **FEAT**: Add standard client headers ([#1130](https://github.com/supabase/supabase-flutter/issues/1130)). ([f33c9fe2](https://github.com/supabase/supabase-flutter/commit/f33c9fe2f67fc83d19904a53e0b71e7cec5cee53)) |
| 49 | + |
| 50 | + |
6 | 51 | ## 2025-04-28
|
7 | 52 |
|
8 | 53 | ### Changes
|
|
0 commit comments