aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.md
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-08-06 20:01:07 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-08-06 20:02:40 +0300
commit41112cddb49ad4d967d3b400936ed18c2a4f4197 (patch)
tree8a488334d312d53d2d03c3db8dc6a15900fa048c /ChangeLog.md
parentad1134ad752bbcd678cfb5a80217fabe57fdcd35 (diff)
downloadsproxy2-41112cddb49ad4d967d3b400936ed18c2a4f4197.tar.gz
Version 1.96.01.96.0
Diffstat (limited to 'ChangeLog.md')
-rw-r--r--ChangeLog.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.md b/ChangeLog.md
index 343ee7c..119fafd 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,18 @@
For differences with the original Sproxy scroll down.
+1.96.0
+======
+
+ * Added support for Yandex (https://tech.yandex.com/oauth/).
+
+ * Encode full URL (including protocol) into the state parameter,
+ not just path. This makes it possible to work with OAuth2 providers
+ that do not support multiple callback URL, like Yandex.
+
+ * Fixed POST requests for tokens with Google and LinkedIn. They
+ were mistakenly using URL paramaters instead of URL-encoded bodies.
+
+
1.95.0
======
@@ -8,6 +21,7 @@ For differences with the original Sproxy scroll down.
* Respond with 502 (Bad Gateway) on any backend error.
Previously it was 500 (Internal Server Error).
+
1.94.1
======