Skip to content

Releases: supabase-community/supabase-kt

0.2.5

30 Sep 17:32
0820b0c
Compare
Choose a tag to compare
  • Fix exceptions thrown when reading messages from the realtime websocket

0.2.4

28 Sep 19:51
f274455
Compare
Choose a tag to compare
  • 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

27 Sep 19:54
7446181
Compare
Choose a tag to compare
  • 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

27 Sep 15:33
b7d4c5f
Compare
Choose a tag to compare
  • Add default parameter to Realtime#createChannel for the channel builder
  • Add headers to rest exception

0.2.1

26 Sep 15:43
a7e12ad
Compare
Choose a tag to compare
  • Fix postgrest not setting the url parameters correctly for filtering

Full Changelog: 0.2.0...0.2.1

0.2.0 - New Realtime API

14 Sep 14:04
ebdebb2
Compare
Choose a tag to compare
  • 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

08 Sep 21:15
e78a443
Compare
Choose a tag to compare

Full Changelog: 0.1.2...0.1.3

0.1.2

24 Aug 19:05
d9054fc
Compare
Choose a tag to compare

Full Changelog: 0.1.1...0.1.2

0.1.1

24 Aug 16:34
0542e71
Compare
Choose a tag to compare
  • Update dependecies
  • Update Kotlin to 1.7.10
  • Fixes #2

Full Changelog: 0.1.0...0.1.1

0.1.0

12 Aug 19:40
08c78f6
Compare
Choose a tag to compare
  • 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