diff options
-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 |