Releases: supabase-community/postgrest-go
Releases · supabase-community/postgrest-go
v0.0.12
What's Changed
- docs: add pages ci and pages by @muratmirgun in #52
- Added ctx arguments to execute by @assembly-winston in #49
- feat: enhance filter builder to support multiple filters on the same … by @amichaelyu in #62
- idiomatic error handling by @stevenctl in #66
- make headers modification concurrent-safe by @stevenctl in #65
- docs: improve method comments by @Phil-CST-BCIT in #56
New Contributors
- @assembly-winston made their first contribution in #49
- @amichaelyu made their first contribution in #62
- @stevenctl made their first contribution in #66
- @Phil-CST-BCIT made their first contribution in #56
Full Changelog: v0.0.11...v0.0.12
v.0.0.11
Set the access token independently:
- Use
SetApiKeyandSetAuthTokeninstead ofTokenAuth
v0.0.10
What's Changed
- feat: add "and" logical operator by @icepuma in #42
- Fix malformed array literal cause by Contains & ContainedBy functions by @whoiscarlo in #46
New Contributors
Full Changelog: v0.0.9...v0.0.10
Release for http transport changes and version updates
What's Changed
- Fix malformed array literal cause by Overalps func by @whoiscarlo in #43
Full Changelog: v0.0.8...v0.0.9
Release for http transport changes
What's Changed
- Update the base URL to use REST v1 by @tranhoangvuit in #31
- add: dependabot and compose file creation for testing by @muratmirgun in #33
- Golang version Update and Create Ping Check by @muratmirgun in #36
- workflow: change versions in actions and wrap some errors by @muratmirgun in #37
- fix: workflow and old version fixes by @muratmirgun in #38
- added functions for setting ApiKey and Authorization Headers by @whoiscarlo in #41
- Feature client transport config by @Fritte795 in #40
New Contributors
- @tranhoangvuit made their first contribution in #31
- @muratmirgun made their first contribution in #33
- @whoiscarlo made their first contribution in #41
- @Fritte795 made their first contribution in #40
Full Changelog: v0.0.7...v0.0.8
Release for Single filter builder
What's Changed
Full Changelog: v0.0.6...v0.0.7
v0.0.6
Pre-Release for Postgrest-go
What's Changed
- New execute method for json objects by @aaronschweig in #10
- In cases of non 20x responses, return an error from Execute() by @intabulas in #11
- fix: parsing of In filters by @darora in #13
- Add support for returning row count by @boatilus in #23
New Contributors
- @aaronschweig made their first contribution in #10
- @intabulas made their first contribution in #11
- @boatilus made their first contribution in #23
Full Changelog: v.0.0.2...v0.0.5
Pre-Release for Postgrest-go
Merge pull request #21 from Carnageous/main Minor changes to headers in client.go
Pre-Release for Postgrest-go
PR #10: New execute method for json objects. @aaronschweig
PR #11: In cases of non 20x responses, return an error from Execute(). @intabulas
PR #13: fix: parsing of In filters. @darora
PR #14: feat: avoid mutating shared state. @darora