Supabase Kt Versions Save

A Kotlin Multiplatform Client for Supabase.

2.3.1

4 weeks ago

Changes

Storage

  • Make the default value for Storage.Config.resumable#cache null to prevent a NullPointerException in testing enviroments. (If it's set to null, the default cache implementation will be used)
  • Fix BucketApi#createSignedUploadUrl returning an invalid url
  • Fix BucketApi#createSignedUrl not correctly adding transformation parameters
  • Fix BucketApi#createSignedUrl returning an invalid url
  • Fix BucketListFilter#sortBy not working correctly
  • Add missing destinationBucket parameter to BucketApi#copy and BucketApi#move by @jan-tennert in #562

Auth

  • Move enableLifecycleCallbacks to the common source set (still only used on Android) by @jan-tennert in #561
  • Add AuthConfig#minimalSettings (useful for servers or testing, disabling session storage and uses only in-memory caches) by @jan-tennert in #561

Realtime

  • Remove the suspend modifier for RealtimeChannel#postgresListDataFlow by @jan-tennert in #563
  • When a postgres flow is closed, the joining payload will now be correctly cleaned by @jan-tennert in #563

2.3.0

1 month ago

Changes

Core

  • Update Kotlin to 2.0.0-RC1

Postgrest

Realtime

  • Stabilize new flow presence and postgres methods by @jan-tennert in #535

Auth

New Contributors

2.3.0-rc-2

1 month ago

Changes

Core

  • Update Kotlin to 2.0.0-RC1

Postgrest

2.3.0-rc-1

1 month ago

Changes

Postgrest

New Contributors

2.3.0-beta-2

1 month ago

Changes

Realtime

  • Stabilize new flow presence and postgres methods by @jan-tennert in #535

Auth

Postgrest

2.3.0-beta-1

1 month ago

Note

There is now a Slack channel for supabase-kt!

Changes

Auth

2.2.3

1 month ago

Note

There is now a Slack channel for supabase-kt!

Changes

Compose Auth

2.2.2-wasm0

2 months ago

Changes

Add wasm-js support for compose-auth, compose-auth-ui and apollo-graphql.

Auth

  • Migrate HTTP Callback Servers to use Ktor 3.0.0

Note

2.2.2

2 months ago

Changes

Core

Postgrest

Auth

  • Change default value of OTP.Config#createUser to true to match docs and other client libs
  • Add support for anonymous sign ins by @jan-tennert in https://github.com/supabase-community/supabase-kt/pull/497 (experimental, as untested)
  • Rename phoneNumber parameter in Auth#resendPhone to phone.

Realtime

  • Deprecate Realtime.Config#eventsPerSecond (yes, I know this was just introduced, but apparently all other client libs are now also deprecating it)

2.2.1

2 months ago

Changes

Compose Auth UI

Realtime