File tree 14 files changed +68
-12
lines changed 14 files changed +68
-12
lines changed Original file line number Diff line number Diff line change 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-12-17
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.11.1 ` ] ( #gotrue---v2111 )
19
+ - [ ` realtime_client ` - ` v2.4.1 ` ] ( #realtime_client---v241 )
20
+ - [ ` supabase ` - ` v2.6.1 ` ] ( #supabase---v261 )
21
+ - [ ` supabase_flutter ` - ` v2.8.2 ` ] ( #supabase_flutter---v282 )
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_flutter ` - ` v2.8.2 `
28
+
29
+ ---
30
+
31
+ #### ` gotrue ` - ` v2.11.1 `
32
+
33
+ - ** FIX** : Ignore email and phone assertions when token hash is being verified ([ #1097 ] ( https://github.com/supabase/supabase-flutter/issues/1097 ) ). ([ c9717861] ( https://github.com/supabase/supabase-flutter/commit/c97178610e8cd7a65a2f6a926ab559987e786d75 ) )
34
+
35
+ #### ` realtime_client ` - ` v2.4.1 `
36
+
37
+ - ** FIX** (realtime_client): Prevent sending expired tokens ([ #1095 ] ( https://github.com/supabase/supabase-flutter/issues/1095 ) ). ([ 1bb034f0] ( https://github.com/supabase/supabase-flutter/commit/1bb034f0f82b03d629edc733688c8648cf01e5b9 ) )
38
+
39
+ #### ` supabase ` - ` v2.6.1 `
40
+
41
+ - ** FIX** (realtime_client): Prevent sending expired tokens ([ #1095 ] ( https://github.com/supabase/supabase-flutter/issues/1095 ) ). ([ 1bb034f0] ( https://github.com/supabase/supabase-flutter/commit/1bb034f0f82b03d629edc733688c8648cf01e5b9 ) )
42
+ - ** FIX** (realtime_client): Consolidate realtime subscription for stream ([ #1096 ] ( https://github.com/supabase/supabase-flutter/issues/1096 ) ). ([ 4e351155] ( https://github.com/supabase/supabase-flutter/commit/4e3511551cb0d6da673fa5c4187f7ada2a1f8865 ) )
43
+
44
+
6
45
## 2024-11-17
7
46
8
47
### Changes
Original file line number Diff line number Diff line change
1
+ ## 2.11.1
2
+
3
+ - ** FIX** : Ignore email and phone assertions when token hash is being verified ([ #1097 ] ( https://github.com/supabase/supabase-flutter/issues/1097 ) ). ([ c9717861] ( https://github.com/supabase/supabase-flutter/commit/c97178610e8cd7a65a2f6a926ab559987e786d75 ) )
4
+
1
5
## 2.11.0
2
6
3
7
- ** FIX** : Add equality to user attributes classes ([ #1070 ] ( https://github.com/supabase/supabase-flutter/issues/1070 ) ). ([ 7e7bc0ca] ( https://github.com/supabase/supabase-flutter/commit/7e7bc0cac722c0f3404b3f9320c536454bc51cea ) )
Original file line number Diff line number Diff line change 1
- const version = '2.11.0 ' ;
1
+ const version = '2.11.1 ' ;
Original file line number Diff line number Diff line change 1
1
name : gotrue
2
2
description : A dart client library for the GoTrue API.
3
- version : 2.11.0
3
+ version : 2.11.1
4
4
homepage : ' https://supabase.com'
5
5
repository : ' https://github.com/supabase/supabase-flutter/tree/main/packages/gotrue'
6
6
documentation : ' https://supabase.com/docs/reference/dart/auth-signup'
Original file line number Diff line number Diff line change
1
+ ## 2.4.1
2
+
3
+ - ** FIX** (realtime_client): Prevent sending expired tokens ([ #1095 ] ( https://github.com/supabase/supabase-flutter/issues/1095 ) ). ([ 1bb034f0] ( https://github.com/supabase/supabase-flutter/commit/1bb034f0f82b03d629edc733688c8648cf01e5b9 ) )
4
+
1
5
## 2.4.0
2
6
3
7
- ** FEAT** : Add logging ([ #1042 ] ( https://github.com/supabase/supabase-flutter/issues/1042 ) ). ([ d1ecabd7] ( https://github.com/supabase/supabase-flutter/commit/d1ecabd77881a0488d2d4b41ea5ee5abda6c5c35 ) )
Original file line number Diff line number Diff line change 1
- const version = '2.4.0 ' ;
1
+ const version = '2.4.1 ' ;
Original file line number Diff line number Diff line change 1
1
name : realtime_client
2
2
description : Listens to changes in a PostgreSQL Database and via websockets. This is for usage with Supabase Realtime server.
3
- version : 2.4.0
3
+ version : 2.4.1
4
4
homepage : ' https://supabase.com'
5
5
repository : ' https://github.com/supabase/supabase-flutter/tree/main/packages/realtime_client'
6
6
documentation : ' https://supabase.com/docs/reference/dart/subscribe'
Original file line number Diff line number Diff line change
1
+ ## 2.6.1
2
+
3
+ - ** FIX** (realtime_client): Prevent sending expired tokens ([ #1095 ] ( https://github.com/supabase/supabase-flutter/issues/1095 ) ). ([ 1bb034f0] ( https://github.com/supabase/supabase-flutter/commit/1bb034f0f82b03d629edc733688c8648cf01e5b9 ) )
4
+ - ** FIX** (realtime_client): Consolidate realtime subscription for stream ([ #1096 ] ( https://github.com/supabase/supabase-flutter/issues/1096 ) ). ([ 4e351155] ( https://github.com/supabase/supabase-flutter/commit/4e3511551cb0d6da673fa5c4187f7ada2a1f8865 ) )
5
+
1
6
## 2.6.0
2
7
3
8
- ** FIX** : Support custom access token ([ #1073 ] ( https://github.com/supabase/supabase-flutter/issues/1073 ) ). ([ fc9ad2c9] ( https://github.com/supabase/supabase-flutter/commit/fc9ad2c94a02921ca8ced4564d9bcd8cde2c2397 ) )
Original file line number Diff line number Diff line change 1
- const version = '2.6.0 ' ;
1
+ const version = '2.6.1 ' ;
Original file line number Diff line number Diff line change 1
1
name : supabase
2
2
description : A dart client for Supabase. This client makes it simple for developers to build secure and scalable products.
3
- version : 2.6.0
3
+ version : 2.6.1
4
4
homepage : ' https://supabase.com'
5
5
repository : ' https://github.com/supabase/supabase-flutter/tree/main/packages/supabase'
6
6
documentation : ' https://supabase.com/docs/reference/dart/introduction'
@@ -10,10 +10,10 @@ environment:
10
10
11
11
dependencies :
12
12
functions_client : 2.4.0
13
- gotrue : 2.11.0
13
+ gotrue : 2.11.1
14
14
http : ' >=0.13.5 <2.0.0'
15
15
postgrest : 2.4.0
16
- realtime_client : 2.4.0
16
+ realtime_client : 2.4.1
17
17
storage_client : 2.2.0
18
18
rxdart : ' >=0.27.5 <0.29.0'
19
19
yet_another_json_isolate : 2.0.3
Original file line number Diff line number Diff line change
1
+ ## 2.8.2
2
+
3
+ - Update a dependency to the latest release.
4
+
1
5
## 2.8.1
2
6
3
7
- ** FIX** : Support custom access token ([ #1073 ] ( https://github.com/supabase/supabase-flutter/issues/1073 ) ). ([ fc9ad2c9] ( https://github.com/supabase/supabase-flutter/commit/fc9ad2c94a02921ca8ced4564d9bcd8cde2c2397 ) )
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ environment:
11
11
dependencies :
12
12
flutter :
13
13
sdk : flutter
14
- supabase_flutter : ^2.8.1
14
+ supabase_flutter : ^2.8.2
15
15
16
16
dev_dependencies :
17
17
flutter_test :
Original file line number Diff line number Diff line change 1
- const version = '2.8.1 ' ;
1
+ const version = '2.8.2 ' ;
Original file line number Diff line number Diff line change 1
1
name : supabase_flutter
2
2
description : Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
3
- version : 2.8.1
3
+ version : 2.8.2
4
4
homepage : ' https://supabase.com'
5
5
repository : ' https://github.com/supabase/supabase-flutter/tree/main/packages/supabase_flutter'
6
6
documentation : ' https://supabase.com/docs/reference/dart/introduction'
@@ -17,7 +17,7 @@ dependencies:
17
17
sdk : flutter
18
18
http : ' >=0.13.4 <2.0.0'
19
19
meta : ^1.7.0
20
- supabase : 2.6.0
20
+ supabase : 2.6.1
21
21
url_launcher : ^6.1.2
22
22
path_provider : ^2.0.0
23
23
shared_preferences : ^2.0.0
You can’t perform that action at this time.
0 commit comments