You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i add the module using the go cli the client.go file is outdated and does not contain the new methods for setting the auth token. However, when i go to the github these methods are present.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Install the module with go get github.com/supabase-community/postgrest-go or go get -u github.com/supabase-community/postgrest-go
Expected behavior
I expect the new methods to be present. This issue is breaking supabase-community/supabase-go due to this issue.
Screenshots
As can be seen in this screen shot, the 0.0.10v release, which is the newest, still has the ``TokenAuth` method and none of the new methods.
System information
OS: Windows
Browser (if applies) [e.g. chrome, safari]
Version of supabase-go v0.02
Version of postgres-go: v0.0.10
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Hi @ZanzyTHEbar, sorry for the missing information. We separated TokenAuth into SetApiKey and SetAuthToken for better readability in the new tag v0.0.11
Bug report
Describe the bug
When i add the module using the go cli the
client.go
file is outdated and does not contain the new methods for setting the auth token. However, when i go to the github these methods are present.To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Install the module with
go get github.com/supabase-community/postgrest-go
orgo get -u github.com/supabase-community/postgrest-go
Expected behavior
I expect the new methods to be present. This issue is breaking
supabase-community/supabase-go
due to this issue.Screenshots
As can be seen in this screen shot, the
0.0.10v
release, which is the newest, still has the ``TokenAuth` method and none of the new methods.System information
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: