|
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 | +## 2024-01-03 |
| 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.2.0`](#gotrue---v220) |
| 19 | + - [`postgrest` - `v2.1.0`](#postgrest---v210) |
| 20 | + - [`supabase_flutter` - `v2.1.0`](#supabase_flutter---v210) |
| 21 | + - [`supabase` - `v2.0.3`](#supabase---v203) |
| 22 | + |
| 23 | +Packages with dependency updates only: |
| 24 | + |
| 25 | +> 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. |
| 26 | +
|
| 27 | + - `supabase` - `v2.0.3` |
| 28 | + |
| 29 | +--- |
| 30 | + |
| 31 | +#### `gotrue` - `v2.2.0` |
| 32 | + |
| 33 | + - **FIX**(gotrue): Fix the issue where `verfiyOTP` emits `signIn` instead of `passwordRecovery` auth event. ([#774](https://github.com/supabase/supabase-flutter/issues/774)). ([fc426134](https://github.com/supabase/supabase-flutter/commit/fc426134fff8cb6ab34ea7e7633e29c90cafaa43)) |
| 34 | + - **FEAT**(gotrue,supabase_flutter): Add identity linking and unlinking methods. ([#760](https://github.com/supabase/supabase-flutter/issues/760)). ([6c0c922d](https://github.com/supabase/supabase-flutter/commit/6c0c922df6097a6ef5a43b801fbd45900118bd7a)) |
| 35 | + |
| 36 | +#### `postgrest` - `v2.1.0` |
| 37 | + |
| 38 | + - **FIX**: Passing `null` to `not()` filter is now allowed ([#775](https://github.com/supabase/supabase-flutter/issues/775)). ([13f02286](https://github.com/supabase/supabase-flutter/commit/13f02286dc2d6fd1c1a30099bf540c436951f9a4)) |
| 39 | + - **FEAT**(postgrest): Add `toJson()` method to `PostgrestException` to allow serialization ([#783](https://github.com/supabase/supabase-flutter/issues/783)). ([28c9819a](https://github.com/supabase/supabase-flutter/commit/28c9819a1af715d2711a896d6f9694a19dc24120)) |
| 40 | + |
| 41 | +#### `supabase_flutter` - `v2.1.0` |
| 42 | + |
| 43 | + - **FIX**: Update Provider to OAuthProvider in readme ([#778](https://github.com/supabase/supabase-flutter/issues/778)). ([0585ee96](https://github.com/supabase/supabase-flutter/commit/0585ee960c7dbd1b232fe84a169daf8b3f37170c)) |
| 44 | + - **FEAT**(gotrue,supabase_flutter): Add identity linking and unlinking methods. ([#760](https://github.com/supabase/supabase-flutter/issues/760)). ([6c0c922d](https://github.com/supabase/supabase-flutter/commit/6c0c922df6097a6ef5a43b801fbd45900118bd7a)) |
| 45 | + |
| 46 | + |
6 | 47 | ## 2023-12-19
|
7 | 48 |
|
8 | 49 | ### Changes
|
|
0 commit comments