Skip to content
Permalink

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
Choose a base ref
...
head repository: the-muppet/supabase-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 9 files changed
  • 1 contributor

Commits on Apr 23, 2025

  1. 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.
    the-muppet committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    a645de0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a896e8f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f3c1302 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7bb142d View commit details
    Browse the repository at this point in the history
  5. Delete realtime directory

    the-muppet authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    5e8c97c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca80cab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    47e04f8 View commit details
    Browse the repository at this point in the history
  8. Update go.mod

    the-muppet authored Apr 23, 2025
    Configuration menu
    Copy the full SHA
    14f3de1 View commit details
    Browse the repository at this point in the history
  9. update go.mod

    the-muppet committed Apr 23, 2025
    Configuration menu
    Copy the full SHA
    74d3909 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3a30523 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2025

  1. 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.
    the-muppet committed May 2, 2025
    Configuration menu
    Copy the full SHA
    987b5c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fe2490c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2025

  1. 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.
    the-muppet committed May 3, 2025
    Configuration menu
    Copy the full SHA
    a97ef66 View commit details
    Browse the repository at this point in the history
Loading