diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2016-11-26 23:04:19 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2016-11-26 23:04:19 +0300 |
commit | c28980e5dd731b3d98117c301d2e51cc96c4f867 (patch) | |
tree | 2df90224c49044aa822f124ee5d4cbc45f324ca5 | |
parent | a3b5b7ac059e473e10749591c11aee97482b88d1 (diff) | |
download | sproxy2-c28980e5dd731b3d98117c301d2e51cc96c4f867.tar.gz |
Version 1.91.01.91.0
-rw-r--r-- | ChangeLog.md | 9 | ||||
-rw-r--r-- | sproxy2.cabal | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index c0c79e9..5816a82 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,14 @@ For differences with the original Sproxy scroll down. +1.91.0 +====== + + * In addition to good old PostgreSQL data source, made it possible + to import permission data from a YAML file. This means that Sproxy2 + can work without any PostgreSQL database, just using file-only configuration. + Useful for development or trivial deployments. Added new `datafile` option + in configuration file. + 1.90.2 ====== diff --git a/sproxy2.cabal b/sproxy2.cabal index 89083ba..c2e7819 100644 --- a/sproxy2.cabal +++ b/sproxy2.cabal @@ -1,5 +1,5 @@ name: sproxy2 -version: 1.90.2 +version: 1.91.0 synopsis: Secure HTTP proxy for authenticating users via OAuth2 description: Sproxy is secure by default. No requests makes it to the backend |