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: meln5674/coder-websocket
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: coder/websocket
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
  • 24 files changed
  • 7 contributors

Commits on Nov 7, 2024

  1. Fix a typo in chat_test.go (coder#491)

    Fix typo in chat_test.go
    
    Co-authored-by: Mathias Fredriksson <[email protected]>
    henrybear327 and mafredri authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    02080e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d67767c View commit details
    Browse the repository at this point in the history
  3. chore: bump the internal-deps group across 2 directories with 5 updat…

    …es (coder#500)
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    1253b77 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Configuration menu
    Copy the full SHA
    11bda98 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. Configuration menu
    Copy the full SHA
    3e183a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    497ac50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aec630d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. feat: add ping and pong received callbacks (coder#509)

    This change adds two optional callbacks to both `DialOptions` and
    `AcceptOptions`. These callbacks are invoked synchronously when a ping
    or pong frame is received, allowing advanced users to log or inspect
    payloads for metrics or debugging. If the callback needs to perform more
    complex work or reuse the payload outside the callback, it is
    recommended to perform processing in a separate goroutine.
    
    The boolean return value of `OnPingReceived` is used to determine if the
    subsequent pong frame should be sent. If `false` is returned, the pong
    frame is not sent.
    
    Fixes coder#246
    igolaizola authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    703784f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1468a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2025

  1. Configuration menu
    Copy the full SHA
    64d7449 View commit details
    Browse the repository at this point in the history
  2. build: update to Go 1.23 (coder#524)

    * build: update to Go 1.23
    * ci: update tools
    mafredri authored Mar 14, 2025
    Configuration menu
    Copy the full SHA
    778d161 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    246891f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. Configuration menu
    Copy the full SHA
    efb626b View commit details
    Browse the repository at this point in the history
Loading