From 6f313fa91a303482898db873ce960d76802e5ab3 Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Wed, 24 Jun 2020 17:47:24 +0800 Subject: [PATCH] =?UTF-8?q?:bookmark:=20=E5=8F=91=E5=B8=83=20v1.15.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en-US.md | 6 +++--- README.md | 6 +++--- bin/version.txt | 2 +- docs/README.md | 4 ++-- docs/_coverpage.md | 2 +- docs/update.md | 11 +++++++---- pom.xml | 6 +++--- 7 files changed, 20 insertions(+), 17 deletions(-) diff --git a/README.en-US.md b/README.en-US.md index 3e1de39..e35ffb6 100644 --- a/README.en-US.md +++ b/README.en-US.md @@ -6,7 +6,7 @@

- + @@ -15,7 +15,7 @@ - + @@ -97,7 +97,7 @@ These artifacts are available from Maven Central: me.zhyd.oauth JustAuth - 1.15.5-alpha + 1.15.5 ``` - Using JustAuth diff --git a/README.md b/README.md index 930d3cb..c3760d1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

- + @@ -15,7 +15,7 @@ - + @@ -96,7 +96,7 @@ JustAuth,如你所见,它仅仅是一个**第三方授权登录**的**工具 me.zhyd.oauth JustAuth - 1.15.5-alpha + 1.15.5 ``` - 调用api diff --git a/bin/version.txt b/bin/version.txt index a432d33..d324349 100644 --- a/bin/version.txt +++ b/bin/version.txt @@ -1 +1 @@ -1.15.5-alpha +1.15.5 diff --git a/docs/README.md b/docs/README.md index 3505c3b..289b038 100644 --- a/docs/README.md +++ b/docs/README.md @@ -9,7 +9,7 @@

- + @@ -18,7 +18,7 @@ - + diff --git a/docs/_coverpage.md b/docs/_coverpage.md index 7de1695..dd34383 100644 --- a/docs/_coverpage.md +++ b/docs/_coverpage.md @@ -1,6 +1,6 @@ ![](_media/justauth@0,25x.png) -# JustAuth 1.15.5-alpha +# JustAuth 1.15.5 史上最全的整合第三方登录的开源库 diff --git a/docs/update.md b/docs/update.md index 66d8b62..8fc3700 100644 --- a/docs/update.md +++ b/docs/update.md @@ -1,11 +1,13 @@ -## 1.15.5-alpha -### 2020/06/07 +## 1.15.5 +### 2020/06/24 - BUG - 解决 `Microsoft` 授权失败的 BUG - 解决 `Coding` 个人账号授权失败的 BUG(目前只能使用团队模式进行授权,需要传入团队名,参考`AuthConfig#codingGroupName`) - 解决 `AuthLinkedinRequest#getAvatar` NPE 的问题。(领英用户没有头像时,原代码会报 NPE) - 解决抖音登录获取用户地址异常的问题。 + - 解决人人网登录时 token 中带有 `|` 引起的异常,[Gitee!15](https://gitee.com/yadong.zhang/JustAuth/pulls/15) - 新增 + - 支持阿里云授权登录,[Github#81](https://github.com/justauth/JustAuth/pull/81) - AuthUser 中新增 `rawUserInfo`,用来存放第三方平台返回的原始用户数据。注:淘宝平台的`rawUserInfo`为一个空 JSON - 支持 Http 级的代理配置,使用方式: ```java @@ -21,9 +23,10 @@ new AuthGoogleRequest(AuthConfig.builder() .build()); ``` - 修改 - + - 升级 [simple-http](https://github.com/xkcoding/simple-http) 到 `v1.0.2` + - 升级 `fastjson` 到 `v1.2.71` - 删除 - - 删除**腾讯云登录**。coding 已并入 腾讯云,因此只保留 coding 登录 + - :boom: 删除**腾讯云登录**。coding 已并入 腾讯云,因此只保留 coding 登录 :boom: - 文档 - 新增 [Coding登录](oauth/coding.md)文档 - 完善 [支付宝登录](oauth/alipay.md)文档 diff --git a/pom.xml b/pom.xml index de88388..7843877 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ me.zhyd.oauth JustAuth - 1.15.5-alpha + 1.15.5 JustAuth https://gitee.com/yadong.zhang/JustAuth @@ -60,10 +60,10 @@ 2.20 1.6 false - 1.0.2-SNAPSHOT + 1.0.2 1.18.10 4.11 - 1.2.69 + 1.2.71 4.8.10.ALL 0.8.2 -- GitLab