Skip to content

Releases: supabase/storage

v0.1.2

25 Mar 13:02
Compare
Choose a tag to compare

0.1.2 (2021-03-25)

Bug Fixes

  • add rls tests for buckets (79283f8)
  • add some comments on what the policies do (fb8e74a)
  • change /rename endpoint to /move (6b94a74)
  • enable RLS for buckets table (0924609)
  • rename /search endpoint to /object/list (d9daac6)
  • dummy-data: always have size in metadata (ba2557d)
  • empty bucket: for buckets more than 1000 objects (0ca61e2)
  • emptybucket: files from s3 can be deleted asynchronously (d25975d)
  • get_size: change column name bucket -> bucket_id (25949d5)
  • object update: maintain old cache time unless overridden (a64e4fc)
  • updateObject: update size metadata (f265b93)
  • usage: adds a function to return size of buckets (bec7465)
  • lesser select *s (99afc01)
  • lesser select *s (e8ca596)

v0.1.1

19 Mar 08:45
Compare
Choose a tag to compare

0.1.1 (2021-03-19)

Bug Fixes

  • add size to metadata on object upload (a716097)

v0.1.0

18 Mar 12:46
Compare
Choose a tag to compare

0.1.0 (2021-03-18)

Bug Fixes

  • bug in setting cacheTime for object uploads (9991eef)
  • change schema to speed up queries (4fc4b03)
  • decode URI before signing the url (f93f316)
  • disable cors (e7cb2fb)
  • handle invalid JWT error properly (0ed30a6)
  • handle jwt error in createObject (cdddae0)
  • move to storage schema (dc80121)
  • validate object and bucket names (186bd74)

Features

  • add upload limits to create object (a6fbdee)

v0.0.2

17 Mar 12:23
Compare
Choose a tag to compare

0.0.2 (2021-03-17)

Bug Fixes

  • adds a .releaserc (a70be97)
  • semantic versioning in GH action, disable docker publish (85f3e6d)

v0.0.1

16 Mar 11:41
Compare
Choose a tag to compare
fix artifact path in github action