Skip to content

2.1.5

Compare
Choose a tag to compare
@tzfun tzfun released this 09 Jul 16:06
· 121 commits to master since this release

新增功能及优化:

  • 新增 aop 模块,支持运行时方法增强,开箱即用;
  • 新增端口检测功能;
  • Sentinel 新增线程池和port检查配置;
  • Sentinel 新增快失败机制,避免因订阅接口不可用造成大量线程阻塞问题;
  • Convey 模块中Http工具支持 url 模板变量解析;
  • Convey 模块中Http工具支持 数组参数解析;
  • Convey 模块中Http工具新增 RequestAttr 注解;

修复Bug:

  • 修复在Http通信频繁时可能存在的内存泄露隐患;