github supabase-community/supabase-kt 1.1.0-alpha-1

latest releases: 3.7.0-beta-1, 3.6.0, 3.5.0...
pre-release3 years ago

Changes

Requires Repository: https://maven.pkg.jetbrains.space/public/p/ktor/eap

Core

  • Add support for:
    • JS (NodeJS)
    • MacOS (macosX64 & macosArm64) (same as IOS)
    • Windows (mingwX64) (no built-in otp/oauth handling)
    • Linux (linuxX64) (no built-in otp/oauth handling)
  • Add PlatformTargets: MACOS, WINDOWS, LINUX, WASM
  • Rename PlatformTarget: WEB -> JS, DESKTOP -> JVM
  • Rename package which includes SupabaseInternal and SupabaseExperimental from annotiations to annotations
  • Add X-Client-Info header #197 (suggested in #196)
  • Replace Napier logging with Kermit (just rename Napier to Logger, syntax is the same)

GoTrue

  • Add MemorySessionManager (default for linux)
  • Add MemoryCodeVerifierCache (default for linux)

Storage

  • Rename classes:
    • ResumableCache.Disk -> SettingsResumableCache
    • ResumableCache.Memory -> MemoryResumableCache
  • Extract flow variants of upload/download methods to another file

Dependencies

  • remove stately
  • remove cache4k
  • remove napier
  • add kermit

Don't miss a new supabase-kt release

NewReleases is sending notifications on new releases.