Skip to content
Merged
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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 2.84.0 (2025-11-20)

### 🚀 Features

- **postgrest:** add isdistinct and regex pattern matching operators ([#1875](https://github.com/supabase/supabase-js/pull/1875))

### 🩹 Fixes

- **postgrest:** validate empty or invalid relation names in Postgrest… ([#1863](https://github.com/supabase/supabase-js/pull/1863))
- **realtime:** simplify serializer by removing unnecessary types of messages ([#1871](https://github.com/supabase/supabase-js/pull/1871))

### ❤️ Thank You

- Eduardo Gurgel
- Katerina Skroumpelou @mandarini
- Soufiane Radouane @sofmega

## 2.83.0 (2025-11-18)

### 🚀 Features
Expand Down
4 changes: 4 additions & 0 deletions packages/core/auth-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.84.0 (2025-11-20)

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

## 2.83.0 (2025-11-18)

This was a version bump only for @supabase/auth-js to align it with other projects, there were no code changes.
Expand Down
4 changes: 4 additions & 0 deletions packages/core/functions-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.84.0 (2025-11-20)

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

## 2.83.0 (2025-11-18)

This was a version bump only for @supabase/functions-js to align it with other projects, there were no code changes.
Expand Down
15 changes: 15 additions & 0 deletions packages/core/postgrest-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 2.84.0 (2025-11-20)

### 🚀 Features

- **postgrest:** add isdistinct and regex pattern matching operators ([#1875](https://github.com/supabase/supabase-js/pull/1875))

### 🩹 Fixes

- **postgrest:** validate empty or invalid relation names in Postgrest… ([#1863](https://github.com/supabase/supabase-js/pull/1863))

### ❤️ Thank You

- Katerina Skroumpelou @mandarini
- Soufiane Radouane @sofmega

## 2.83.0 (2025-11-18)

This was a version bump only for @supabase/postgrest-js to align it with other projects, there were no code changes.
Expand Down
10 changes: 10 additions & 0 deletions packages/core/realtime-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.84.0 (2025-11-20)

### 🩹 Fixes

- **realtime:** simplify serializer by removing unnecessary types of messages ([#1871](https://github.com/supabase/supabase-js/pull/1871))

### ❤️ Thank You

- Eduardo Gurgel

## 2.83.0 (2025-11-18)

This was a version bump only for @supabase/realtime-js to align it with other projects, there were no code changes.
Expand Down
4 changes: 4 additions & 0 deletions packages/core/storage-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.84.0 (2025-11-20)

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

## 2.83.0 (2025-11-18)

### 🚀 Features
Expand Down
4 changes: 4 additions & 0 deletions packages/core/supabase-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.84.0 (2025-11-20)

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

## 2.83.0 (2025-11-18)

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