|
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 | +## 2026-07-01 |
| 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.24.0`](#gotrue---v2240) |
| 19 | + - [`postgrest` - `v2.7.4`](#postgrest---v274) |
| 20 | + - [`realtime_client` - `v2.9.1`](#realtime_client---v291) |
| 21 | + - [`supabase_flutter` - `v2.15.3`](#supabase_flutter---v2153) |
| 22 | + - [`supabase` - `v2.13.3`](#supabase---v2133) |
| 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.13.3` |
| 29 | + |
| 30 | +--- |
| 31 | + |
| 32 | +#### `gotrue` - `v2.24.0` |
| 33 | + |
| 34 | + - **FIX**(gotrue): handle access token without amr claim in getAuthenticatorAssuranceLevel ([#1478](https://github.com/supabase/supabase-flutter/issues/1478)). ([63a91f2e](https://github.com/supabase/supabase-flutter/commit/63a91f2e20e7000898b91ada76678e11687e0fbb)) |
| 35 | + - **FIX**(gotrue): allow TOTP MFA enrollment without an issuer ([#1501](https://github.com/supabase/supabase-flutter/issues/1501)). ([3a84e4e5](https://github.com/supabase/supabase-flutter/commit/3a84e4e5f122958e1706bf80ecc6083ad7055ab8)) |
| 36 | + - **FEAT**(gotrue): add user-facing OAuth 2.1 server authorization API ([#1499](https://github.com/supabase/supabase-flutter/issues/1499)). ([4f98f493](https://github.com/supabase/supabase-flutter/commit/4f98f493e4848ce03822cb8699db18234a3ec7c7)) |
| 37 | + |
| 38 | +#### `postgrest` - `v2.7.4` |
| 39 | + |
| 40 | + - **FIX**(postgrest): stop seeding Prefer header with an empty string ([#1505](https://github.com/supabase/supabase-flutter/issues/1505)). ([0a37f0d7](https://github.com/supabase/supabase-flutter/commit/0a37f0d746abf690151825a1de9f2c9c50322de7)) |
| 41 | + |
| 42 | +#### `realtime_client` - `v2.9.1` |
| 43 | + |
| 44 | + - **FIX**(realtime): cancel pending reconnect on disconnect after a dropped socket ([#1477](https://github.com/supabase/supabase-flutter/issues/1477)). ([b704932a](https://github.com/supabase/supabase-flutter/commit/b704932ac13a56a01c73cac603aed43e8a8aad3a)) |
| 45 | + |
| 46 | +#### `supabase_flutter` - `v2.15.3` |
| 47 | + |
| 48 | + - **FIX**(supabase_flutter): backfill requireResidentKey when omitted by the server ([#1502](https://github.com/supabase/supabase-flutter/issues/1502)). ([cf382968](https://github.com/supabase/supabase-flutter/commit/cf3829686fdbceb559fe41ad558089b44fcc9af1)) |
| 49 | + |
| 50 | + |
6 | 51 | ## 2026-06-30 |
7 | 52 |
|
8 | 53 | ### Changes |
|
0 commit comments