Skip to content

Commit 1761a62

Browse files
chore(release): version 2.106.0 changelogs (#2379)
Co-authored-by: supabase-releaser[bot] <supabase-releaser[bot]@users.noreply.github.com>
1 parent ec39c4f commit 1761a62

7 files changed

Lines changed: 67 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 2.106.0 (2026-05-18)
2+
3+
### 🚀 Features
4+
5+
- **supabase:** W3C/OpenTelemetry trace context propagation ([#2163](https://github.com/supabase/supabase-js/pull/2163))
6+
7+
### 🩹 Fixes
8+
9+
- **auth:** return null user and session for email_change single-confirmation verifyOtp ([#2378](https://github.com/supabase/supabase-js/pull/2378))
10+
- **release:** mark @supabase/tracing private and snapshot it for JSR ([#2370](https://github.com/supabase/supabase-js/pull/2370))
11+
- **storage:** make StreamDownloadBuilder implement Promise and memoize executor ([#2367](https://github.com/supabase/supabase-js/pull/2367))
12+
13+
### ❤️ Thank You
14+
15+
- Claude Sonnet 4.5
16+
- Guilherme Souza
17+
- Katerina Skroumpelou @mandarini
18+
- oniani1
19+
120
## 2.105.4 (2026-05-08)
221

322
### 🩹 Fixes

packages/core/auth-js/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.106.0 (2026-05-18)
2+
3+
### 🩹 Fixes
4+
5+
- **auth:** return null user and session for email_change single-confirmation verifyOtp ([#2378](https://github.com/supabase/supabase-js/pull/2378))
6+
7+
### ❤️ Thank You
8+
9+
- Katerina Skroumpelou @mandarini
10+
111
## 2.105.4 (2026-05-08)
212

313
### 🩹 Fixes

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.106.0 (2026-05-18)
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
## 2.105.4 (2026-05-08)
26

37
This was a version bump only for @supabase/functions-js to align it with other projects, there were no code changes.

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.106.0 (2026-05-18)
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
## 2.105.4 (2026-05-08)
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.106.0 (2026-05-18)
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
## 2.105.4 (2026-05-08)
26

37
### 🩹 Fixes

packages/core/storage-js/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.106.0 (2026-05-18)
2+
3+
### 🩹 Fixes
4+
5+
- **storage:** make StreamDownloadBuilder implement Promise and memoize executor ([#2367](https://github.com/supabase/supabase-js/pull/2367))
6+
7+
### ❤️ Thank You
8+
9+
- oniani1
10+
111
## 2.105.4 (2026-05-08)
212

313
This was a version bump only for @supabase/storage-js to align it with other projects, there were no code changes.

packages/core/supabase-js/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## 2.106.0 (2026-05-18)
2+
3+
### 🚀 Features
4+
5+
- **supabase:** W3C/OpenTelemetry trace context propagation ([#2163](https://github.com/supabase/supabase-js/pull/2163))
6+
7+
### 🩹 Fixes
8+
9+
- **release:** mark @supabase/tracing private and snapshot it for JSR ([#2370](https://github.com/supabase/supabase-js/pull/2370))
10+
11+
### ❤️ Thank You
12+
13+
- Claude Sonnet 4.5
14+
- Guilherme Souza
15+
- Katerina Skroumpelou @mandarini
16+
117
## 2.105.4 (2026-05-08)
218

319
This was a version bump only for @supabase/supabase-js to align it with other projects, there were no code changes.

0 commit comments

Comments
 (0)