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: socketry/async-websocket
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.25.1
Choose a base ref
...
head repository: socketry/async-websocket
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.26.0
Choose a head ref
  • 9 commits
  • 23 files changed
  • 3 contributors

Commits on Aug 29, 2023

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

Commits on Oct 28, 2023

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

Commits on Dec 9, 2023

  1. Fix arguments to 404 response (#63)

    The second argument is the headers field, and it's actually a hash type. Sending an empty array breaks parsing further down the line when trying to look up hash values by key.
    emlove authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    8417b1e View commit details
    Browse the repository at this point in the history
  2. Modernize gem. (#64)

    - Remove support for Ruby 2.7.
    ioquatix authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    5694b4e View commit details
    Browse the repository at this point in the history
  3. Improve validation of Websocket requests. (#59)

    * Verify `connection` and `upgrade` headers for HTTP/1 requests.
    
    * Add test for status for HTTP/2.
    zarqman authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    6146dd1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c320706 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61bde7c View commit details
    Browse the repository at this point in the history
  6. Modernize gem.

    ioquatix committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    d2845ce View commit details
    Browse the repository at this point in the history
  7. Bump minor version.

    ioquatix committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    5c93490 View commit details
    Browse the repository at this point in the history
Loading