Sentinel V1.7.0 已发布

在这个版本中,Sentinel使用Sentinel令牌服务器提供了一个Sentinel全局RLS的实现,使得Sentinel的分布式流量控制能力可以充分发挥。详情请看这里

从1.7.0开始,Sentinel支持通过任意属性文件进行配置。我们可以使用-Dcsp.sentinel.config.file属性项设置属性文件的路径。请参阅此处了解更多详细信息。

更新功能:

  1. 增添Sentinel发送rls token服务器实现
  2. 支持Sentinel的任意配置属性文件路径
  3. 改进SPI类加载器机制以处理更复杂的场景
  4. 添加对资源分类适配器的支持
  5. .......................

错误修复:

  • Fix the bug that resource name displayed in ClusterNode-related command APIs for SphU.entry(method)is incorrect (#1078)
  • Fix hookOnCancel handing logic in SentinelReactorSubscriber (#1089)
  • Fix the bug of getting the wrong current flow QPS in ClusterFlowChecker (#972)
  • Fix the numeric overflow bug of ping response data in the cluster module (#844)
  • Fix the bug of wrong RT and exception tracing in sentinel-grpc-adapter (#291 and #995)
  • Fix the bug that the Zuul adapter does not exit the entry with parameters (#1148)

更新说明:

https://github.com/alibaba/Sentinel/releases

猜你喜欢

转载自www.oschina.net/news/111269/sentinel-1-7-0-released