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
+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.100.1 (2026-03-26)
2
+
3
+
### 🩹 Fixes
4
+
5
+
-**postgrest:** add type safety for eq() and neq() column names ([#2175](https://github.com/supabase/supabase-js/pull/2175))
6
+
-**postgrest:** fix maybeSingle for all request methods by removing Accept header override ([#2182](https://github.com/supabase/supabase-js/pull/2182))
7
+
-**postgrest:** narrow tstyche testFileMatch to only type test files ([#2193](https://github.com/supabase/supabase-js/pull/2193))
8
+
-**postgrest:** prevent Args: never functions from being classified as computed fields ([#2195](https://github.com/supabase/supabase-js/pull/2195))
9
+
-**storage:** spread all DEFAULT_FILE_OPTIONS in uploadToSignedUrl ([#2194](https://github.com/supabase/supabase-js/pull/2194))
Copy file name to clipboardExpand all lines: packages/core/postgrest-js/CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
## 2.100.1 (2026-03-26)
2
+
3
+
### 🩹 Fixes
4
+
5
+
-**postgrest:** prevent Args: never functions from being classified as computed fields ([#2195](https://github.com/supabase/supabase-js/pull/2195))
6
+
-**postgrest:** narrow tstyche testFileMatch to only type test files ([#2193](https://github.com/supabase/supabase-js/pull/2193))
7
+
-**postgrest:** fix maybeSingle for all request methods by removing Accept header override ([#2182](https://github.com/supabase/supabase-js/pull/2182))
8
+
-**postgrest:** add type safety for eq() and neq() column names ([#2175](https://github.com/supabase/supabase-js/pull/2175))
9
+
10
+
### ❤️ Thank You
11
+
12
+
- Ayush Baluni @aayushbaluni
13
+
- Katerina Skroumpelou @mandarini
14
+
1
15
## 2.100.0 (2026-03-23)
2
16
3
17
This was a version bump only for @supabase/postgrest-js to align it with other projects, there were no code changes.
0 commit comments