Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: supabase/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 05d91ef
Choose a base ref
...
head repository: supabase/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b344976
Choose a head ref
  • 17 commits
  • 31 files changed
  • 3 contributors

Commits on Jan 8, 2026

  1. Configuration menu
    Copy the full SHA
    ac1c59a View commit details
    Browse the repository at this point in the history
  2. fix(db): support arbitrary test directories (#4590)

    * fix(db test): resolve absolute paths before computing relative path
    
    when running supabase db test from a docker-outside-of-docker environment,
    test file paths may be absolute host paths while utils.DbTestsDir is relative.
    filepath.Rel fails when the base path is relative and the target is absolute.
    
    this change converts both paths to absolute before computing the relative path,
    which handles all path combinations correctly: relative+relative, absolute+absolute,
    and mixed scenarios like docker-outside-of-docker.
    
    closes #3194
    
    * fix: support arbitrary test directories
    
    * chore: unset container working dir
    
    * chore: refactor bind mount
    
    ---------
    
    Co-authored-by: Han Qiao <sweatybridge@gmail.com>
    7ttp and sweatybridge authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    0a02076 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump github.com/stripe/pg-schema-diff from 1.0.3 to 1.0.…

    …5 in the go-minor group across 1 directory (#4698)
    
    chore(deps): bump github.com/stripe/pg-schema-diff
    
    Bumps the go-minor group with 1 update in the / directory: [github.com/stripe/pg-schema-diff](https://github.com/stripe/pg-schema-diff).
    
    
    Updates `github.com/stripe/pg-schema-diff` from 1.0.3 to 1.0.5
    - [Release notes](https://github.com/stripe/pg-schema-diff/releases)
    - [Commits](stripe/pg-schema-diff@v1.0.3...v1.0.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/stripe/pg-schema-diff
      dependency-version: 1.0.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 8, 2026
    Configuration menu
    Copy the full SHA
    c009ea2 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2026

  1. Configuration menu
    Copy the full SHA
    4e3c01a View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2026

  1. Configuration menu
    Copy the full SHA
    2c0fe2c View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump the go-minor group across 2 directories with 2 updates

    Bumps the go-minor group with 2 updates in the / directory: [golang.org/x/mod](https://github.com/golang/mod) and [golang.org/x/term](https://github.com/golang/term).
    Bumps the go-minor group with 1 update in the /pkg directory: [golang.org/x/mod](https://github.com/golang/mod).
    
    
    Updates `golang.org/x/mod` from 0.31.0 to 0.32.0
    - [Commits](golang/mod@v0.31.0...v0.32.0)
    
    Updates `golang.org/x/term` from 0.38.0 to 0.39.0
    - [Commits](golang/term@v0.38.0...v0.39.0)
    
    Updates `golang.org/x/mod` from 0.31.0 to 0.32.0
    - [Commits](golang/mod@v0.31.0...v0.32.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/mod
      dependency-version: 0.32.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go-minor
    - dependency-name: golang.org/x/term
      dependency-version: 0.39.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go-minor
    - dependency-name: golang.org/x/mod
      dependency-version: 0.32.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and sweatybridge committed Jan 10, 2026
    Configuration menu
    Copy the full SHA
    4bcfcb9 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2026

  1. fix(docker): bump supabase/studio from 2025.12.29-sha-c223130 to 2026…

    ….01.07-sha-037e5f9 in /pkg/config/templates (#4709)
    dependabot[bot] authored Jan 11, 2026
    Configuration menu
    Copy the full SHA
    1f5356c View commit details
    Browse the repository at this point in the history
  2. fix(docker): bump supabase/postgres from 17.6.1.067 to 17.6.1.071 in …

    …/pkg/config/templates (#4708)
    
    fix(docker): bump supabase/postgres in /pkg/config/templates
    
    Bumps supabase/postgres from 17.6.1.067 to 17.6.1.071.
    
    ---
    updated-dependencies:
    - dependency-name: supabase/postgres
      dependency-version: 17.6.1.071
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 11, 2026
    Configuration menu
    Copy the full SHA
    6d101d3 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2026

  1. Configuration menu
    Copy the full SHA
    cccbbbe View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2026

  1. chore(deps): bump the go-minor group across 2 directories with 2 upda…

    …tes (#4715)
    
    Bumps the go-minor group with 2 updates in the / directory: [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure) and [golang.org/x/net](https://github.com/golang/net).
    Bumps the go-minor group with 1 update in the /pkg directory: [github.com/go-viper/mapstructure/v2](https://github.com/go-viper/mapstructure).
    
    
    Updates `github.com/go-viper/mapstructure/v2` from 2.4.0 to 2.5.0
    - [Release notes](https://github.com/go-viper/mapstructure/releases)
    - [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md)
    - [Commits](go-viper/mapstructure@v2.4.0...v2.5.0)
    
    Updates `golang.org/x/net` from 0.48.0 to 0.49.0
    - [Commits](golang/net@v0.48.0...v0.49.0)
    
    Updates `github.com/go-viper/mapstructure/v2` from 2.4.0 to 2.5.0
    - [Release notes](https://github.com/go-viper/mapstructure/releases)
    - [Changelog](https://github.com/go-viper/mapstructure/blob/main/CHANGELOG.md)
    - [Commits](go-viper/mapstructure@v2.4.0...v2.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/go-viper/mapstructure/v2
      dependency-version: 2.5.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go-minor
    - dependency-name: golang.org/x/net
      dependency-version: 0.49.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go-minor
    - dependency-name: github.com/go-viper/mapstructure/v2
      dependency-version: 2.5.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    f6bec9a View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump github.com/ethereum/go-ethereum from 1.15.8 to 1.16…

    ….8 (#4717)
    
    * chore(deps): bump github.com/ethereum/go-ethereum from 1.15.8 to 1.16.8
    
    Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.15.8 to 1.16.8.
    - [Release notes](https://github.com/ethereum/go-ethereum/releases)
    - [Commits](ethereum/go-ethereum@v1.15.8...v1.16.8)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/ethereum/go-ethereum
      dependency-version: 1.16.8
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore(deps): bump github.com/ethereum/go-ethereum in /pkg
    
    Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.15.8 to 1.16.8.
    - [Release notes](https://github.com/ethereum/go-ethereum/releases)
    - [Commits](ethereum/go-ethereum@v1.15.8...v1.16.8)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/ethereum/go-ethereum
      dependency-version: 1.16.8
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    248f9e0 View commit details
    Browse the repository at this point in the history
  3. fix(docker): bump the docker-minor group in /pkg/config/templates wit…

    …h 3 updates (#4714)
    
    fix(docker): bump the docker-minor group
    
    Bumps the docker-minor group in /pkg/config/templates with 3 updates: supabase/studio, supabase/gotrue and supabase/logflare.
    
    
    Updates `supabase/studio` from 2026.01.07-sha-037e5f9 to 2026.01.12-sha-4e9b718
    
    Updates `supabase/gotrue` from v2.184.0 to v2.185.0
    
    Updates `supabase/logflare` from 1.27.3 to 1.28.0
    
    ---
    updated-dependencies:
    - dependency-name: supabase/studio
      dependency-version: 2026.01.12-sha-4e9b718
      dependency-type: direct:production
      dependency-group: docker-minor
    - dependency-name: supabase/gotrue
      dependency-version: v2.185.0
      dependency-type: direct:production
      dependency-group: docker-minor
    - dependency-name: supabase/logflare
      dependency-version: 1.28.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: docker-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 14, 2026
    Configuration menu
    Copy the full SHA
    ba5e179 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3337bc1 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2026

  1. fix(docker): bump supabase/realtime from v2.69.2 to v2.70.0 in /pkg/c…

    …onfig/templates in the docker-minor group (#4723)
    
    fix(docker): bump supabase/realtime
    
    Bumps the docker-minor group in /pkg/config/templates with 1 update: supabase/realtime.
    
    
    Updates `supabase/realtime` from v2.69.2 to v2.70.0
    
    ---
    updated-dependencies:
    - dependency-name: supabase/realtime
      dependency-version: v2.70.0
      dependency-type: direct:production
      dependency-group: docker-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 16, 2026
    Configuration menu
    Copy the full SHA
    5122df4 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2026

  1. chore(deps): bump tar from 7.5.2 to 7.5.3 in the npm-major group (#4727)

    Bumps the npm-major group with 1 update: [tar](https://github.com/isaacs/node-tar).
    
    
    Updates `tar` from 7.5.2 to 7.5.3
    - [Release notes](https://github.com/isaacs/node-tar/releases)
    - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v7.5.2...v7.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-version: 7.5.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: npm-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 17, 2026
    Configuration menu
    Copy the full SHA
    a13554d View commit details
    Browse the repository at this point in the history
  2. chore(deps): bump the go-minor group across 1 directory with 2 updates (

    #4729)
    
    Bumps the go-minor group with 2 updates in the / directory: [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) and [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter).
    
    
    Updates `github.com/getsentry/sentry-go` from 0.40.0 to 0.41.0
    - [Release notes](https://github.com/getsentry/sentry-go/releases)
    - [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md)
    - [Commits](getsentry/sentry-go@v0.40.0...v0.41.0)
    
    Updates `github.com/olekukonko/tablewriter` from 1.1.2 to 1.1.3
    - [Release notes](https://github.com/olekukonko/tablewriter/releases)
    - [Commits](olekukonko/tablewriter@v1.1.2...v1.1.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/getsentry/sentry-go
      dependency-version: 0.41.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: go-minor
    - dependency-name: github.com/olekukonko/tablewriter
      dependency-version: 1.1.3
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: go-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Han Qiao <sweatybridge@gmail.com>
    dependabot[bot] and sweatybridge authored Jan 17, 2026
    Configuration menu
    Copy the full SHA
    b04987d View commit details
    Browse the repository at this point in the history
  3. fix(docker): bump supabase/postgres from 17.6.1.071 to 17.6.1.072 in …

    …/pkg/config/templates (#4728)
    
    fix(docker): bump supabase/postgres in /pkg/config/templates
    
    Bumps supabase/postgres from 17.6.1.071 to 17.6.1.072.
    
    ---
    updated-dependencies:
    - dependency-name: supabase/postgres
      dependency-version: 17.6.1.072
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Han Qiao <sweatybridge@gmail.com>
    dependabot[bot] and sweatybridge authored Jan 17, 2026
    Configuration menu
    Copy the full SHA
    b344976 View commit details
    Browse the repository at this point in the history
Loading