From be36f3bd3299ab8b274a173f429824ba63fbe168 Mon Sep 17 00:00:00 2001 From: "yadong.zhang" Date: Tue, 2 Nov 2021 17:05:48 +0800 Subject: [PATCH] :sparkles: docs: CHANGELOGS.md --- CHANGELOGS.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOGS.md b/CHANGELOGS.md index 32382d0..ccecbd7 100644 --- a/CHANGELOGS.md +++ b/CHANGELOGS.md @@ -1,8 +1,9 @@ -## v1.0.6 (2021-10-**) +## v1.0.6 (2021-11-02) - feat: 正式支持 LDAP 用户登录认证 -- feat: 重构发布快照流水线。 (Github PR [#15](https://github.com/fujieid/jap/pull/15)) -- feat: 修复文案的错误,统一配置类中的时间类型。 (Github PR [#16](https://github.com/fujieid/jap/pull/16)) +- fix: 重构发布快照流水线。 (Github PR [#15](https://github.com/fujieid/jap/pull/15)) +- fix: Github PR [#16](https://github.com/fujieid/jap/pull/16) +- fix: Gitee Issue [#I4FGZ1](https://gitee.com/fujieid/jap/issues/I4FGZ1) - change: 修改 JapUserService 接口中的 createAndGetHttpApiUser 方法名使其更符合语义。 (Github PR [#13](https://github.com/fujieid/jap/pull/13)) - change: 为 `AbstractJapStrategy` 的子类增加构造函数,支持自定义 `JapUserStore` - change: [jap-ids] 将 AccessToken 中的 LocalDateTime 改为 Date @@ -12,8 +13,9 @@ ---- - feat: Support LDAP user login authentication. -- feat: fix PR bug and refactory publish snapshot. (Github PR [#15](https://github.com/fujieid/jap/pull/15)) -- feat: fix the copywriting error and unify the time type in the configuration class. (Github PR [#16](https://github.com/fujieid/jap/pull/16)) +- fix: Github PR [#15](https://github.com/fujieid/jap/pull/15) +- fix: Github PR [#16](https://github.com/fujieid/jap/pull/16) +- fix: Gitee Issue [#I4FGZ1](https://gitee.com/fujieid/jap/issues/I4FGZ1) - change: optimize JapUserService interface to fix jap-http-api module. (Github PR [#13](https://github.com/fujieid/jap/pull/13)) - change: Add a constructor for subclasses of `AbstractJapStrategy`, support custom `JapUserStore` - change: [jap-ids] Change the LocalDateTime in AccessToken to Date -- GitLab