From d0ae0f2c7a7009d6a5c10b0f5b554bdc4bf820b8 Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Sun, 10 May 2020 22:54:58 +0800 Subject: [PATCH] =?UTF-8?q?:bookmark:=20=E4=B8=B4=E6=97=B6=E5=8F=91?= =?UTF-8?q?=E5=B8=83=201.15.2-alpha=20=E8=A7=A3=E5=86=B3=E9=A2=86=E8=8B=B1?= =?UTF-8?q?=E8=8E=B7=E5=8F=96token=E5=8F=91=E7=94=9F=E5=BC=82=E5=B8=B8?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/update.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/docs/update.md b/docs/update.md index 9075401..795864e 100644 --- a/docs/update.md +++ b/docs/update.md @@ -1,3 +1,32 @@ +## 1.15.2-alpha +### 2020/05/10 +- 修改 + - 修复使用领英登录时无法获取token的问题 + - 解决Gitee [Issue-I1GPIB](https://gitee.com/yadong.zhang/JustAuth/issues/I1GPIB) + +【声明】:当引用 OkHttp 时,无法调用领英的授权登录,可能会抛出 400 异常。如遇此问题,请先切换到 hutool 或者 httpclient 依赖。 +该问题尚在修复中,给各位带来的不便,深表歉意。 + +- hutool-http + + ```xml + + cn.hutool + hutool-http + 5.2.5 + + ``` + +- httpclient + + ```xml + + org.apache.httpcomponents + httpclient + 4.5.12 + + ``` + ## v1.15.1(~~v1.15.0~~) ### 2020/04/10 - 修改 -- GitLab