Skip to content

Releases: zhongxunking/idcenter

v1.6.0

03 Jul 15:06
Compare
Choose a tag to compare

升级如下:
1、【新增】支持PostgreSQL数据库
2、【优化】优化客户端,所有类型的ID请求服务端时共用一个线程池,节省线程资源
3、【调整】设置客户端请求服务端的超时时间
4、【调整】使用Jackson替代Fastjson
5、【兼容性】idcenter服务端兼容客户端版本v1.5.0.RELEASE至v1.6.0

v1.5.1.RELEASE

04 Apr 08:31
Compare
Choose a tag to compare

升级如下:
1、修复在极端情况下因int溢出导致出错

v1.5.0.RELEASE

02 Apr 14:19
c4ef27d
Compare
Choose a tag to compare

升级如下:
1、服务端预处理id,使服务端可支持高并发海量的客户端请求
2、客户端在保证id存量足够使用前提下,尽量保证id周期的时效性
3、升级spring-boot版本到2.2.6.RELEASE
4、升级ant-boot版本到2.2.1.RELEASE

v1.4.2.RELEASE

12 Jul 15:16
Compare
Choose a tag to compare

升级如下:
1、新增验签功能,便于开放OpenAPI。管理员可以创建自己的密钥,每次访问服务端时生成对应的签名,服务端会对签名的有效性进行验证。通过签名,管理员不需要登录也可以管理id。
2、发布docker镜像,便于docker用户直接使用。
3、获取的id返回的时区默认为GMT+8
4、引入图标、调整页面文字
5、升级ant-boot版本到1.4.3.RELEASE、升级manager版本到1.4.2.RELEASE
6、升级vue版本到2.6.10、升级vue-router版本到3.0.7、升级element-ui版本到2.10.1、升级qs.js版本到6.7.0、升级axios.js版本到0.19.0

v1.4.1.RELEASE

07 May 13:12
Compare
Choose a tag to compare

升级如下:
1、升级manager-web版本到1.4.1.RELEASE
2、内部细节优化

v1.4.0.RELEASE

04 May 18:03
Compare
Choose a tag to compare

升级如下:
1、升级SpringBoot版本到2.1.4.RELEASE
2、客户端既支持SpringBoot2.x,也支持SpringBoot1.x
3、简化修改id提供者的最大id逻辑。修改id提供者的最大id后,自动更新所有id提供者的当前数据

v1.3.0.RELEASE

26 Feb 16:21
Compare
Choose a tag to compare

升级如下:
1、id提供者增加名称属性
2、idCode更名为iderId
3、Producer更名为IdProducer
4、删除PeriodType、Period,统一使用ant-common-util提供的类
5、重构权限页面
6、升级ant-boot版本到1.3.0.RELEASE
7、升级manager版本到1.3.1.RELEASE

v1.2.0.RELEASE

07 Sep 17:12
Compare
Choose a tag to compare

升级如下:
1、重构后台页面
2、优化内部细节