diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-05-15 15:48:17 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-05-15 15:48:17 +0300 |
commit | bb4e6f60207e6261d47d7983a3d3f09fb992ca0c (patch) | |
tree | 4e0a5b95664dfc7e01d1f8c068dc9694e013ecda | |
parent | 41133e1f2e83fff0dea8a5a1ce1ea53b2d9aa2d8 (diff) | |
download | sproxy2-1.95.0.tar.gz |
Version 1.95.01.95.0
-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 |