Skip to content

0.7.0-alpha-1

Pre-release
Pre-release

Choose a tag to compare

@jan-tennert jan-tennert released this 20 Nov 20:29
88020a1
  • Rework the way plugins interact with Supabase APIs by @jan-tennert in #26
  • Improve error handling for all APIs by @jan-tennert in #27
    • Add new response exceptions: NotFoundRestException, BadRequestRestException, UnauthorizedRestException, UnknownRestException
    • Add HttpTimeout to the library's Http Client, which can be customized within the supabase client builder
    • Add new HttpRequestException thrown on network issues
  • Make PostgrestResult a value class
  • Remove OAuthProvider#provider() and add OAuthProvider#name
  • Update to Kotlin 1.7.21
  • Add the ability to log network traffic by supabase-kt
  • Remove Realtime#onStatusChange (collect the status flow instead)