From 04fa7b70583cfdb0e15ac53ee85dae3521d2489f Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 14 Sep 2026 12:38:01 +0000
Subject: [PATCH] chore(master): release 8.1.1
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 12 ++++++++++++
packages/Core/Core/Core.csproj | 4 ++--
packages/Functions/Functions/Functions.csproj | 6 +++---
packages/Gotrue/Gotrue/Gotrue.csproj | 6 +++---
packages/Postgrest/Postgrest/Postgrest.csproj | 6 +++---
packages/Realtime/Realtime/Realtime.csproj | 6 +++---
packages/Storage/Storage/Storage.csproj | 6 +++---
packages/Supabase/Supabase/Supabase.csproj | 6 +++---
.../DependencyInjection/DependencyInjection.csproj | 6 +++---
10 files changed, 36 insertions(+), 24 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 529b133f..54736c81 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "8.1.0"
+ ".": "8.1.1"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 41ceb0df..d2028179 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## [8.1.1](https://github.com/supabase/supabase-csharp/compare/v8.1.0...v8.1.1) (2026-09-14)
+
+
+### Bug Fixes
+
+* **gotrue:** keep the user from a sign-up awaiting confirmation ([#426](https://github.com/supabase/supabase-csharp/issues/426)) ([fd6fd5f](https://github.com/supabase/supabase-csharp/commit/fd6fd5f7bd2bc7bfb7846c6a422dc311512c5a70))
+* **gotrue:** stop copying the user token into apikey header ([#425](https://github.com/supabase/supabase-csharp/issues/425)) ([854920d](https://github.com/supabase/supabase-csharp/commit/854920de8cd6963b7f78db2939d392585969ad4f))
+* **postgrest:** keep the test of a ternary in Where filters ([#422](https://github.com/supabase/supabase-csharp/issues/422)) ([f4fc450](https://github.com/supabase/supabase-csharp/commit/f4fc450feec4b452c84a515fe7ba1b9a47001255))
+* **postgrest:** resolve nullable Value comparisons to mapped columns ([#430](https://github.com/supabase/supabase-csharp/issues/430)) ([a3c50b0](https://github.com/supabase/supabase-csharp/commit/a3c50b0f3e97cdbc5da003947f9f7ce095160a10))
+* **postgrest:** stop duplicating the package id in X-Client-Info ([#418](https://github.com/supabase/supabase-csharp/issues/418)) ([6c734dc](https://github.com/supabase/supabase-csharp/commit/6c734dcca7b57b4f8dbe5ae81220fe408e3d578d))
+* **storage:** forward metadata and custom headers in UploadToSignedUrl ([#423](https://github.com/supabase/supabase-csharp/issues/423)) ([e04bc03](https://github.com/supabase/supabase-csharp/commit/e04bc03e3d586e0d57875bdfc868c6bb8eb20a8a))
+
## [8.1.0](https://github.com/supabase-community/supabase-csharp/compare/v8.0.0...v8.1.0) (2026-09-07)
diff --git a/packages/Core/Core/Core.csproj b/packages/Core/Core/Core.csproj
index 3f905503..bd1e3d77 100644
--- a/packages/Core/Core/Core.csproj
+++ b/packages/Core/Core/Core.csproj
@@ -13,8 +13,8 @@
README.md
supabase, core
- 8.1.0
- 8.1.0
+ 8.1.1
+ 8.1.1
true
snupkg
diff --git a/packages/Functions/Functions/Functions.csproj b/packages/Functions/Functions/Functions.csproj
index 8284f1b8..3a118fe2 100644
--- a/packages/Functions/Functions/Functions.csproj
+++ b/packages/Functions/Functions/Functions.csproj
@@ -12,8 +12,8 @@
A C# client for Supabase Functions
supabase, functions
- 8.1.0
- 8.1.0
+ 8.1.1
+ 8.1.1
true
README.md
@@ -25,7 +25,7 @@
- 8.1.0
+ 8.1.1
$(VersionPrefix)-$(VersionSuffix)
$(VersionPrefix)
diff --git a/packages/Gotrue/Gotrue/Gotrue.csproj b/packages/Gotrue/Gotrue/Gotrue.csproj
index b404b6f6..0cf6a531 100644
--- a/packages/Gotrue/Gotrue/Gotrue.csproj
+++ b/packages/Gotrue/Gotrue/Gotrue.csproj
@@ -13,8 +13,8 @@
A C# client for gotrue
supabase, gotrue
- 8.1.0
- 8.1.0
+ 8.1.1
+ 8.1.1
README.md
true
@@ -32,7 +32,7 @@
true
- 8.1.0
+ 8.1.1
$(VersionPrefix)-$(VersionSuffix)
diff --git a/packages/Postgrest/Postgrest/Postgrest.csproj b/packages/Postgrest/Postgrest/Postgrest.csproj
index faf155d5..c816c832 100644
--- a/packages/Postgrest/Postgrest/Postgrest.csproj
+++ b/packages/Postgrest/Postgrest/Postgrest.csproj
@@ -17,8 +17,8 @@
supabase,postgrest
- 8.1.0
- 8.1.0
+ 8.1.1
+ 8.1.1
true
README.md
@@ -28,7 +28,7 @@
- 8.1.0
+ 8.1.1
$(VersionPrefix)-$(VersionSuffix)
$(VersionPrefix)
diff --git a/packages/Realtime/Realtime/Realtime.csproj b/packages/Realtime/Realtime/Realtime.csproj
index 3620f9db..a8187e4b 100644
--- a/packages/Realtime/Realtime/Realtime.csproj
+++ b/packages/Realtime/Realtime/Realtime.csproj
@@ -13,8 +13,8 @@
Realtime-csharp is written as a client library for supabase/realtime.
supabase, realtime, phoenix
- 8.1.0
- 8.1.0
+ 8.1.1
+ 8.1.1
true
README.md
@@ -26,7 +26,7 @@
- 8.1.0
+ 8.1.1
$(VersionPrefix)-$(VersionSuffix)
$(VersionPrefix)
diff --git a/packages/Storage/Storage/Storage.csproj b/packages/Storage/Storage/Storage.csproj
index 78d88393..b9fc916f 100644
--- a/packages/Storage/Storage/Storage.csproj
+++ b/packages/Storage/Storage/Storage.csproj
@@ -12,8 +12,8 @@
Supabase Storage
supabase, storage
- 8.1.0
- 8.1.0
+ 8.1.1
+ 8.1.1
true
README.md
@@ -26,7 +26,7 @@
- 8.1.0
+ 8.1.1
$(VersionPrefix)
diff --git a/packages/Supabase/Supabase/Supabase.csproj b/packages/Supabase/Supabase/Supabase.csproj
index e701a18a..98e29d16 100644
--- a/packages/Supabase/Supabase/Supabase.csproj
+++ b/packages/Supabase/Supabase/Supabase.csproj
@@ -16,8 +16,8 @@
A C# implementation of the Supabase client
supabase
- 8.1.0
- 8.1.0
+ 8.1.1
+ 8.1.1
true
README.md
@@ -27,7 +27,7 @@
- 8.1.0
+ 8.1.1
$(VersionPrefix)
diff --git a/packages/extensions/DependencyInjection/DependencyInjection/DependencyInjection.csproj b/packages/extensions/DependencyInjection/DependencyInjection/DependencyInjection.csproj
index 7072a30c..4c1b231c 100644
--- a/packages/extensions/DependencyInjection/DependencyInjection/DependencyInjection.csproj
+++ b/packages/extensions/DependencyInjection/DependencyInjection/DependencyInjection.csproj
@@ -12,8 +12,8 @@
Registers a Supabase.Client (and each of its sub-clients) against IHttpClientFactory-managed, pooled HttpClients, for safe use under sustained ASP.NET Core load.
supabase, dependency-injection, aspnetcore
- 8.1.0
- 8.1.0
+ 8.1.1
+ 8.1.1
true
README.md
@@ -25,7 +25,7 @@
- 8.1.0
+ 8.1.1
$(VersionPrefix)-$(VersionSuffix)
$(VersionPrefix)