aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2016-12-13 14:30:23 +0300
committerIgor Pashev <pashev.igor@gmail.com>2016-12-13 14:31:25 +0300
commitcfda358dfd234edf5af50fd052187ab0e464b2f5 (patch)
treeb34b12ea87591a10a0a1ae1856b4f93e6ab973bb
parent9445ee311a286ae1e99e5899d430e31491c1945d (diff)
downloadsproxy2-cfda358dfd234edf5af50fd052187ab0e464b2f5.tar.gz
Version 1.93.01.93.0
-rw-r--r--ChangeLog.md11
-rw-r--r--sproxy2.cabal2
2 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index f33d1e4..05d66c4 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,16 @@
For differences with the original Sproxy scroll down.
+1.93.0
+======
+
+ * BREAKING: Allow `!include` in config file.
+ This changes semantics of options `key` and `oauth2.<provider>.client_secret`.
+ They are no longer files, but strings. To read content from files, use
+ !include. The point of being files or read from files is to segregate secrets
+ from non-sensitive easily discoverable settings. With `!include` it is much more
+ simple and flexible.
+
+
1.92.0
======
diff --git a/sproxy2.cabal b/sproxy2.cabal
index e3ae2bc..09a815d 100644
--- a/sproxy2.cabal
+++ b/sproxy2.cabal
@@ -1,5 +1,5 @@
name: sproxy2
-version: 1.92.0
+version: 1.93.0
synopsis: Secure HTTP proxy for authenticating users via OAuth2
description:
Sproxy is secure by default. No requests makes it to the backend