Skip to content

Commit 399378f

Browse files
chore(release): version 2.78.0 changelogs (#1825)
Co-authored-by: supabase-releaser[bot] <supabase-releaser[bot]@users.noreply.github.com>
1 parent bbfbd92 commit 399378f

File tree

7 files changed

+58
-0
lines changed

7 files changed

+58
-0
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 2.78.0 (2025-10-30)
2+
3+
### 🚀 Features
4+
5+
- **auth:** add OAuth 2.1 authorization consent management API calls ([#1793](https://github.com/supabase/supabase-js/pull/1793))
6+
- **auth:** add OAuth client update support ([#1812](https://github.com/supabase/supabase-js/pull/1812))
7+
- **auth:** refactor getAuthenticatorAssuranceLevel method ([#1822](https://github.com/supabase/supabase-js/pull/1822))
8+
9+
### 🩹 Fixes
10+
11+
- **auth:** remove redirection in `getAuthorizationDetails` ([#1811](https://github.com/supabase/supabase-js/pull/1811))
12+
- **auth:** move session warning proxy from session to user object ([#1817](https://github.com/supabase/supabase-js/pull/1817))
13+
14+
### ❤️ Thank You
15+
16+
- Cemal Kılıç @cemalkilic
17+
- Katerina Skroumpelou @mandarini
18+
- Stojan Dimitrovski @hf
19+
120
## 2.77.0 (2025-10-29)
221

322
### 🚀 Features

packages/core/auth-js/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 2.78.0 (2025-10-30)
2+
3+
### 🚀 Features
4+
5+
- **auth:** refactor getAuthenticatorAssuranceLevel method ([#1822](https://github.com/supabase/supabase-js/pull/1822))
6+
- **auth:** add OAuth client update support ([#1812](https://github.com/supabase/supabase-js/pull/1812))
7+
- **auth:** add OAuth 2.1 authorization consent management API calls ([#1793](https://github.com/supabase/supabase-js/pull/1793))
8+
9+
### 🩹 Fixes
10+
11+
- **auth:** move session warning proxy from session to user object ([#1817](https://github.com/supabase/supabase-js/pull/1817))
12+
- **auth:** remove redirection in `getAuthorizationDetails` ([#1811](https://github.com/supabase/supabase-js/pull/1811))
13+
14+
### ❤️ Thank You
15+
16+
- Cemal Kılıç @cemalkilic
17+
- Katerina Skroumpelou @mandarini
18+
- Stojan Dimitrovski @hf
19+
120
## v2.77.0 (2025-10-29)
221

322
### 🚀 Features

packages/core/functions-js/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.78.0 (2025-10-30)
2+
3+
This was a version bump only for @supabase/functions-js to align it with other projects, there were no code changes.
4+
15
## v2.77.0 (2025-10-29)
26

37
### 🩹 Fixes

packages/core/postgrest-js/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.78.0 (2025-10-30)
2+
3+
This was a version bump only for @supabase/postgrest-js to align it with other projects, there were no code changes.
4+
15
## v2.77.0 (2025-10-29)
26

37
### 🩹 Fixes

packages/core/realtime-js/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.78.0 (2025-10-30)
2+
3+
This was a version bump only for @supabase/realtime-js to align it with other projects, there were no code changes.
4+
15
## v2.77.0 (2025-10-29)
26

37
### 🩹 Fixes

packages/core/storage-js/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.78.0 (2025-10-30)
2+
3+
This was a version bump only for @supabase/storage-js to align it with other projects, there were no code changes.
4+
15
## v2.77.0 (2025-10-29)
26

37
### 🚀 Features

packages/core/supabase-js/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.78.0 (2025-10-30)
2+
3+
This was a version bump only for @supabase/supabase-js to align it with other projects, there were no code changes.
4+
15
## v2.77.0 (2025-10-29)
26

37
### 🩹 Fixes

0 commit comments

Comments
 (0)