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.
3.5 KiB
3.5 KiB
Change Log
- UT: Add config module unit test
- Feature: Add config change listener feature support
- Feature: Support spring cloud gateway routers
- Feature: Add instance metadata spi for registration
- Bugfix: fix guava version conflict bug & fix router strong dependency on LoadBalancerClientFilter
- Upgrade: fix third-party lib CVEs & upgrade core spring libs version
- change escape way into encode
- feat:support reading configuration from application.yml or application.properties.
- fix:fix ClassNotFoundException while not importing openfeign when using circuit-breaker module.
- Update GitHub Actions workflow
- fix:fix TypeNotPresentException in @ConditionalOnClass of router.
- fix:solve the chaos code problem on rejectTips.
- fix:solve ratelimit-callee-service UnknownHostException.
- fix:refactor to use text/html resolve chaos problem on rejectTips
- UT: add metadata-transfer unit test
- Feature:add restTemplate Report Polaris
- Use jdk constants instead of magic variables
- Fix the current limiting effect is that other requests cannot be processed when queuing at a constant speed
- Fix config file format misspell
- UT: improve test coverage for load balancer unit test
- optimize polaris load balancer test code format
- feat:Add GitHub action of codecov.yml.
- Feature: add spring cloud tencent logo
- Feature: Optimize static metadata manager
- Feature: support actuator for sct core components
- test:update junit of metadata.
- Optimize code style & unit test case
- rm code: Condition 'null != interceptors' is always 'true'
- fix: shutdown thread pool before the container closes
- docs:update logo in README.
- Refator JacksonUtils and JacksonUtilsTest