Skip to content

chore(deps): bump supabase from 3.6.0 to 3.8.0 - #228

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/supabase-3.8.0
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/supabase-3.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Bumps supabase from 3.6.0 to 3.8.0.
Updates io.github.jan-tennert.supabase:auth-kt from 3.6.0 to 3.8.0

Release notes

Sourced from io.github.jan-tennert.supabase:auth-kt's releases.

3.8.0

Changes

Core

Postgrest

Auth

Realtime

val channel = supabase.realtime.channel("test") {
    broadcast { 
        replicationReady = true
    }
}
channel.systemFlow().collect { 
    println(it.status)
}
channel.postgresChangeFlow<PostgresAction>("public") {
    table = "myTable"
    filter { 
        lt("id", 20)
        eq("name", "Tom")
    }
}
// supported by all realtime postgres methods including:
supabase.from("myTable").selectAsFlow(...) {
    eq("id", 2)
    lt("age", 58)
}

Storage

... (truncated)

Changelog

Sourced from io.github.jan-tennert.supabase:auth-kt's changelog.

3.8.0 - August 26, 2026

Core

Postgrest

Auth

Realtime

val channel = supabase.realtime.channel("test") {
    broadcast { 
        replicationReady = true
    }
}
channel.systemFlow().collect { 
    println(it.status)
}
channel.postgresChangeFlow<PostgresAction>("public") {
    table = "myTable"
    filter { 
        lt("id", 20)
        eq("name", "Tom")
    }
}

// supported by all realtime postgres methods including:

supabase.from("myTable").selectAsFlow(...) {
    eq("id", 2)
    lt("age", 58)
}

Storage

... (truncated)

Commits
  • 2336837 Merge pull request #1389 from supabase-community/v38
  • 991dba2 Release v3.8.0
  • 24b6dd4 Merge pull request #1388 from supabase-community/realtime-patch-2
  • 6aa9f71 use AND for postgrest filter
  • 1c54d5c feat(realtime): add new filter builder support for selectAsFlow()
  • dbe9ba2 Merge pull request #1383 from supabase-community/throwable-auth
  • de41a74 Merge pull request #1386 from supabase-community/realtime-patch
  • 299c2c7 Merge pull request #1387 from supabase-community/compliance-patch
  • a3b3e54 fix presence state
  • e057952 chore(compliance): fix typo causing error
  • Additional commits viewable in compare view

Updates io.github.jan-tennert.supabase:compose-auth from 3.6.0 to 3.8.0

Release notes

Sourced from io.github.jan-tennert.supabase:compose-auth's releases.

3.8.0

Changes

Core

Postgrest

Auth

Realtime

val channel = supabase.realtime.channel("test") {
    broadcast { 
        replicationReady = true
    }
}
channel.systemFlow().collect { 
    println(it.status)
}
channel.postgresChangeFlow<PostgresAction>("public") {
    table = "myTable"
    filter { 
        lt("id", 20)
        eq("name", "Tom")
    }
}
// supported by all realtime postgres methods including:
supabase.from("myTable").selectAsFlow(...) {
    eq("id", 2)
    lt("age", 58)
}

Storage

... (truncated)

Changelog

Sourced from io.github.jan-tennert.supabase:compose-auth's changelog.

3.8.0 - August 26, 2026

Core

Postgrest

Auth

Realtime

val channel = supabase.realtime.channel("test") {
    broadcast { 
        replicationReady = true
    }
}
channel.systemFlow().collect { 
    println(it.status)
}
channel.postgresChangeFlow<PostgresAction>("public") {
    table = "myTable"
    filter { 
        lt("id", 20)
        eq("name", "Tom")
    }
}

// supported by all realtime postgres methods including:

supabase.from("myTable").selectAsFlow(...) {
    eq("id", 2)
    lt("age", 58)
}

Storage

... (truncated)

Commits
  • 2336837 Merge pull request #1389 from supabase-community/v38
  • 991dba2 Release v3.8.0
  • 24b6dd4 Merge pull request #1388 from supabase-community/realtime-patch-2
  • 6aa9f71 use AND for postgrest filter
  • 1c54d5c feat(realtime): add new filter builder support for selectAsFlow()
  • dbe9ba2 Merge pull request #1383 from supabase-community/throwable-auth
  • de41a74 Merge pull request #1386 from supabase-community/realtime-patch
  • 299c2c7 Merge pull request #1387 from supabase-community/compliance-patch
  • a3b3e54 fix presence state
  • e057952 chore(compliance): fix typo causing error
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `supabase` from 3.6.0 to 3.8.0.

Updates `io.github.jan-tennert.supabase:auth-kt` from 3.6.0 to 3.8.0
- [Release notes](https://github.com/supabase-community/supabase-kt/releases)
- [Changelog](https://github.com/supabase-community/supabase-kt/blob/master/CHANGELOG.md)
- [Commits](supabase-community/supabase-kt@3.6.0...3.8.0)

Updates `io.github.jan-tennert.supabase:compose-auth` from 3.6.0 to 3.8.0
- [Release notes](https://github.com/supabase-community/supabase-kt/releases)
- [Changelog](https://github.com/supabase-community/supabase-kt/blob/master/CHANGELOG.md)
- [Commits](supabase-community/supabase-kt@3.6.0...3.8.0)

---
updated-dependencies:
- dependency-name: io.github.jan-tennert.supabase:auth-kt
  dependency-version: 3.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.github.jan-tennert.supabase:compose-auth
  dependency-version: 3.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Sep 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants