1.0.0-alpha-2
Pre-release
Pre-release
Changes
GoTrue
- Deprecate
GoTrue#invalidateSessionin favor ofGoTrue#logout - Add
AdminApi#logout(jwt) - Add
dataproperty to Email/Phone providers - Add
dataparameter tosendOtpTo& add overload for specifying a serializable value - Improve internal serialization of DefaultAuthProviders
- Add
channelproperty toPhone.Configto support sending OTPs to WhatsApp
Postgrest
- Change functions with a
rangeparameter inPostgrestFilterBuildertoPair<Any, Any>instead ofLongRangeto support other ranges - Add missing KProperty overloads to
PostgrestFilterBuilder
Realtime
- Expose
Realtime#removeChannel(channel) - Add
Realtime#removeAllChannels - Add function parameter to
RealtimeChannel#join:blockUntilJoined. If this parameter is set to true, this method will block until the RealtimeChannel actually joined, so you callbroadcastandtrackwithout any problems directly afterjoin
Storage
- Add default value for
BucketApi#list
Core
- Change some collections to a IsoMutableCollection
Dependency updates
- Add stately as a core dependency