Skip to content

v0.17.1

Latest

Choose a tag to compare

@mvanhorn mvanhorn released this 18 Jun 14:10
· 4 commits to main since this release
1c005d7

Fixes a GitHub login regression in the cmux lane. v0.16.x/v0.17.0 stopped sending host-only auth cookies (user_session) to cmux's WebKit browser because they were scoped by url with no Domain — WebKit stored them but never sent them, so GitHub was delivered but not authenticated. This release restores Domain on host-only cookies (url-only shaping kept only for __Host-), so GitHub logs in automatically in the cmux pane again. Also corrects the v0.17.0 "browser-bound session" framing (that diagnosis was wrong) and fixes a false negative in the --verify probe.

What's Changed

  • fix(cmux): restore Domain on host-only cookies so WebKit sends them (GitHub login regression) by @mvanhorn in #105

Full Changelog: v0.17.0...v0.17.1