Skip to content

Releases: supabase/storage

v0.6.0

22 Jun 15:57
13ace1d
Compare
Choose a tag to compare

0.6.0 (2021-06-22)

Bug Fixes

  • update mods to make npm audit happy (22d1691)

Features

  • add support for binary uploads in update object (a562ebd)

v0.5.1

22 Jun 10:58
ae83a10
Compare
Choose a tag to compare

Adds object upsert

v0.5.0

16 Jun 06:27
Compare
Choose a tag to compare

0.5.0 (2021-06-16)

Bug Fixes

  • add tests for binary upload (b0c879a)

Features

  • support both formdata and binary as input (69da4d5)

pin semantic version to 16

07 Feb 06:54
Compare
Choose a tag to compare
till this bug is fixed anyway https://github.com/semantic-release/semantic-release/issues/1981

v0.4.0

11 Jun 08:13
74d8d63
Compare
Choose a tag to compare

0.4.0 (2021-06-11)

Features

  • add support for byte range requests (6c56753)

v0.3.1

26 May 10:59
Compare
Choose a tag to compare

0.3.1 (2021-05-26)

Bug Fixes

  • api route clash for object access (e8233d3)

v0.3.0

18 May 16:25
414096a
Compare
Choose a tag to compare

0.3.0 (2021-05-18)

Bug Fixes

  • add a socket connection timeout (94db90b)
  • update docker stop command (ed66a53)
  • update docs for createObject (f109ee9)

Features

  • endpoint to update bucket visibility (a33424e)

v0.2.1

14 Apr 11:34
Compare
Choose a tag to compare

0.2.1 (2021-04-14)

Bug Fixes

  • rename bucketName -> bucketId in copy and move (3bc0aec)

v0.2.0

14 Apr 10:31
Compare
Choose a tag to compare

0.2.0 (2021-04-14)

Bug Fixes

  • add Eslint checks to CI (2107e3b)
  • add link to api docs in README (767543d)
  • add TS build check to CI (f7c85a9)
  • adds prettier checks to CI (8d88248)
  • bugs in previous refactoring (06f418c)
  • docs: add examples for successful responses (b932e36)
  • docs: add examples to input parameters (176de0a)
  • dont return project id prefix in create and update object (ff08bdf)
  • failing tests (18ec878)
  • group endpoints in API docs (24323ef)
  • ignore assets and db files in eslint checks (7deb0c0)
  • permissions checking in emptyBucket (1c1d9ae)
  • remove duplicated import (aa98b76)
  • return bucketId to keep in copyObject (1c72451)
  • some regressions in previous refactoring (7018c04)
  • start using postgrest nightly for local dev (a153ea7)

Features

  • publish api docs to gh-pages (5999261)

v0.1.4

31 Mar 10:02
Compare
Choose a tag to compare

0.1.4 (2021-03-31)

Bug Fixes

  • add migrations folder to Dockerfile (05bff89)