You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2.0 KiB
2.0 KiB
Change Log
- feat: implement circuit breaker in enhance plugin, support listen config group, support refresh single config in refresh_context mode.
- feat:support polaris event.
- feat:support circuit breaker metrics reporting.
- feat: support gateway context, feign eager-load support default value.
- feat:use polaris-all for shading third-party dependencies.
- feat:support default instance circuit breaker rule.
- fix: fix count circuit breaker in gateway & return 404 when context api does not match.
- docs:update JDK version configuration in GitHub Actions.
- fix:fix watch tsf config, fix bean refresh with RefreshScope and ConfigurationProperties.
- docs:simplify GitHub Actions.
- feat: support config event.
- feat:support stat and event report with service discovery.
- fix: update EnhancedRequestContext toString method.
- docs: update GitHub Actions.
- fix: use getActiveRuleId method to fix javaagent ratelimit pb method not found error.
- fix: update polaris-java to change the heartbeat task to scheduleAtFixedRate.