diff options
-rw-r--r-- | ChangeLog.md | 8 | ||||
-rw-r--r-- | sproxy2.cabal | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index d96bd06..343ee7c 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,13 @@ For differences with the original Sproxy scroll down. +1.95.0 +====== + + * Add end-point for checking access in a bunch (`/.sproxy/access`). + + * Respond with 502 (Bad Gateway) on any backend error. + Previously it was 500 (Internal Server Error). + 1.94.1 ====== diff --git a/sproxy2.cabal b/sproxy2.cabal index 60179d1..e0f4375 100644 --- a/sproxy2.cabal +++ b/sproxy2.cabal @@ -1,5 +1,5 @@ name: sproxy2 -version: 1.94.1 +version: 1.95.0 synopsis: Secure HTTP proxy for authenticating users via OAuth2 description: Sproxy is secure by default. No requests makes it to the backend |