8000 Comparing 3.3.0...main · mentimeter/linkup · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: mentimeter/linkup
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.3.0
Choose a base ref
...
head repository: mentimeter/linkup
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 12 files changed
  • 2 contributors

Commits on Jun 18, 2025

  1. Release 3.4.0 (#242)

    Changelog:
    - #241
    - #244
    - #245
    - #246
    - #243
    - #248
    
    ---------
    
    Co-authored-by: Oliver Stenbom <oliver@stenbom.eu>
    augustoccesar and ostenbom committed Jun 18, 2025
    Configuration menu
    Copy the full SHA
    78e037f View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

  1. fix: deny content encoding and length headers when proxying websockets (

    #249)
    
    When proxying WebSocket connections over two hops via the Cloudflare
    worker and the linkup local server, we have found that there are cases
    where content encoding and content length headers exist in the upstream
    response from the underlying local server.
    
    When those headers exist in a WebSocket handshake, Cloudflare workers
    completely denies the WebSocket connection.
    
    These headers shouldn't make sense in a WebSocket proxying scenario
    since they are only valid for HTTP response bodies which shouldn't exist
    when using WebSockets.
    ostenbom authored Jun 27, 2025
    Configuration menu
    Copy the full SHA
    59b0d6c View commit details
    Browse the repository at this point in the history
  2. Release 3.4.1

    Changelog:
    - #249
    augustoccesar committed Jun 27, 2025
    Configuration menu
    Copy the full SHA
    6b99f4c View commit details
    Browse the repository at this point in the history
Loading
0