Skip to content

Releases: supabase-community/storage-go

v0.7.0

09 Oct 15:51
ad7afbe
Compare
Choose a tag to compare

Breaking change:

  • Redefine error, and each current function will return a result and an error (Instead of panic).
  • Updated README.

v0.6.9

20 Aug 14:59
a96c50a
Compare
Choose a tag to compare

Features

  • Download file function.
  • Create and upload a file to a signed URL.
  • Add URL option when getting public image URL.
  • Add response code and error on FileUploadResponse struct
  • Update deprecated ioutil functions on go 1.16.

v0.6.8

29 Jun 15:52
2e9d661
Compare
Choose a tag to compare
Merge pull request #6 from tranhoangvuit/feat/bucket-size-limit-and-m…