From 98438fa3dfb9031d7e705797001563eee982c52e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 13:41:22 +0000 Subject: [PATCH] chore(master): release 2.6.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ Storage/Storage.csproj | 6 +++--- 3 files changed, 18 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4dedeae..511dd51 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.5.0" + ".": "2.6.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 91a7640..97c8ac6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.6.0](https://github.com/supabase-community/storage-csharp/compare/v2.5.0...v2.6.0) (2026-07-29) + + +### Features + +* add cancelation token on download method ([#49](https://github.com/supabase-community/storage-csharp/issues/49)) ([82af2b8](https://github.com/supabase-community/storage-csharp/commit/82af2b8fbcf44684b6bd618493c3bb80c798513f)) +* implement purge cache issue ([#50](https://github.com/supabase-community/storage-csharp/issues/50)) ([41ee1f8](https://github.com/supabase-community/storage-csharp/commit/41ee1f86a39e921b781886fe6c44b3c567d711fc)) + + +### Bug Fixes + +* clear trailing '?' on CreateSignedUrl ([#51](https://github.com/supabase-community/storage-csharp/issues/51)) ([7ca4723](https://github.com/supabase-community/storage-csharp/commit/7ca4723fe4a192b1470818793d369568850c5393)) +* non-JSON Storage error now throws SupabaseStorageException ([#46](https://github.com/supabase-community/storage-csharp/issues/46)) ([1c54194](https://github.com/supabase-community/storage-csharp/commit/1c5419443a914b7c2b3643a2441c0a3ca6282e97)) + ## [2.5.0](https://github.com/supabase-community/storage-csharp/compare/v2.4.2...v2.5.0) (2026-07-23) diff --git a/Storage/Storage.csproj b/Storage/Storage.csproj index 7b537f2..cf104f7 100644 --- a/Storage/Storage.csproj +++ b/Storage/Storage.csproj @@ -17,8 +17,8 @@ https://avatars.githubusercontent.com/u/54469796?s=200&v=4 supabase, storage - 2.5.0 - 2.5.0 + 2.6.0 + 2.6.0 https://github.com/supabase-community/storage-csharp git @@ -35,7 +35,7 @@ - 2.5.0 + 2.6.0 $(VersionPrefix)