-
-
Notifications
You must be signed in to change notification settings - Fork 76
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: nedpals/supabase-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: the-muppet/supabase-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 9 files changed
- 1 contributor
Commits on Apr 23, 2025
-
Adds Realtime support to the Go client
This commit introduces Realtime functionality to the Supabase Go client. It includes the necessary structures, methods, and examples to enable real-time database subscriptions, presence tracking, and message broadcasting. The changes incorporate a new `Realtime` struct and associated methods, `Channel` management, and WebSocket communication, enhancing the client's capabilities and bringing it closer to feature parity with the official Javascript client.
Configuration menu - View commit details
-
Copy full SHA for a645de0 - Browse repository at this point
Copy the full SHA a645de0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a896e8f - Browse repository at this point
Copy the full SHA a896e8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3c1302 - Browse repository at this point
Copy the full SHA f3c1302View commit details -
Revert "add go.mod and go.sum for Realtime module dependencies"
This reverts commit f3c1302.
Configuration menu - View commit details
-
Copy full SHA for 7bb142d - Browse repository at this point
Copy the full SHA 7bb142dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e8c97c - Browse repository at this point
Copy the full SHA 5e8c97cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca80cab - Browse repository at this point
Copy the full SHA ca80cabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47e04f8 - Browse repository at this point
Copy the full SHA 47e04f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14f3de1 - Browse repository at this point
Copy the full SHA 14f3de1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74d3909 - Browse repository at this point
Copy the full SHA 74d3909View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a30523 - Browse repository at this point
Copy the full SHA 3a30523View commit details
Commits on May 2, 2025
-
refactor: update authentication and request builder methods
- Renamed the `SignIn` method comment to clarify its purpose. - Added `ExecuteProcedure` and `ExecuteProcedureWithContext` methods to `RpcRequestBuilder` for executing RPC calls without needing a response object. - Introduced `ExecuteQuery` and `ExecuteQueryWithContext` methods in `QueryRequestBuilder` for executing queries without needing a response object.
Configuration menu - View commit details
-
Copy full SHA for 987b5c9 - Browse repository at this point
Copy the full SHA 987b5c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe2490c - Browse repository at this point
Copy the full SHA fe2490cView commit details
Commits on May 3, 2025
-
feat: enhance User struct with AppMetadata type
- Introduced a new AppMetadata struct to encapsulate provider information. - Updated the User struct to use a pointer to AppMetadata, allowing for optional metadata in JSON responses.
Configuration menu - View commit details
-
Copy full SHA for a97ef66 - Browse repository at this point
Copy the full SHA a97ef66View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master