Skip to content

Releases: supabase-community/postgrest-go

v.0.0.11

29 May 14:24
9413d68
Compare
Choose a tag to compare

Set the access token independently:

  • Use SetApiKey and SetAuthToken instead of TokenAuth

v0.0.10

28 Jan 13:51
7cc315c
Compare
Choose a tag to compare

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

06 Jan 19:00
c5401e9
Compare
Choose a tag to compare

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

06 Jan 18:55
135fa2b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.7...v0.0.8

Release for Single filter builder

15 May 13:22
408fb4e
Compare
Choose a tag to compare

What's Changed

  • Reassign transformer methods to FilterBuilder by @boatilus in #25

Full Changelog: v0.0.6...v0.0.7

v0.0.6

19 Jan 09:49
54ad27d
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release

What's Changed

  • Update ExecuteTo funcs to return count by @boatilus in #24

Pre-Release for Postgrest-go

12 Jan 02:37
0b61da4
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: v.0.0.2...v0.0.5

Pre-Release for Postgrest-go

22 Nov 21:33
55262c0
Compare
Choose a tag to compare
Pre-release
Merge pull request #21 from Carnageous/main

Minor changes to headers in client.go

Pre-Release for Postgrest-go

30 Jul 11:27
f432b53
Compare
Choose a tag to compare
Pre-release

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

v.0.0.2

10 Jun 00:31
62931b1
Compare
Choose a tag to compare
v.0.0.2 Pre-release
Pre-release

Changelog

#4 Chore/deprecation-of-ioutil
#6 Added ExecuteReturnByteArray() to allow unmarshalling