Skip to content

Releases: supabase/storage

v0.9.0

21 Jul 03:05
de9d874
Compare
Choose a tag to compare

0.9.0 (2021-07-21)

Features

v0.8.3

20 Jul 12:31
Compare
Choose a tag to compare

0.8.3 (2021-07-20)

Bug Fixes

  • pkg was unable to package xattr (063ac90)

v0.8.2

20 Jul 12:20
20dea1a
Compare
Choose a tag to compare

0.8.2 (2021-07-20)

Bug Fixes

v0.8.1

20 Jul 09:05
65b677a
Compare
Choose a tag to compare

0.8.1 (2021-07-20)

Bug Fixes

  • arm build, install python for native node module builds (d0fce9c)
  • docker startup command (5e66ae9)

v0.8.0

20 Jul 08:32
abecbda
Compare
Choose a tag to compare

0.8.0 (2021-07-20)

Bug Fixes

  • deleteObject path resolution for file backend (d94da83)
  • move s3 return types to generic types (7619456)
  • s3 remove dependence on ObjectIdentifier (0a1be94)
  • tests to work with new s3 class (29597fb)

Features

  • fs-backend: store metadata in xattr (6988154)

v0.7.1

15 Jul 07:47
980e5c6
Compare
Choose a tag to compare

0.7.1 (2021-07-15)

Bug Fixes

  • #43 use custom content type parser for application/json and text/plain (d36e32a)
  • unknown flag: --project-dir (537f968)
  • use custom content type parser in updateObject too (e3b8a0d)

v0.7.0

25 Jun 12:03
f6bcd2c
Compare
Choose a tag to compare

0.7.0 (2021-06-25)

Features

  • disable rendering html files (726333c)

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)