From c28980e5dd731b3d98117c301d2e51cc96c4f867 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Sat, 26 Nov 2016 23:04:19 +0300 Subject: Version 1.91.0 --- ChangeLog.md | 9 +++++++++ sproxy2.cabal | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3