Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: supabase/storage

Tags

v1.33.4

Toggle v1.33.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: prevent access to files outside of storage path in file backend (#…

…818)

v1.33.3

Toggle v1.33.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: remove duplicate slash in tus upload url generator (#801)

* fix: remove deuplicate slash in tus upload url generator

* removing prefix trailing slash from prefix in S3 handler

v1.33.2

Toggle v1.33.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: timing issue in S3 locker to prevent zombie locks (#812)

* fix: timing issue in S3 locker to prevent zombie locks

* check that lock id matches before updating

* Use IfMatch to protect against distributed race conditions

* update aws-sdk, adjust tests to still repro issue

v1.33.1

Toggle v1.33.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: make storage migrations idempotent (#805)

* fix: make storage migrations idempotent

* fix: add PGRST_JWT_SECRET to github action

* fix: add drop function if exists cascade to search_v2

* fix: iceberg catalog id fkey creation on if column already exists

* fix: drop functions

* feat: add ci check that pg dump is the same before and after running migrations

* refactor: add restric key to pg dump

* fix: minor formatting changes

* refactor: change from drop table to truncate

* test: add migration idempotency validation

v1.33.0

Toggle v1.33.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add version endpoint to admin api (#811)

v1.32.1

Toggle v1.32.1's commit message
fix: table existence check for multitenant

For the multitenant db, we use `public` as the schema

v1.32.0

Toggle v1.32.0's commit message
feat: add buckets & objects grants for `postgres`

v1.31.1

Toggle v1.31.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: primary key migration (#800)

v1.31.0

Toggle v1.31.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add analytics bucket sharding (#796)

v1.30.0

Toggle v1.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add support for GetObject() custom response headers in S3 proto…

…col (#780)

* feat: add support for custom response headers in s3 protocol

* add date validation for response-expires header