Skip to content

Releases: danielgrath/supabase-storage

v1.1.0

10 Jun 13:07

Choose a tag to compare

feat: adjusted docs

v1.0.4

10 Jun 13:03

Choose a tag to compare

fix: added adc option to support workload identity auth

v1.0.3

10 Jun 12:37

Choose a tag to compare

fix: adjusted ghcr repo name

v1.0.2

10 Jun 12:25

Choose a tag to compare

fix: adjusted access

v1.0.1

10 Jun 12:08

Choose a tag to compare

fix: removed release note

v1.0.0

10 Jun 11:59

Choose a tag to compare

1.0.0 (2025-06-10)

Bug Fixes

  • pkg was unable to package xattr (063ac90)
  • #105 and infinite loop with SELECT but no DELETE permissions (#113) (824f1ca)
  • #43 use custom content type parser for application/json and text/plain (d36e32a)
  • unknown flag: --project-dir (537f968)
  • accept forwarded header on signature, increase migrations timeout, disable host validation on queue (#449) (577784c)
  • account for URI encoding and '%22' (9048a81)
  • add 1s connection timeout for migration database client (ab9b817)
  • add a socket connection timeout (94db90b)
  • add bucket name length trigger (#685) (a33d97d)
  • add capturing group (3f24ef2)
  • add docker builds to GH build workflow (75f6631)
  • add error handler on client (#429) (0fb6962)
  • add Eslint checks to CI (2107e3b)
  • add link to api docs in README (767543d)
  • add metrics for agentkeepalive (#551) (fbdc9d3)
  • add migrations folder to Dockerfile (05bff89)
  • add missing jwtSecret argument (4f3af61)
  • add more tracing on Uploader (#558) (da3ce61)
  • add MULTITENANT_DATABASE_URL to .env for CI workflow (9a76b88)
  • add object tagging stub endpoint (#454) (1d45ba0)
  • add owner check (#343) (525d687)
  • add pino log levels (a6c4c5f)
  • add rls tests for buckets (79283f8)
  • add route description (#182) (6e2ae7a)
  • add size to metadata on object upload (a716097)
  • add some comments on what the policies do (fb8e74a)
  • add tests for binary upload (b0c879a)
  • add TS build check to CI (f7c85a9)
  • add version env to dockerfile (#377) (37d0573)
  • added bucket_id,last_accessed_at and updated_at on object info (#620) (13fd5fe)
  • added cache headers to file backend (#623) (6f58fe2)
  • adds a .releaserc (a70be97)
  • adds more info on stream monitoring (#575) (6b052d8)
  • adds prettier checks to CI (8d88248)
  • allow connections via IP address as host (#641) (fcf8b79)
  • allow copying objects to same destination and overwrite metadata (#622) (ddc5163)
  • allow creating folders even if the mime type validation is set (#509) (c2681b8)
  • allow disabling tus-s3-tags for better compatibility (#604) (f45ccaf)
  • allow setting null poolUrl (#382) (d0bfb6e)
  • allow sync migrations (#529) (5a2ffbd)
  • allow updating the poolUrl to empty string (#356) (68dd466)
  • api route clash for object access (e8233d3)
  • arm build, install python for native node module builds (d0fce9c)
  • aws dependency updates (#370) (f1076a0)
  • base event storage initialisation (#567) (689d255)
  • base64 encode for metadata in headers (#519) (f6d2fbc)
  • bug in setting cacheTime for object uploads (9991eef)
  • bug in setting production log config (924022a)
  • bugs in previous refactoring (06f418c)
  • build storage-api v0.25.3 (#235) (c4016a4)
  • build v0.27.1 (#262) (59c5fa8)
  • build v0.43.8 - fix db event listeners (#389) (23650d2)
  • build v1.0.1 (#448) (6af2407)
  • bump @types/node from 14.14.33 to 17.0.16 (72c999e)
  • bum...
Read more