You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,20 @@
1
+
## 2.103.0 (2026-04-09)
2
+
3
+
### 🚀 Features
4
+
5
+
-**postgrest:** add stripNulls method for null value stripping ([#2189](https://github.com/supabase/supabase-js/pull/2189))
6
+
-**storage:** add cacheNonce parameter for download ([#2234](https://github.com/supabase/supabase-js/pull/2234))
7
+
8
+
### 🩹 Fixes
9
+
10
+
-**postgrest:** fix scalar computed column type inference for isNotNullable and SETOF scalar ([#2224](https://github.com/supabase/supabase-js/pull/2224))
Copy file name to clipboardExpand all lines: packages/core/postgrest-js/CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,18 @@
1
+
## 2.103.0 (2026-04-09)
2
+
3
+
### 🚀 Features
4
+
5
+
-**postgrest:** add stripNulls method for null value stripping ([#2189](https://github.com/supabase/supabase-js/pull/2189))
6
+
7
+
### 🩹 Fixes
8
+
9
+
-**postgrest:** fix scalar computed column type inference for isNotNullable and SETOF scalar ([#2224](https://github.com/supabase/supabase-js/pull/2224))
10
+
11
+
### ❤️ Thank You
12
+
13
+
- Katerina Skroumpelou @mandarini
14
+
- Seydi Charyyev @TheSeydiCharyyev
15
+
1
16
## 2.102.1 (2026-04-07)
2
17
3
18
This was a version bump only for @supabase/postgrest-js to align it with other projects, there were no code changes.
0 commit comments