You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
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