Skip to content

Releases: polarismesh/polaris-java

v1.12.5

12 May 03:51
Compare
Choose a tag to compare

What's Changed

  • fix:shutdown grpc connection gracefully. 614fd4a

Full Changelog: v1.12.4...v1.12.5

v1.12.4

09 May 03:43
Compare
Choose a tag to compare

What's Changed

  • fix:fix reportClient not working bug when using push-gateway strategy. 4baf026

Full Changelog: v1.12.3...v1.12.4

v1.12.3

05 May 01:39
Compare
Choose a tag to compare

What's Changed

  • fix:add deadline to heartbeat. 5ef3f9d

Full Changelog: v1.12.2...v1.12.3

v1.12.2

26 Apr 02:57
Compare
Choose a tag to compare

What's Changed

  • fix:修复熔断指标上报数据不对问. de95730
  • fix udp UdpHealthChecker. b11468e
  • fix:修复registerInstance可能心跳失效问题. 22a6a4b

Full Changelog: v1.12.0...v1.12.2

v1.6.2

20 Apr 03:46
Compare
Choose a tag to compare

What's Changed

  • fix:fix metadata router init bug. (6de2186)

Full Changelog: v1.6.1...v1.6.2

v1.12.0

14 Apr 08:56
8bef815
Compare
Choose a tag to compare
Merge pull request #370 from ShanyouYu-Sean/dev/sean/fix-udp

fix UdpHealthChecker

v1.11.6

04 Apr 07:44
84017fb
Compare
Choose a tag to compare
Merge pull request #363 from andrewshan/release-1.11.0

Release 1.11.0

v1.9.7

04 Apr 07:24
68969c8
Compare
Choose a tag to compare
Merge pull request #362 from andrewshan/release-v1.9.0

update version to 1.9.7

v1.11.2

21 Mar 07:05
fa0582f
Compare
Choose a tag to compare
Merge pull request #333 from andrewshan/release-1.11.0

feat: 修改版本号为1.11.2

v1.9.6

14 Mar 10:14
911624d
Compare
Choose a tag to compare
bugfix;区分插件的探测结果与最终返回结果。解决在配置多个探测插件情况下,一个组件探测失败,一个组件无结果,导致无最终探测结果的情况 …