Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

fix(deps): update dependency io.github.jan-tennert.supabase:bom to v1.4.7 #146

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 20, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.jan-tennert.supabase:bom 1.0.3 -> 1.4.7 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

supabase-community/supabase-kt (io.github.jan-tennert.supabase:bom)

v1.4.7

Compare Source

Changes
GoTrue
  • Change UserInfo#appMetadata type to JsonObject to allow access to all keys and values
Storage

v1.4.6

Compare Source

Changes
Core
  • Update to Kotlin 1.9.20 and Compose 1.5.10
Compose Auth
  • Downgrade play-store dependency to fix a error when using Native Google Auth
  • Use Google Identity for signing out on Android 14 (until 1.5.X)
GoTrue
  • Fix OAuth with Custom Tabs crashing

v1.4.5

Compare Source

Changes

Postgrest
  • Add missing generic overload for PostgrestUpdate#set
  • Fix serialization with PostgrestUpdate when not using KotlinX Serialization

v1.4.4

Compare Source

Changes

GoTrue

v1.4.3

Compare Source

Changes

Compose Auth
  • Fix crash on Android 14 when using Google Auth by using Google OneTap for now (fixes #​318)

v1.4.2

Compare Source

Changes

GoTrue
  • Add redirectUrl parameter and PKCE capabilities to GoTrue#modifyUser.

v1.4.1

Compare Source

Changes

Postgrest
  • Re-add missing return value for rpc functions (fixes #​308)
GoTrue
  • Add clearSession method (in #​306)

v1.4.0

Compare Source

Changes

GoTrue
  • Add role parameter to AdminUserUpdateBuilder
  • Add Fly OAuthProvider
Realtime
  • Add the ability to broadcast messages to a Realtime Channel without being connected to the websocket (via an API endpoint)
    val channel = client.realtime.createChannel("id")
    channel.broadcast("messages", Message("test"))
  • Optimize Realtime implementation
Postgrest

v1.3.2

Changes

Postgrest

v1.3.1

Compare Source

Changes

GoTrue

New Contributors

v1.3.1-rollback

Compare Source

Changes

Identical to 1.3.1 but with KotlinX DateTime 0.4.0 (rather than 0.4.1), which should fix the Android compilation problem.

v1.3.0

Compare Source

Changes

New module: Compose Auth UI

This module provides auth composables for Compose Multiplatform. Learn more

New module: Compose Auth by @​temk0 in https://github.com/supabase-community/supabase-kt/pull/241

This module provides easy to use compose functions to login with Google & Apple natively on their supported platform while still being usable on all Compose platforms (JVM, Android, IOS, JS).
See the README for more information.

Core
  • Mark SupabaseClientBuilder#httpConfig as @SupabaseInternal
GoTrue
  • Make SessionStatus.LoadingFromStorage the default for GoTrue#sessionStatus
  • Add the possibility to use Custom Tabs for OAuth/SSO on Android in #​243:
install(GoTrue) {
    defaultExternalAuthAction = ExternalAuthAction.CUSTOM_TABS //defaults to EXTERNAL_BROWSER
}
  • Remove default values for GoTrueConfig#scheme and GoTrueConfig#host on Android and Apple platforms. (#​244)
  • Add GoTrue#parseSessionFromFragment(fragment)
  • Add GoTrue#parseSessionFromUrl(url)

New Contributors

v1.2.0

Changes

Core
  • Update Kotlin to 1.9.0
  • Add watchOS Kotlin targets: watchosArm64, watchosX64, watchosSimulatorArm64
  • Add tvOS Kotlin targets: tvosArm64, tvosX64, tvosSimulatorArm64
  • Add support for NodeJS in Kotlin/JS
GoTrue
  • Add Figma OAuthProvider
  • Add Kakao OAuthProvider
  • Add Fazebook IDTokenProvider
  • Make Azure an IDTokenProvider
  • Add logout scope option #​220
  • Update IDToken Provider config properties #​221
  • Use atomic value for MemorySessionManager and MemoryCodeVerifierCache instead of AtomicMap.
Functions
  • Allow overriding the request when calling EdgeFunction#invoke instead of just the headers.
Postgrest
  • Fix Columns.type not working correctly
GraphQL
  • Add the supabase key as a fallback for authentication.
  • Add functionality for GraphQL.Config#jwtToken

v1.1.1

Compare Source

Changes

GoTrue
  • Improved timing of auto refresh to prevent delays.
  • Resolved instantiation problems causing NullPointerExceptions.
Realtime
  • Fixed access token update during token refresh.
  • Implemented error handling when attempting to join a channel without an active Realtime connection.

v1.1.0

Compare Source

Changes

Core
  • Add support for:
    • MacOS (macosX64 & macosArm64) (same as IOS)
    • Windows (mingwX64) (no built-in otp/oauth handling)
    • Linux (linuxX64) (no built-in otp/oauth handling)
  • Add support for custom serializers (https://github.com/supabase-community/supabase-kt/pull/205)
  • Add SupabaseClientBuilder#defaultSerializer
  • Add moshi serializer:
implementation("io.github.jan-tennert.supabase:serializer-moshi:VERSION")
val client = createSupabaseClient(url, key) {
    defaultSerializer = MoshiSerializer()
}
  • Add jackson serializer:
implementation("io.github.jan-tennert.supabase:serializer-jackson:VERSION")
val client = createSupabaseClient(url, key) {
    defaultSerializer = JacksonSerializer()
}
  • 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

v1.0.4

Compare Source

Changes

Core
  • Update Ktor to fix Kotlin Native compilation error

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/supabase branch from a6356b7 to e35aea2 Compare September 22, 2023 11:58
@renovate renovate bot force-pushed the renovate/supabase branch from e35aea2 to 282b878 Compare October 9, 2023 13:38
@renovate renovate bot changed the title fix(deps): update dependency io.github.jan-tennert.supabase:bom to v1.3.2 fix(deps): update dependency io.github.jan-tennert.supabase:bom to v1.4.0 Oct 9, 2023
@renovate renovate bot changed the title fix(deps): update dependency io.github.jan-tennert.supabase:bom to v1.4.0 fix(deps): update dependency io.github.jan-tennert.supabase:bom to v1.4.1 Oct 13, 2023
@renovate renovate bot force-pushed the renovate/supabase branch 2 times, most recently from 087c388 to ea75658 Compare October 16, 2023 22:39
@renovate renovate bot changed the title fix(deps): update dependency io.github.jan-tennert.supabase:bom to v1.4.1 fix(deps): update dependency io.github.jan-tennert.supabase:bom to v1.4.2 Oct 16, 2023
@renovate renovate bot force-pushed the renovate/supabase branch from ea75658 to 0326239 Compare October 18, 2023 13:53
@renovate renovate bot changed the title fix(deps): update dependency io.github.jan-tennert.supabase:bom to v1.4.2 fix(deps): update dependency io.github.jan-tennert.supabase:bom to v1.4.3 Oct 18, 2023
@renovate renovate bot force-pushed the renovate/supabase branch from 0326239 to c53ba39 Compare October 21, 2023 13:48
@renovate renovate bot changed the title fix(deps): update dependency io.github.jan-tennert.supabase:bom to v1.4.3 fix(deps): update dependency io.github.jan-tennert.supabase:bom to v1.4.4 Oct 21, 2023
@renovate renovate bot force-pushed the renovate/supabase branch from c53ba39 to 6d93d02 Compare October 28, 2023 12:17
@renovate renovate bot changed the title fix(deps): update dependency io.github.jan-tennert.supabase:bom to v1.4.4 fix(deps): update dependency io.github.jan-tennert.supabase:bom to v1.4.5 Oct 28, 2023
@renovate renovate bot force-pushed the renovate/supabase branch from 6d93d02 to 18d92b2 Compare November 2, 2023 18:32
@renovate renovate bot changed the title fix(deps): update dependency io.github.jan-tennert.supabase:bom to v1.4.5 fix(deps): update dependency io.github.jan-tennert.supabase:bom to v1.4.6 Nov 2, 2023
@renovate renovate bot force-pushed the renovate/supabase branch from 18d92b2 to c0d15ec Compare November 5, 2023 19:54
@renovate renovate bot changed the title fix(deps): update dependency io.github.jan-tennert.supabase:bom to v1.4.6 fix(deps): update dependency io.github.jan-tennert.supabase:bom to v1.4.7 Nov 5, 2023
@renovate renovate bot force-pushed the renovate/supabase branch from c0d15ec to 033ea81 Compare February 10, 2024 12:28
@renovate renovate bot changed the title fix(deps): update dependency io.github.jan-tennert.supabase:bom to v1.4.7 Update dependency io.github.jan-tennert.supabase:bom to v1.4.7 Feb 10, 2024
@renovate renovate bot force-pushed the renovate/supabase branch from 033ea81 to 28a4b88 Compare March 2, 2024 02:09
@renovate renovate bot changed the title Update dependency io.github.jan-tennert.supabase:bom to v1.4.7 fix(deps): update dependency io.github.jan-tennert.supabase:bom to v1.4.7 Mar 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants