Releases: polarismesh/polaris-java
Releases · polarismesh/polaris-java
v1.10.4
What's Changed
- refactor:not switch on fail when only one address (#278)
Full Changelog: v1.10.4...v1.10.3
v1.9.4
What's Changed
- refactor:not switch on fail when only one address (#277)
Full Changelog: v1.9.4...v1.9.3
v1.10.3
v1.10.2
v1.9.3
What's Changed
- Bugfix discover switch not working when only 1 server configured by @andrewshan
Full Changelog: v1.9.1...v1.9.2
v1.9.2
1.10.1
change version to 1.10.1
1.10.0
What's Changed
- [ISSUE #213] 新路由匹配规则 & 参数支持 by @chuntaojun in #218
- feature: 熔断规则远程拉取添加开关。 by @suninsky in #230
- fix:discover请求只判断stream状态导致无法定时切换服务器的问题 by @chuntaojun in #232
- Upgrade protobuf-java to 3.21.7 by @wallezhang in #229
- Add nacos connector plugin support . by @misselvexu in #143
- refactor:优化nacos-polaris双注册双发现 by @chuntaojun in #233
- begin 1.10.0. by @SkyeBeFreeman in #234
- feat:支持染色规则 by @andrewshan in #236
- feat:添加action发布maven by @chuntaojun in #235
- 优化MatchArgument数据结构,增加operation by @andrewshan in #237
- 移除推空保护以及修复NacosConnector问题 by @chuntaojun in #239
- Fix nacos connector by @chuntaojun in #240
- Fix nacos connector by @chuntaojun in #242
- [ISSUE #213] Fix rule route by @chuntaojun in #243
- 补全default-config.yml(#230) by @suninsky in #241
- fix:修复空指针问题 by @chuntaojun in #245
- fix:修复RouterRequest可能的空指针问题 by @chuntaojun in #246
- fix:探测结果只用于熔断判断,不用于负载均衡 by @andrewshan in #247
- fix:修复ProcessRoutersRequest丢失RouteArgument的问题 by @chuntaojun in #248
- chore:update version to 1.10.0 by @chuntaojun in #250
New Contributors
- @suninsky made their first contribution in #230
- @misselvexu made their first contribution in #143
Full Changelog: v1.9.1...v1.10.0
1.10.0-SNAPSHOT
fix:修复ProcessRoutersRequest丢失RouteArgument的问题 (#248)
v1.9.1
Refactor: Trigger the listener added for the first time (#225) * refactor: Trigger the listener added for the first time * refactor: Trigger the watch listener before adding to watchers