Skip to content

Releases: polarismesh/polaris-java

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的格式

v1.2.3

30 Dec 12:16
9d9366b
Compare
Choose a tag to compare

remove log4j dependency

v1.2.2

14 Dec 04:25
d9e1621
Compare
Choose a tag to compare
Merge pull request #35 from andrewshan/andr-conflict-resolve

fix the log flush issue