Releases: supabase-community/supabase-kt
Releases · supabase-community/supabase-kt
0.2.5
- Fix exceptions thrown when reading messages from the realtime websocket
0.2.4
- Fix uninitialized exceptions in realtime
- Fix that realtime doesn't get the newest jwt token when connecting (which caused problems if you used RealtimeChannel#postgresChangeFlow before you had a valid session)
0.2.3
- Rename Storage#download to Storage#downloadAuthenticated
- Rename Storage#downloadWithManager to Storage#downloadAuthenticatedWithManager
- Add new helper method for downloading storage files using a custom download method:
val (token, url) = client.storage.authenticatedRequest("icons/user.png")
- Remove unused dependencies
0.2.2
- Add default parameter to Realtime#createChannel for the channel builder
- Add headers to rest exception
0.2.1
- Fix postgrest not setting the url parameters correctly for filtering
Full Changelog: 0.2.0...0.2.1
0.2.0 - New Realtime API
- Add support for the new Realtime API including Broadcast and Presence by @jan-tennert in #5 (examples in README)
Full Changelog: 0.1.3...0.2.0
0.1.3
- Fix exception in the postgrest module by @jan-tennert in #7 (fixes #6)
Full Changelog: 0.1.2...0.1.3
0.1.2
- Fix decodeRecord NPE by @brezinajn in #3
Full Changelog: 0.1.1...0.1.2
0.1.1
- Update dependecies
- Update Kotlin to 1.7.10
- Fixes #2
Full Changelog: 0.1.0...0.1.1
0.1.0
- Improve plugin system
- Add some unit testing
- Improve documentation
- Add support for Supabase Realtime
- Remove supabase from the dependencies
Full Changelog: 0.0.18...0.1.0