Releases: polarismesh/polaris-java
Releases · polarismesh/polaris-java
v1.7.0
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
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
v1.5.2
Bug Fixes
- 修改多服务发现时北极星以外的实例变化但不更新本地缓存的bug #126
Contributors
Thanks for the contributors who worked on this release!
v1.5.1
v1.5.0
Features / Enhancements
-
[RateLimit]
-
[Discovery]
- support get healthy instances. #117
Bug Fixes
Contributors
Thanks for the contributors who worked on this release!
v1.4.0
v1.3.1
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
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
Merge pull request #71 from andrewshan/main feat: 修改客户端ID为host+pid的格式