Releases: nedpals/supabase-go
Releases · nedpals/supabase-go
v0.5.0
What's Changed
- Move postgrest-go into the repo as a subpackage
- Invite with options by @iamajoe in #43
- Expose Upsert/Content-Type/Cache opts by @dvcrn in #42
- Change CreatSignedUrl and add Context-Type by @KobayashiRui in #44
- Add option to set MIME Type by @olevegard in #45
- Don't override file content by @olevegard in #46
- Fix
<SUPABASE-KEY>
typo in README.md by @mickmister in #47 - Add VerifyOtp method to Auth package by @theSamuelIyeh in #49
- Feat: Added redirectTo parameter for ResetPasswordForEmail by @EduartePaiva in #56
- Update auth.go by @imdewan in #64
New Contributors
- @iamajoe made their first contribution in #43
- @dvcrn made their first contribution in #42
- @KobayashiRui made their first contribution in #44
- @olevegard made their first contribution in #45
- @mickmister made their first contribution in #47
- @theSamuelIyeh made their first contribution in #49
- @EduartePaiva made their first contribution in #56
- @imdewan made their first contribution in #64
Additional Notes
This will be my last release for this project. More details can be found here.
Full Changelog: v0.4.0...v0.5.0
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