supabase-kt

A Kotlin Multiplatform Client for Supabase.

MIT License

Stars
389
Committers
22

Bot releases are hidden (Show)

supabase-kt - 0.2.5

Published by jan-tennert about 2 years ago

  • Fix exceptions thrown when reading messages from the realtime websocket
supabase-kt - 0.2.4

Published by jan-tennert about 2 years ago

  • 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)
supabase-kt - 0.2.3

Published by jan-tennert about 2 years ago

  • 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
supabase-kt - 0.2.2

Published by jan-tennert about 2 years ago

  • Add default parameter to Realtime#createChannel for the channel builder
  • Add headers to rest exception
supabase-kt - 0.2.1

Published by jan-tennert about 2 years ago

  • Fix postgrest not setting the url parameters correctly for filtering

Full Changelog: https://github.com/jan-tennert/SupaCompose/compare/0.2.0...0.2.1

supabase-kt - 0.2.0 - New Realtime API

Published by jan-tennert about 2 years ago

  • Add support for the new Realtime API including Broadcast and Presence by @jan-tennert in #5 (examples in README)

Full Changelog: https://github.com/jan-tennert/SupaCompose/compare/0.1.3...0.2.0

supabase-kt - 0.1.3

Published by jan-tennert about 2 years ago

Full Changelog: https://github.com/jan-tennert/SupaCompose/compare/0.1.2...0.1.3

supabase-kt - 0.1.2

Published by jan-tennert about 2 years ago

supabase-kt - 0.1.1

Published by jan-tennert about 2 years ago

  • Update dependecies
  • Update Kotlin to 1.7.10
  • Fixes #2

Full Changelog: https://github.com/jan-tennert/SupaCompose/compare/0.1.0...0.1.1

supabase-kt - 0.1.0

Published by jan-tennert about 2 years ago

  • Improve plugin system
  • Add some unit testing
  • Improve documentation
  • Add support for Supabase Realtime
  • Remove supabase from the dependencies

Full Changelog: https://github.com/jan-tennert/SupaCompose/compare/0.0.18...0.1.0

supabase-kt - 0.0.18

Published by jan-tennert over 2 years ago

  • Fix Desktop OAuth
supabase-kt - 0.0.16

Published by jan-tennert over 2 years ago

supabase-kt - 0.0.14

Published by jan-tennert over 2 years ago

  • Make Auth#invalidateSession public
  • Rename Auth#logout to Auth#invalidateAllRefreshTokens
supabase-kt - 0.0.11

Published by jan-tennert over 2 years ago

supabase-kt - 0.0.10

Published by jan-tennert over 2 years ago

Add timeout and network error status, add more documentation

supabase-kt - 0.0.9

Published by jan-tennert over 2 years ago

  • Fix storage upload
supabase-kt - 0.0.8

Published by jan-tennert over 2 years ago

  • Fix Postgrest Update
supabase-kt - 0.0.7

Published by jan-tennert over 2 years ago

  • Fix Postgrest
supabase-kt - 0.0.5

Published by jan-tennert over 2 years ago

  • Fix signup with email & phone
supabase-kt - 0.0.4 (Alpha)

Published by jan-tennert over 2 years ago

  • Initial release. Contains:
    • Supacompose-Auth, Supacompose-Postgrest, Supacompose-Storage