Skip to content

Releases: polarismesh/polaris-java

v1.7.0

05 Jul 11:37
3b6ae48
Compare
Choose a tag to compare

Features / Enhancements

  • [Connector]

    • feat: Support grpc tls connection #153
  • [Router]

    • init near-by router location info at first request #159
  • [Common]

    • feat: add create api by addresses #148
  • [Example]

    • feat: 调整限流样例的目录架构 #163

Bug Fixes

  • fix:fix NullPointerException when using nearby router with incomplete location information. #146
  • fix: 修复提交到线程池任务未捕获异常导致缺少日志的问题 #149
  • fix:rename wrong name of method. #158
  • fix:fix wrong logic of validMessage when event type is SERVICE. #164

Contributors
Thanks for the contributors who worked on this release!

v1.6.1

07 Jun 11:26
5d93f2d
Compare
Choose a tag to compare

Bug Fixes

  • fix NullPointerException when using nearby router with incomplete location information. #145

Contributors
Thanks for the contributors who worked on this release!

v1.6.0

27 May 12:31
Compare
Choose a tag to compare

Features / Enhancements

  • [RateLimit]

    • add unirate rate limiter. #138
  • [Router]

    • 支持元数据路由塞入标签 #133
    • 调整默认降级逻辑,元数据路由找不到当前tag默认降级其他 #135
    • 元数据路由,兼容从 destService 获取元数据,当 destService 获取不到元数据时,才从统一的路由元数据获取 #137
    • optimize near by router #139
  • [Common]

    • 北极星配置文件支持环境变量传参 #136

Contributors
Thanks for the contributors who worked on this release!

v1.5.2

12 May 11:40
dd0a60d
Compare
Choose a tag to compare

Bug Fixes

  • 修改多服务发现时北极星以外的实例变化但不更新本地缓存的bug #126

Contributors
Thanks for the contributors who worked on this release!

v1.5.1

26 Apr 14:55
564b877
Compare
Choose a tag to compare

Features / Enhancements

  • [RateLimit]
    • 优化分布式限流日志刷屏问题 #122

Bug Fixes

  • 修改重复初始化问题 #123

Contributors
Thanks for the contributors who worked on this release!

v1.5.0

26 Apr 02:39
79d33d5
Compare
Choose a tag to compare

Features / Enhancements

  • [RateLimit]

  • [Discovery]

    • support get healthy instances. #117

Bug Fixes

  • fix:fix multi-SDKContext init bug. #114
  • Security upgrade #115

Contributors
Thanks for the contributors who worked on this release!

v1.4.0

18 Apr 08:24
f223ab6
Compare
Choose a tag to compare

Features / Enhancements

  • [Discovery]
    • support switches for multi-discovery and multi-registration. #108 #109 #110

Bug Fixes

  • fix:fix consul host with scheme bug. #105

Contributors
Thanks for the contributors who worked on this release!

v1.3.1

01 Apr 07:27
ae645c9
Compare
Choose a tag to compare

Bug Fixes

  • fix bug when configuring consul host with scheme such as http://localhost.

Contributors
Thanks for the contributors who worked on this release!

v1.3.0

30 Mar 12:47
25b607f
Compare
Choose a tag to compare

Features / Enhancements

  • [Discovery]
    • support for resgistering and discovery with multi-discovery server.
    • optimize service information watcher.
  • [Config]
    • support for getting configuration files from Polaris.
  • [Logging]
    • support for logging into separate files.

Bug Fixes

  • fix routing rule isolation is not working error. #86
  • fix cluster service check. #97
  • fix chinese char garbled code bug. #98

Contributors
Thanks for the contributors who worked on this release!

v1.2.4

08 Mar 13:54
c5af838
Compare
Choose a tag to compare
Merge pull request #71 from andrewshan/main

feat: 修改客户端ID为host+pid的格式