Releases: polarismesh/polaris-java
Releases · polarismesh/polaris-java
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的格式
v1.2.3
remove log4j dependency
v1.2.2
Merge pull request #35 from andrewshan/andr-conflict-resolve fix the log flush issue
v1.2.1
feat: add space
1.2.0
Merge pull request #23 from andrewshan/main update version to 1.2.0
1.1.1
Merge pull request #21 from xiaohongxiedaima/add-protoSourceRoot add protoSourceRoot config for protobuf-maven-plugin, optimize polaris-protobuf/pom.xml code comments
1.1.0
Merge pull request #19 from andrewshan/main fix the force exception when plugin not found
1.0.0
Features / Enhancements
- [Discovery]
- support for service registration, deregistration, heartbeat
- support for get all service instances
- support for synchronized and asynchronized operations
- [Router]
- support for choosing one service instance after traffic directing
- support for filtering isolated and weight zero instances
- support for recovery router
- support for metadata router
- support for rule-based router
- support for nearby router
- support for canary router
- support for set router
- support for weighted random loadbalancer
- support for weighted ringhash loadbalancer
- [CircuitBreaker]
- support for instance level for circuitbreaking
- support for consecutive error count circuitbreaker
- support for error rate circuitbreaker
- support for remote circuitbreaker configuration
- [RateLimit]
- support for local ratelimit type
- support for reject ratelimiter
- suuport for remote ratelimit configuration
Bug Fixes
Dependency Upgrades
Contributors
Thanks for the contributors who worked on this release!