Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 62 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,68 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2026-09-17

### Changes

---

Packages with breaking changes:

- [`postgrest` - `v3.0.0-dev.5`](#postgrest---v300-dev5)
- [`supabase` - `v3.0.0-dev.5`](#supabase---v300-dev5)
- [`supabase_auth` - `v3.0.0-dev.5`](#supabase_auth---v300-dev5)
- [`supabase_flutter` - `v3.0.0-dev.5`](#supabase_flutter---v300-dev5)
- [`supabase_realtime` - `v3.0.0-dev.5`](#supabase_realtime---v300-dev5)
- [`supabase_test` - `v0.3.0`](#supabase_test---v030)
- [`supabase_typegen` - `v0.2.0`](#supabase_typegen---v020)

Packages with other changes:

- [`supabase_flutter_web_auth` - `v0.1.3`](#supabase_flutter_web_auth---v013)

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_web_auth` - `v0.1.3`

---

#### `postgrest` - `v3.0.0-dev.5`

- **FIX**(postgrest): build the typed transform builder with the row converter ([#1850](https://github.com/supabase/supabase-flutter/issues/1850)). ([b9dee7bf](https://github.com/supabase/supabase-flutter/commit/b9dee7bfdae57826aaa5b6e003af527baab0042b))
- **FEAT**(postgrest): add csv, explain, head, dryRun, stripNulls, maxAffected and geojson to the typed transform builder ([#1848](https://github.com/supabase/supabase-flutter/issues/1848)). ([85fd4534](https://github.com/supabase/supabase-flutter/commit/85fd453407695f5841d18f6530f9c8060d9aee32))
- **BREAKING** **FEAT**(postgrest): only accept the table's Insert and Update types on the typed builder ([#1849](https://github.com/supabase/supabase-flutter/issues/1849)). ([333cc5c3](https://github.com/supabase/supabase-flutter/commit/333cc5c3df57c76a40530437f8415b7621b761bd))

#### `supabase` - `v3.0.0-dev.5`

- **BREAKING** **FEAT**(postgrest): only accept the table's Insert and Update types on the typed builder ([#1849](https://github.com/supabase/supabase-flutter/issues/1849)). ([333cc5c3](https://github.com/supabase/supabase-flutter/commit/333cc5c3df57c76a40530437f8415b7621b761bd))

#### `supabase_auth` - `v3.0.0-dev.5`

- **FIX**(auth): parse OAuth authorization details for users without an email ([#1844](https://github.com/supabase/supabase-flutter/issues/1844)). ([a3a75590](https://github.com/supabase/supabase-flutter/commit/a3a755908f35b2b52bfd05560960ebc596807891))
- **BREAKING** **REFACTOR**(auth): return Session from the auth methods that always issue one ([#1845](https://github.com/supabase/supabase-flutter/issues/1845)). ([b63898ea](https://github.com/supabase/supabase-flutter/commit/b63898ead6223941da0f7bb4b7437092c59377d7))
- **BREAKING** **REFACTOR**: type the user metadata and realtime connection parameters ([#1843](https://github.com/supabase/supabase-flutter/issues/1843)). ([3afb0dfc](https://github.com/supabase/supabase-flutter/commit/3afb0dfc5e1c197fb6bf51e750f997537f9358eb))

#### `supabase_flutter` - `v3.0.0-dev.5`

- **BREAKING** **REFACTOR**(auth): return Session from the auth methods that always issue one ([#1845](https://github.com/supabase/supabase-flutter/issues/1845)). ([b63898ea](https://github.com/supabase/supabase-flutter/commit/b63898ead6223941da0f7bb4b7437092c59377d7))

#### `supabase_realtime` - `v3.0.0-dev.5`

- **BREAKING** **REFACTOR**: type the user metadata and realtime connection parameters ([#1843](https://github.com/supabase/supabase-flutter/issues/1843)). ([3afb0dfc](https://github.com/supabase/supabase-flutter/commit/3afb0dfc5e1c197fb6bf51e750f997537f9358eb))

#### `supabase_test` - `v0.3.0`

- **BREAKING** **REFACTOR**(auth): return Session from the auth methods that always issue one ([#1845](https://github.com/supabase/supabase-flutter/issues/1845)). ([b63898ea](https://github.com/supabase/supabase-flutter/commit/b63898ead6223941da0f7bb4b7437092c59377d7))
- **BREAKING** **FEAT**(postgrest): only accept the table's Insert and Update types on the typed builder ([#1849](https://github.com/supabase/supabase-flutter/issues/1849)). ([333cc5c3](https://github.com/supabase/supabase-flutter/commit/333cc5c3df57c76a40530437f8415b7621b761bd))

#### `supabase_typegen` - `v0.2.0`

- **BREAKING** **FEAT**(postgrest): only accept the table's Insert and Update types on the typed builder ([#1849](https://github.com/supabase/supabase-flutter/issues/1849)). ([333cc5c3](https://github.com/supabase/supabase-flutter/commit/333cc5c3df57c76a40530437f8415b7621b761bd))


## 2026-09-15

### Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/authentication/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
supabase_flutter: ^3.0.0-dev.4
supabase_flutter: ^3.0.0-dev.5

dev_dependencies:
supabase_lints: ^0.1.2
Expand Down
2 changes: 1 addition & 1 deletion examples/database_crud/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
supabase_flutter: ^3.0.0-dev.4
supabase_flutter: ^3.0.0-dev.5

dev_dependencies:
supabase_lints: ^0.1.2
Expand Down
2 changes: 1 addition & 1 deletion examples/edge_functions/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
supabase_flutter: ^3.0.0-dev.4
supabase_flutter: ^3.0.0-dev.5

dev_dependencies:
supabase_lints: ^0.1.2
Expand Down
2 changes: 1 addition & 1 deletion examples/passkeys/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
flutter:
sdk: flutter
passkeys: ^2.23.1
supabase_flutter: ^3.0.0-dev.4
supabase_flutter: ^3.0.0-dev.5

dev_dependencies:
supabase_lints: ^0.1.2
Expand Down
2 changes: 1 addition & 1 deletion examples/realtime_room/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
supabase_flutter: ^3.0.0-dev.4
supabase_flutter: ^3.0.0-dev.5

dev_dependencies:
supabase_lints: ^0.1.2
Expand Down
2 changes: 1 addition & 1 deletion examples/storage_transforms/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
supabase_flutter: ^3.0.0-dev.4
supabase_flutter: ^3.0.0-dev.5

dev_dependencies:
supabase_lints: ^0.1.2
Expand Down
2 changes: 1 addition & 1 deletion packages/iceberg/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
dev_dependencies:
test: ^1.25.0
supabase_lints: ^0.1.2
supabase_test: 0.2.1
supabase_test: 0.3.0

false_secrets:
- /test/**
8 changes: 8 additions & 0 deletions packages/postgrest/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 3.0.0-dev.5

> Note: This release has breaking changes.

- **FIX**(postgrest): build the typed transform builder with the row converter ([#1850](https://github.com/supabase/supabase-flutter/issues/1850)). ([b9dee7bf](https://github.com/supabase/supabase-flutter/commit/b9dee7bfdae57826aaa5b6e003af527baab0042b))
- **FEAT**(postgrest): add csv, explain, head, dryRun, stripNulls, maxAffected and geojson to the typed transform builder ([#1848](https://github.com/supabase/supabase-flutter/issues/1848)). ([85fd4534](https://github.com/supabase/supabase-flutter/commit/85fd453407695f5841d18f6530f9c8060d9aee32))
- **BREAKING** **FEAT**(postgrest): only accept the table's Insert and Update types on the typed builder ([#1849](https://github.com/supabase/supabase-flutter/issues/1849)). ([333cc5c3](https://github.com/supabase/supabase-flutter/commit/333cc5c3df57c76a40530437f8415b7621b761bd))

## 3.0.0-dev.4

- **REFACTOR**(postgrest): build the typed builders on PostgrestBuilder<T> ([#1836](https://github.com/supabase/supabase-flutter/issues/1836)). ([08616c76](https://github.com/supabase/supabase-flutter/commit/08616c76197317ea187ea811746838114a3d95f6))
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest/lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:meta/meta.dart';

@internal
const version = '3.0.0-dev.4';
const version = '3.0.0-dev.5';
4 changes: 2 additions & 2 deletions packages/postgrest/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: postgrest
description: PostgREST client for Dart. This library provides an ORM interface to PostgREST.
version: 3.0.0-dev.4
version: 3.0.0-dev.5
homepage: 'https://supabase.com'
repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/postgrest'
issue_tracker: 'https://github.com/supabase/supabase-flutter/issues'
Expand All @@ -27,7 +27,7 @@ dependencies:
dev_dependencies:
collection: ^1.19.0
supabase_lints: ^0.1.2
supabase_test: 0.2.1
supabase_test: 0.3.0
test: ^1.25.0

false_secrets:
Expand Down
6 changes: 6 additions & 0 deletions packages/supabase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.0.0-dev.5

> Note: This release has breaking changes.

- **BREAKING** **FEAT**(postgrest): only accept the table's Insert and Update types on the typed builder ([#1849](https://github.com/supabase/supabase-flutter/issues/1849)). ([333cc5c3](https://github.com/supabase/supabase-flutter/commit/333cc5c3df57c76a40530437f8415b7621b761bd))

## 3.0.0-dev.4

- Update a dependency to the latest release.
Expand Down
2 changes: 1 addition & 1 deletion packages/supabase/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resolution: workspace

dependencies:
web: ^1.0.0
supabase: ^3.0.0-dev.4
supabase: ^3.0.0-dev.5

dev_dependencies:
build_runner: any
Expand Down
2 changes: 1 addition & 1 deletion packages/supabase/lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:meta/meta.dart';

@internal
const version = '3.0.0-dev.4';
const version = '3.0.0-dev.5';
10 changes: 5 additions & 5 deletions packages/supabase/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: supabase
description: A dart client for Supabase. This client makes it simple for developers to build secure and scalable products.
version: 3.0.0-dev.4
version: 3.0.0-dev.5
homepage: 'https://supabase.com'
repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/supabase'
issue_tracker: 'https://github.com/supabase/supabase-flutter/issues'
Expand All @@ -20,17 +20,17 @@ resolution: workspace
dependencies:
http: ^1.6.0
meta: ^1.7.0
postgrest: 3.0.0-dev.4
supabase_auth: 3.0.0-dev.4
postgrest: 3.0.0-dev.5
supabase_auth: 3.0.0-dev.5
supabase_common: 3.0.0-dev.3
supabase_functions: 3.0.0-dev.4
supabase_realtime: 3.0.0-dev.4
supabase_realtime: 3.0.0-dev.5
supabase_storage: 3.0.0-dev.4
yet_another_json_isolate: 3.0.0-dev.2
logging: ^1.3.0

dev_dependencies:
supabase_lints: ^0.1.2
supabase_test: 0.2.1
supabase_test: 0.3.0
test: ^1.25.0
web_socket_channel: '>=3.0.0 <4.0.0'
8 changes: 8 additions & 0 deletions packages/supabase_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 3.0.0-dev.5

> Note: This release has breaking changes.

- **FIX**(auth): parse OAuth authorization details for users without an email ([#1844](https://github.com/supabase/supabase-flutter/issues/1844)). ([a3a75590](https://github.com/supabase/supabase-flutter/commit/a3a755908f35b2b52bfd05560960ebc596807891))
- **BREAKING** **REFACTOR**(auth): return Session from the auth methods that always issue one ([#1845](https://github.com/supabase/supabase-flutter/issues/1845)). ([b63898ea](https://github.com/supabase/supabase-flutter/commit/b63898ead6223941da0f7bb4b7437092c59377d7))
- **BREAKING** **REFACTOR**: type the user metadata and realtime connection parameters ([#1843](https://github.com/supabase/supabase-flutter/issues/1843)). ([3afb0dfc](https://github.com/supabase/supabase-flutter/commit/3afb0dfc5e1c197fb6bf51e750f997537f9358eb))

## 3.0.0-dev.4

- Update a dependency to the latest release.
Expand Down
2 changes: 1 addition & 1 deletion packages/supabase_auth/lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:meta/meta.dart';

@internal
const version = '3.0.0-dev.4';
const version = '3.0.0-dev.5';
4 changes: 2 additions & 2 deletions packages/supabase_auth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: supabase_auth
description: A dart client library for Supabase Auth.
version: 3.0.0-dev.4
version: 3.0.0-dev.5
homepage: "https://supabase.com"
repository: "https://github.com/supabase/supabase-flutter/tree/main/packages/supabase_auth"
issue_tracker: "https://github.com/supabase/supabase-flutter/issues"
Expand Down Expand Up @@ -31,7 +31,7 @@ dev_dependencies:
cryptography: ^2.9.0
dotenv: ^4.2.0
supabase_lints: ^0.1.2
supabase_test: 0.2.1
supabase_test: 0.3.0
test: ^1.25.0
otp: ^3.2.0

Expand Down
6 changes: 6 additions & 0 deletions packages/supabase_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.0.0-dev.5

> Note: This release has breaking changes.

- **BREAKING** **REFACTOR**(auth): return Session from the auth methods that always issue one ([#1845](https://github.com/supabase/supabase-flutter/issues/1845)). ([b63898ea](https://github.com/supabase/supabase-flutter/commit/b63898ead6223941da0f7bb4b7437092c59377d7))

## 3.0.0-dev.4

- **FEAT**(supabase_flutter): Android Restore Credentials on top of passkeys ([#1824](https://github.com/supabase/supabase-flutter/issues/1824)). ([68293591](https://github.com/supabase/supabase-flutter/commit/68293591cfdbbf52d8333302a05f40bff69274ca))
Expand Down
2 changes: 1 addition & 1 deletion packages/supabase_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
supabase_flutter: ^3.0.0-dev.4
supabase_flutter: ^3.0.0-dev.5

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion packages/supabase_flutter/lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:meta/meta.dart';

@internal
const version = '3.0.0-dev.4';
const version = '3.0.0-dev.5';
6 changes: 3 additions & 3 deletions packages/supabase_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: supabase_flutter
description: Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
version: 3.0.0-dev.4
version: 3.0.0-dev.5
homepage: 'https://supabase.com'
repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/supabase_flutter'
issue_tracker: 'https://github.com/supabase/supabase-flutter/issues'
Expand All @@ -25,7 +25,7 @@ dependencies:
http: ^1.6.0
meta: ^1.16.0
passkeys_platform_interface: ^2.10.0
supabase: 3.0.0-dev.4
supabase: 3.0.0-dev.5
supabase_common: 3.0.0-dev.3
url_launcher: ^6.3.2
shared_preferences: ^2.5.5
Expand All @@ -37,7 +37,7 @@ dev_dependencies:
sdk: flutter
shared_preferences_platform_interface: ^2.4.0
supabase_lints: ^0.1.2
supabase_test: 0.2.1
supabase_test: 0.3.0
web_socket_channel: '>=3.0.0 <4.0.0'

platforms:
Expand Down
4 changes: 4 additions & 0 deletions packages/supabase_flutter_web_auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.3

- Update a dependency to the latest release.

## 0.1.2

- Update a dependency to the latest release.
Expand Down
4 changes: 2 additions & 2 deletions packages/supabase_flutter_web_auth/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
supabase_flutter: ^3.0.0-dev.4
supabase_flutter_web_auth: ^0.1.2
supabase_flutter: ^3.0.0-dev.5
supabase_flutter_web_auth: ^0.1.3

dev_dependencies:
flutter_test:
Expand Down
6 changes: 3 additions & 3 deletions packages/supabase_flutter_web_auth/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: supabase_flutter_web_auth
description: Runs supabase_flutter's OAuth, SSO, and identity-linking flows through a system web authentication session instead of a plain browser launch.
version: 0.1.2
version: 0.1.3
homepage: 'https://supabase.com'
repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/supabase_flutter_web_auth'
issue_tracker: 'https://github.com/supabase/supabase-flutter/issues'
Expand All @@ -22,7 +22,7 @@ dependencies:
sdk: flutter
flutter_web_auth_2: ^5.0.0
meta: ^1.16.0
supabase_flutter: 3.0.0-dev.4
supabase_flutter: 3.0.0-dev.5
web: ^1.0.0

dev_dependencies:
Expand All @@ -31,6 +31,6 @@ dev_dependencies:
flutter_web_auth_2_platform_interface: ^5.0.0
plugin_platform_interface: ^2.0.0
supabase_lints: ^0.1.2
supabase_test: 0.2.1
supabase_test: 0.3.0

flutter:
2 changes: 1 addition & 1 deletion packages/supabase_functions/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ dependencies:

dev_dependencies:
supabase_lints: ^0.1.2
supabase_test: 0.2.1
supabase_test: 0.3.0
test: ^1.25.0
6 changes: 6 additions & 0 deletions packages/supabase_realtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 3.0.0-dev.5

> Note: This release has breaking changes.

- **BREAKING** **REFACTOR**: type the user metadata and realtime connection parameters ([#1843](https://github.com/supabase/supabase-flutter/issues/1843)). ([3afb0dfc](https://github.com/supabase/supabase-flutter/commit/3afb0dfc5e1c197fb6bf51e750f997537f9358eb))

## 3.0.0-dev.4

- Update a dependency to the latest release.
Expand Down
2 changes: 1 addition & 1 deletion packages/supabase_realtime/lib/src/version.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import 'package:meta/meta.dart';

@internal
const version = '3.0.0-dev.4';
const version = '3.0.0-dev.5';
4 changes: 2 additions & 2 deletions packages/supabase_realtime/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: supabase_realtime
description: Listens to changes in a PostgreSQL Database and via websockets. This is for usage with Supabase Realtime server.
version: 3.0.0-dev.4
version: 3.0.0-dev.5
homepage: 'https://supabase.com'
repository: 'https://github.com/supabase/supabase-flutter/tree/main/packages/supabase_realtime'
issue_tracker: 'https://github.com/supabase/supabase-flutter/issues'
Expand All @@ -27,7 +27,7 @@ dependencies:

dev_dependencies:
supabase_lints: ^0.1.2
supabase_test: 0.2.1
supabase_test: 0.3.0
mocktail: ^1.0.5
postgres: ^3.5.0
test: ^1.25.0
Expand Down
Loading