2.0.0 #385
jan-tennert
announced in
Announcements
2.0.0
#385
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Note
Migration guide
Documentation
Changes
Core
GoTrue
GoTrueplugin toAuthGoTrueConfigtoAuthConfigSupabaseClient#gotruetoSupabaseClient#authAuth#loginWithtoAuth#signInWithAuth#logouttoAuth#signOutLogoutScopetoSignOutScopeAuth#sendOtpToand add newOTPauth provider (in Refactor OTP authentication #350 by @jan-tennert):AdminUserUpdateBuilder#phoneNumbertoAdminUserUpdateBuilder#phoneUserUpdateBuilder#phoneNumbertoUserUpdateBuilder#phonePhone.Config#phoneNumbertoPhone.Config#phoneAuth#sendRecoveryEmailtoAuth#resetPasswordForEmailand add PKCE support (in Rename sendRecoveryEmail method and add PKCE support #367 by @jan-tennert)Auth#linkIdentity(OAuthProvider)- The works the same assignInWith(OAuthProvider)but links an additional OAuth provider to an authenticated userAuth#unlinkIdentity(identityId)Auth#currentIdentitiesOrNullRealtime
Realtime#createChanneltoRealtime#channelRealtimeChannel#joinand add newRealtimeChannel#subscribemethod, which does the same but also connects to the realtime websocket automaticallyRealtime.Config#connectOnSubscribeto disable this behaviourRealtimeChannel#leavetoRealtimeChannel#unsubscribeSupabaseClient#channelextension function delegating toRealtime#channelRealtime.Statusto reflect the new methods:UNSUBSCRIBEDSUBSCRIBINGSUBSCRIBEDUNSUBSCRIBINGPostgrest
upsertparameter ininsertandupdatemethods and add newupsertmethodreturning,countandsingleparameters from postgrest methodsPostgrestResult#counttoPostgrestResult#countOrNullPostgrestResult#rangetoPostgrestResult#rangeOrNullSupabaseClient#fromdelegating toPostgrest#fromPostgrestResult#bodytoPostgrestResult#dataPostgrestResult#datatoStringPostgrestResult: (especially handy when dealing with datatypes other than json)Compose Auth
ComposeAuth#rememberLoginWithGoogletoComposeAuth#rememberSignInWithGoogleComposeAuth#rememberLoginWithAppletoComposeAuth#rememberSignInWithAppleComposeAuth#rememberSignOuttoComposeAuth#rememberSignOutWithGoogleNew module: Coil Integration
This new plugin can be added to a Coil ImageLoader to easily display images from public and non-public buckets from storage (Android only)
(in #323 by @jan-tennert).
Learn more
New module: Compose-ImageLoader Integration
This new plugin can be added to a ImageLoader to easily display images from public and non-public buckets from storage (All Compose targets) (in #335 by @jan-tennert).
Learn more
This discussion was created from the release 2.0.0.
Beta Was this translation helpful? Give feedback.
All reactions