diff options
-rw-r--r-- | ChangeLog.md | 14 | ||||
-rw-r--r-- | sproxy2.cabal | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index 18be155..c0c79e9 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,20 @@ For differences with the original Sproxy scroll down. +1.90.2 +====== + + * Make sure all Sproxy-specific HTTP headers are UTF8-encoded. + + * `/.sproxy/logout` just redirects if no cookie. Previously + it was returning HTTP 404 to unauthenticated users, and redirecting + authenticated users with removal of the cookie. The point is not to + reveal cookie name. + + * Made Warp stop printing exceptions, mostly "client closed connection", + which happens outside of our traps. + + 1.90.1 ====== diff --git a/sproxy2.cabal b/sproxy2.cabal index dcc9560..da4ed1f 100644 --- a/sproxy2.cabal +++ b/sproxy2.cabal @@ -1,5 +1,5 @@ name: sproxy2 -version: 1.90.1 +version: 1.90.2 synopsis: Secure HTTP proxy for authenticating users via OAuth2 description: Sproxy is secure by default. No requests makes it to the backend |