All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- Update native Google sign-in instructions on README
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
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.
supabase
-v1.11.11
supabase_flutter
-v1.10.24
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
gotrue
-v1.12.5
postgrest
-v1.5.2
realtime_client
-v1.4.0
storage_client
-v1.5.4
supabase
-v1.11.10
supabase_flutter
-v1.10.23
Packages with dependency updates only:
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.
supabase_flutter
-v1.10.23
- FIX(gotrue): remove import of dart:io from gotrue_client.dart (#659). (7280b490)
- FIX: compile with webdev (#653). (23242287)
- FIX(gotrue,supabase): allow refreshSession after exception (#633). (8853155f)
- FIX: make Supabase client work in Dart Edge again (#675). (53530f22)
- FIX: Remove error parameter on
_triggerChanError
(#637). (c4291c97) - FEAT: send messages via broadcast endpoint (#654). (2ff950d7)
- FIX: make Supabase client work in Dart Edge again (#675). (53530f22)
- FIX(gotrue,supabase): allow refreshSession after exception (#633). (8853155f)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
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.
supabase
-v1.11.9
supabase_flutter
-v1.10.22
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
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.
supabase
-v1.11.8
supabase_flutter
-v1.10.21
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
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.
supabase
-v1.11.7
supabase_flutter
-v1.10.20
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
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.
supabase
-v1.11.6
supabase_flutter
-v1.10.19
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
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.
supabase_flutter
-v1.10.18
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
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.
supabase
-v1.11.4
supabase_flutter
-v1.10.17
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
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.
supabase
-v1.11.3
supabase_flutter
-v1.10.16
- FIX(gotrue): export everything in constants.dart and hide what we want to hide instead of using show (#617). (24df174f)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
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.
supabase
-v1.11.2
supabase_flutter
-v1.10.15
- FIX(storage_client): prevent the SDK from throwing when null path was returned from calling
createSignedUrls()
(#599). (e25a70d6)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX(realtime_client,supabase): pass apikey as the initial access token for realtime client (#596). (af8e368b)
- FIX(realtime_client,supabase): pass apikey as the initial access token for realtime client (#596). (af8e368b)
- FIX(realtime_client,supabase): pass apikey as the initial access token for realtime client (#596). (af8e368b)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
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.
supabase_flutter
-v1.10.12
- FEAT(postgrest,supabase): add
useSchema()
method for making rest API calls on custom schema. (#525). (40a0f090)
- FEAT(postgrest,supabase): add
useSchema()
method for making rest API calls on custom schema. (#525). (40a0f090)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
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.
supabase
-v1.9.9
supabase_flutter
-v1.10.11
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
gotrue
-v1.11.1
postgrest
-v1.4.0
realtime_client
-v1.1.2
supabase
-v1.9.8
supabase_flutter
-v1.10.10
Packages with dependency updates only:
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.
supabase_flutter
-v1.10.10
- FIX(supabase): get jwt on http call (#540). (e044d3ca)
- FIX(gotrue): remove OtpType deprecation and add assertion to check type for resend method (#567). (d4509de3)
- FIX:
maybeSingle
no longer logs error on Postgrest API (#564). (f6854e1d) - FEAT(postgrest): updates for postgREST 11 (#550). (64d8eb59)
- FIX(realtime_client): correct channel error data (#566). (7fbd94c6)
- FIX(realtime): use access token from headers (#558). (b46bf0f0)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- FIX(supabase_flutter): update sign_in_with_apple version constraints to allow v5.0.0 (#548). (bc977431)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
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.
supabase
-v1.9.7
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
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.
supabase
-v1.9.6
- REFACTOR(gotrue): add email otptype (#534). (b5fe3d32)
- FIX(gotrue): add pkce to signup (#533). (5b3308a4)
- FEAT(gotrue): add scope to signOut (#530). (94a1cceb)
- FIX(supabase_flutter): update README.md with additional imports and code to enable Google sign in (#531). (de2628fa)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
- update README.md to include native auth instructions
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
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.
supabase
-v1.9.5
supabase_flutter
-v1.10.5
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
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.
supabase
-v1.9.4
supabase_flutter
-v1.10.4
- FIX(gotrue): Add missing members on
User
json serialization (#512). (70cc835b) - FIX(gotrue): only remove session in otp verification if it's not email change or phone change (#514). (23bed82c)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
functions_client
-v1.3.2
gotrue
-v1.8.3
postgrest
-v1.3.2
realtime_client
-v1.1.1
storage_client
-v1.5.1
supabase
-v1.9.3
yet_another_json_isolate
-v1.1.1
supabase_flutter
-v1.10.3
Packages with dependency updates only:
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.
supabase_flutter
-v1.10.3
- REFACTOR: bump minimum Dart SDK version to 2.17.0 (#510). (ed927ee0)
- REFACTOR(realtime_client): Add docs on
.subscribe()
and give callback parameters names (#507). (7f9b310e)
- REFACTOR: bump minimum Dart SDK version to 2.17.0 (#510). (ed927ee0)
- FIX(supabase): add stackTrace on stream exception (#509). (c8c3ace2)
- FIX: Add errors from
.subscribe()
to.stream()
streamController (#506). (a4cb4c53)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with dependency updates only:
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.
supabase_flutter
-v1.10.2
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
functions_client
-v1.3.1
gotrue
-v1.8.1
postgrest
-v1.3.1
storage_client
-v1.4.1
supabase
-v1.9.1
supabase_flutter
-v1.10.1
- FIX: Update http dependency constraints (#491). (825d0737)
- DOCS(supabase): update comment docs on stream (#482). (5de84c24)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
functions_client
-v1.3.0
gotrue
-v1.8.0
postgrest
-v1.3.0
realtime_client
-v1.1.0
storage_client
-v1.4.0
supabase
-v1.9.0
supabase_flutter
-v1.10.0
yet_another_json_isolate
-v1.1.0
- FIX: reformat Provider type to be ordered alphabetically (#471). (c3a1dbb3)
- FEAT: update dependency constraints to sdk < 4.0.0 (#474). (7894bc70)
- FEAT: Add kakao provider enum type (#470). (9a1bb334)
- FIX(postgrest): Remove qoutations on foreign table transforms on 'or' (#477). (c2c6982a)
- FIX: Format the files to adjust to Flutter 3.10.1 (#475). (eb0bcd95)
- FEAT: update dependency constraints to sdk < 4.0.0 (#474). (7894bc70)
- FIX: Format the files to adjust to Flutter 3.10.1 (#475). (eb0bcd95)
- FEAT: update dependency constraints to sdk < 4.0.0 (#474). (7894bc70)
- FIX: Format the files to adjust to Flutter 3.10.1 (#475). (eb0bcd95)
- FEAT: update dependency constraints to sdk < 4.0.0 (#474). (7894bc70)
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
Packages with breaking changes:
- There are no breaking changes in this release.
Packages with other changes:
functions_client
-v1.2.1
gotrue
-v1.7.1
postgrest
-v1.2.4
realtime_client
-v1.0.4
storage_client
-v1.3.1
supabase
-v1.8.1
supabase_flutter
-v1.9.1
yet_another_json_isolate
-v1.0.4
- chore: move the repo into supabase-flutter monorepo
- chore: move the repo into supabase-flutter monorepo
- chore: move the repo into supabase-flutter monorepo
- chore: move the repo into supabase-flutter monorepo
- chore: move the repo into supabase-flutter monorepo
- chore: move the repo into supabase-flutter monorepo
- chore: update the repo to be a monorepo for all sub-libraries
- chore: move the repo into supabase-flutter monorepo