Skip to content

Commit 0afbf00

Browse files
chore(release): version 2.84.0 changelogs (#1877)
Co-authored-by: supabase-releaser[bot] <supabase-releaser[bot]@users.noreply.github.com>
1 parent 474d34e commit 0afbf00

File tree

7 files changed

+58
-0
lines changed

7 files changed

+58
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## 2.84.0 (2025-11-20)
2+
3+
### 🚀 Features
4+
5+
- **postgrest:** add isdistinct and regex pattern matching operators ([#1875](https://github.com/supabase/supabase-js/pull/1875))
6+
7+
### 🩹 Fixes
8+
9+
- **postgrest:** validate empty or invalid relation names in Postgrest… ([#1863](https://github.com/supabase/supabase-js/pull/1863))
10+
- **realtime:** simplify serializer by removing unnecessary types of messages ([#1871](https://github.com/supabase/supabase-js/pull/1871))
11+
12+
### ❤️ Thank You
13+
14+
- Eduardo Gurgel
15+
- Katerina Skroumpelou @mandarini
16+
- Soufiane Radouane @sofmega
17+
118
## 2.83.0 (2025-11-18)
219

320
### 🚀 Features

packages/core/auth-js/CHANGELOG.md

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

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

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.84.0 (2025-11-20)
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.83.0 (2025-11-18)
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## 2.84.0 (2025-11-20)
2+
3+
### 🚀 Features
4+
5+
- **postgrest:** add isdistinct and regex pattern matching operators ([#1875](https://github.com/supabase/supabase-js/pull/1875))
6+
7+
### 🩹 Fixes
8+
9+
- **postgrest:** validate empty or invalid relation names in Postgrest… ([#1863](https://github.com/supabase/supabase-js/pull/1863))
10+
11+
### ❤️ Thank You
12+
13+
- Katerina Skroumpelou @mandarini
14+
- Soufiane Radouane @sofmega
15+
116
## 2.83.0 (2025-11-18)
217

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

packages/core/realtime-js/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.84.0 (2025-11-20)
2+
3+
### 🩹 Fixes
4+
5+
- **realtime:** simplify serializer by removing unnecessary types of messages ([#1871](https://github.com/supabase/supabase-js/pull/1871))
6+
7+
### ❤️ Thank You
8+
9+
- Eduardo Gurgel
10+
111
## 2.83.0 (2025-11-18)
212

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

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.84.0 (2025-11-20)
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
## 2.83.0 (2025-11-18)
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.84.0 (2025-11-20)
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
## 2.83.0 (2025-11-18)
26

37
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)