Skip to content

Releases: micyo202/lion

2.0.8.GA(May 28th, 2021)

28 May 08:55
Compare
Choose a tag to compare
  • 优化统一认证 Auth 服务
  • 更新日期及Redis工具类
  • 自定义带监控的线程池
  • 优化 Sentinel 限流规则
  • 优化服务提供者/消费者

2.0.8(Jan 6th, 2021)

06 Jan 01:13
Compare
Choose a tag to compare
  • 优化整体代码规范
  • 更新缓存相关功能
  • 丰富common工具类
  • 修复认证异常处理

2.0.7(Oct 20th, 2020)

21 Oct 06:06
Compare
Choose a tag to compare
  • 优化服务熔断/降级处理
  • 简化Gradle配置
  • 修复已知Bug问题

2.0.6(June 16th, 2020)

16 Jun 06:48
Compare
Choose a tag to compare
  • 更新common工具类
  • 优化通用base基类
  • 优化统一返回结果对象
  • 支持多环境配置

2.0.5(May 19th, 2020)

19 May 01:37
Compare
Choose a tag to compare
  • 更新数据库表结构及数据类型
  • 更新代码生成类CodeGenerator系统兼容性
  • 优化分布式锁获取失败/超时处理
  • 优化log4j2日志输出格式
  • 优化并丰富common通用工具类
  • 优化整体项目包结构

2.0.4(May 7th, 2020)

07 May 02:02
Compare
Choose a tag to compare
  • 优化response响应类
  • 修复http请求编码问题
  • 更新Apache Licence 2.0开源协议
  • 优化相关代码结构

2.0.3(Apr 10th, 2020)

10 Apr 02:57
Compare
Choose a tag to compare
  • 更新权限认证服务
  • 更新web容器为undertow
  • 升级SpringBoot至2.2.6.RELEASE
  • 添加APQM模块
  • 丰富lion-demo模块
  • 统一应用mysql时区
  • 优化整体代码结构
  • 修复已知bug

2.0.2(Mar 31th, 2020)

31 Mar 02:26
Compare
Choose a tag to compare
  • 完善Seata分布式事物
  • 优化Druid数据源配置
  • 修复已知Bug

2.0.1(Mar 26th, 2020)

26 Mar 07:35
Compare
Choose a tag to compare
  • 优化灰度策略
  • 优化Token认证策略
  • 更新网关模块
  • 更新lion-common模块

2.0.0(Mar 18th, 2020)

18 Mar 05:40
Compare
Choose a tag to compare
  • 基于Java8+重构,可支持11/13
  • 优化lion-auth权限认证服务,增加JWT方式
  • 丰富lion-common通用工具模块及lion-demo相关示例
  • 优化容器相关配置
  • 删除不必要的模块,减轻代码量
  • 引入MyBatis Plus
  • Upgrade to SpringBoot 2.2.5.RELEASE、SpringCloud Hoxton.SR2、Spring Cloud Alibaba 2.2.0.RELEASE
  • 修复获取Token网关超时问题