Skip to content

chore(master): release 8.0.0 - #343

Open
github-actions[bot] wants to merge 1 commit into
masterfrom
release-please--branches--master
Open

chore(master): release 8.0.0#343
github-actions[bot] wants to merge 1 commit into
masterfrom
release-please--branches--master

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

🤖 I have created a release beep boop

8.0.0 (2026-08-17)

⚠ BREAKING CHANGES

  • supabase: migrate from Newtonsoft.Json to System.Text.Json (#360)
  • realtime: migrate from Newtonsoft.Json to System.Text.Json
  • postgrest: migrate from Newtonsoft.Json to System.Text.Json
  • storage: migrate from Newtonsoft.Json to System.Text.Json (#358)
  • gotrue: migrate from Newtonsoft.Json to System.Text.Json (#357)
  • functions: migrate from Newtonsoft.Json to System.Text.Json (#356)
  • packages now target netstandard2.1 instead of netstandard2.0. .NET Framework consumers (netstandard2.0 is its ceiling) and pre-netstandard2.1 runtimes (Mono <6.4, older Xamarin/Unity) can no longer reference these packages and must move to a netstandard2.1-capable target (.NET Core 3.0+/.NET 5+).
  • postgrest: IPostgrestTable.Delete(QueryOptions?, CancellationToken) and its Table implementation now return Task instead of Task. await table.Delete() is unaffected; code that assigns the result to Task or captures the method group must be recompiled/adjusted.

Features

  • functions: migrate from Newtonsoft.Json to System.Text.Json (#356) (3f9780d)
  • gotrue: migrate from Newtonsoft.Json to System.Text.Json (#357) (0d58f45)
  • postgrest: migrate from Newtonsoft.Json to System.Text.Json (fe5364b)
  • realtime: migrate from Newtonsoft.Json to System.Text.Json (c6767dc)
  • storage: migrate from Newtonsoft.Json to System.Text.Json (#358) (673970c)
  • supabase: migrate from Newtonsoft.Json to System.Text.Json (#360) (1915bf1)

Bug Fixes

  • postgrest: return deleted rows from parameterless Delete (#342) (a7ef38c), closes #334

Build System


This PR was generated with Release Please. See documentation.

@github-actions
github-actions Bot force-pushed the release-please--branches--master branch 7 times, most recently from 7d14376 to 060e7c8 Compare August 17, 2026 07:52
@Tr00d Tr00d self-assigned this Aug 17, 2026
@github-actions
github-actions Bot force-pushed the release-please--branches--master branch from 060e7c8 to c528bcf Compare August 17, 2026 12:16
@github-actions
github-actions Bot force-pushed the release-please--branches--master branch from c528bcf to 9771a1d Compare August 17, 2026 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Delete returns a success status code even if it actually failed due to RLS policies

1 participant