chore(main): release 3.0.0-beta - #1204
supabase-releaser[bot] wants to merge 1 commit into
Conversation
Coverage Report for CI Build 35211075544Coverage increased (+0.2%) to 89.107%Details
Uncovered ChangesNo uncovered changes found. Coverage RegressionsNo coverage regressions found. Coverage Stats
💛 - Coveralls |
|
The following capabilities are marked
The following capabilities are marked
These may have been renamed, removed, or never registered. Please update the capability matrix. |
dc5a485 to
6e38d52
Compare
bc32ca4 to
ded0877
Compare
|
dc8f323 to
c781722
Compare
cb8cc3f to
4474742
Compare
dd69b7f to
ab45a93
Compare
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
d27d498 to
e1e078f
Compare
e1e078f to
0998c34
Compare
🤖 I have created a release beep boop
3.0.0-beta (2026-09-17)
⚠ BREAKING CHANGES
URLErrorcounts as a retryable transport failure. See V3_MIGRATION.md.URLSessionTransportreturns a 307/308 response as-is when the request body is.single, and fails a.knownstreamed body whose byte count does not match. See V3_MIGRATION.md.FunctionInvokeOptions.init(... timeoutInterval: TimeInterval?)is nowtimeout: Duration?, andFunctionsClient.requestIdleTimeoutis aDuration. See V3_MIGRATION.md.HTTPError.response,PostgrestResponse.response,AuthError.api(underlyingResponse:)andFunctionsClient.invoke(decode:)carryHTTPTypes.HTTPResponseinstead ofHTTPURLResponse. See V3_MIGRATION.md.GlobalOptions.inithas nosession:parameter andGlobalOptions.sessionis removed. See V3_MIGRATION.md.AuthErrorgainsoauthFlowFailed(message:), which breaks exhaustive switches overAuthError. See V3_MIGRATION.md.Optionalno longer conforms toPostgrestFilterValue. Useis(_:value:)to test for NULL. See V3_MIGRATION.md.AuthResponse.useris nowUser?instead ofUser. Update call sites that accessresponse.userdirectly to handle the optional (e.g.response.user?.email).Features
Bug Fixes
Performance Improvements
Code Refactoring
This PR was generated with Release Please. See documentation.