Releases: nedpals/supabase-go
Releases · nedpals/supabase-go
v0.4.0
What's Changed
- Update code samples by @jessp01 in #20
- Add Content-Type JSON to make the list of files available via storage by @bastianwegge in #24
- fix(storage): various typos, add content-type header by @jackmerrill in #25
- Fixed comments for swaggo compatibility by @hkdb in #29
- Update storage.go by @darwishdev in #30
- fix invalid type after exposing BucketOption by @Fritte795 in #32
- fmt.Sprintf missing last arg by @whoiscarlo in #36
- Add admin get/create/update user by @arobert93 in #35
New Contributors
- @jessp01 made their first contribution in #20
- @bastianwegge made their first contribution in #24
- @jackmerrill made their first contribution in #25
- @hkdb made their first contribution in #29
- @darwishdev made their first contribution in #30
- @Fritte795 made their first contribution in #32
- @whoiscarlo made their first contribution in #36
- @arobert93 made their first contribution in #35
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- fix: upload and download files from bucket by @charamza in #4
- Improve code snippets in readme by @tom-draper in #5
- pass error response structure by reference in Client.sendRequest by @rscorer in #11
- allows metadata at signup by @surendrakandel in #7
- PKCE flow by @nzoschke in #14
- Set single value for scopes parameter by @nzoschke in #16
- Use postgrest-go v0.1.3 by @masudur-rahman in #17
New Contributors
- @charamza made their first contribution in #4
- @tom-draper made their first contribution in #5
- @rscorer made their first contribution in #11
- @surendrakandel made their first contribution in #7
- @nzoschke made their first contribution in #14
- @masudur-rahman made their first contribution in #17
Full Changelog: v0.2.0...v0.3.0