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