Spring Cloud Tencent version 1.7 is now released, supporting Spring Cloud Hoxton, 2020, 2021 versions.
Spring Cloud Tencent is an open-source one-stop microservice solution from Tencent, which implements the Spring Cloud standard microservice SPI. Developers can quickly develop Spring Cloud cloud-native distributed applications based on Spring Cloud Tencent. The core of Spring Cloud Tencent relies on Tencent’s open source one-stop service discovery and governance platform Polaris to realize various distributed microservice scenarios.
1. List of published items:
- 1.7.1-Hoxton.SR12
- 1.7.0-2020.0.5
- 1.7.0-2021.0.3
Second, the version number description:
The version number of Spring Cloud Tencent consists of two parts. The first half is the version number of Spring Cloud Tencent’s own iteration, and the second half is the implementation of Spring Cloud Tencent’s interface for a specific version of Spring Cloud, such as 1.7.0-2021.0. 3 is the implementation of the 1.7.0 version of Spring Cloud Tencent based on the 2021.0.3 version of Spring Cloud. The version number of Spring Cloud Tencent’s own iteration is divided into three sections. The first is the major version number, which is incompatible with different major version numbers. The second is the feature version number, which is used for the iterative use of new feature releases, and the third is the Bugfix version. The number of Spring Cloud Tencent corresponding to different versions of Spring Cloud is used for bug fixes. The version number of the bugfix of Spring Cloud Tencent corresponding to different versions of Spring Cloud may be different. In actual use, the latest version of Spring Cloud Tencent corresponding to different versions of Spring Cloud can be introduced.
Version management documentation: https://github.com/Tencent/spring-cloud-tencent/wiki/Spring-Cloud-Tencent-version management
3. Main new features:
(1) Service Governance
- Add a multi-feature environment routing plugin to help quickly implement environment maintenance during development and testing.Detailed operation reference: https://github.com/Tencent/spring-cloud-tencent/wiki/Test environment routing
- Added SCG gateway dynamic traffic coloring plug-in, which can be used with multi-feature environment routing plug-in.For detailed operation reference: https://github.com/Tencent/spring-cloud-tencent/wiki/Spring-Cloud-Gateway-traffic coloring
- Metadata transfer supports single-hop transfer, which means that the next-hop service instance does not continue to be transferred.Detailed operation reference: https://github.com/Tencent/spring-cloud-tencent/wiki/Spring-Cloud-Tencent-Metadata-Transfer-Usage Guide#Usage Instructions
- Support for Zuul gateway routing (Hoxton version only).
(2) Dynamic configuration
- Dynamically configure the way to refresh new reflections to improve refresh performance.For detailed operation reference: https://github.com/Tencent/spring-cloud-tencent/wiki/Spring-Cloud-Tencent-Config-Using Documentation#The seventh step to achieve dynamic refresh configuration capabilities
- Inject configuration files in a way that supports Spring Config Data (2021 version only). For detailed operation reference: https://github.com/Tencent/spring-cloud-tencent/wiki/Spring-Cloud-Tencent-Config-using documentation#support-spring-config-data
- Support for customizing the behavior of setting the application startup without connecting to the configuration center, including fast fail and ignore.For related parameters, see: https://github.com/Tencent/spring-cloud-tencent/wiki/Spring-Cloud-Tencent-Config-using documentation#complete configuration parameters
(3) Monitoring operation and maintenance
- Support Polaris indicator monitoring and reporting function (Prometheus Pull mode).For detailed operation reference: https://github.com/Tencent/spring-cloud-tencent/wiki/RPCEnhanced#Indicator monitoring plugin
- Support Polaris indicator monitoring and reporting function (Prometheus Push Gateway mode).For detailed operation reference: https://github.com/Tencent/spring-cloud-tencent/wiki/Scenario Plugin#1-push-gateway-Report Plugin from -170-version
- The Actuator endpoint adds a query for current limiting rules and routing rules.For detailed interface, see: https://github.com/Tencent/spring-cloud-tencent/wiki/Actuator-Endpoint-Extension
(4) Others
- Enhance Feign to allow developers to add custom enhanced behaviors during Feign invocation.Detailed operation reference: https://github.com/Tencent/spring-cloud-tencent/wiki/RPC enhancement #feign enhancement
- By adding the spring-cloud-starter-tencent-all dependency, developers can access the full range of Spring Cloud Tencent basic service governance functions in one step. Quick start example reference: https://github.com/Tencent/spring-cloud-tencent/tree/main/spring-cloud-tencent-examples/quickstart-example
4. Open source co-construction developers (GitHub)
@SkyeBeFreeman @lepdou @misselvexu @DerekYRC @pandaapo @weihubeats @lingxiao-wu @LuckyCaesar @DoubleLuXu
Welcome to use experience, Star, Fork, Issue, and welcome everyone to participate in the open source co-construction of Spring Cloud Tencent!
Warehouse address: https://github.com/Tencent/spring-cloud-tencent Project documentation: https://github.com/Tencent/spring-cloud-tencent/wiki Previous releases: https://github.com/ Tencent/spring-cloud-tencent/releases
#Spring #Cloud #Tencent #Released #News Fast Delivery