From 24ec7bf19fe406e124f58ffe610a423a806c99cd Mon Sep 17 00:00:00 2001 From: hongqiaowei Date: Fri, 18 Feb 2022 09:58:51 +0800 Subject: [PATCH] Release 2.5.2 --- README.en-us.md | 36 +++++++++++++++++--------------- README.md | 13 ++++++++---- fizz-bootstrap/pom.xml | 2 +- fizz-common/pom.xml | 2 +- fizz-core/pom.xml | 2 +- fizz-plugin/pom.xml | 2 +- fizz-spring-boot-starter/pom.xml | 2 +- pom.xml | 2 +- 8 files changed, 34 insertions(+), 27 deletions(-) diff --git a/README.en-us.md b/README.en-us.md index c7e68a0..b2393c2 100644 --- a/README.en-us.md +++ b/README.en-us.md @@ -4,7 +4,7 @@ English | [简体中文](./README.md)

- Version + Version Documentation @@ -44,18 +44,23 @@ API access:http://demo.fizzgate.com/proxy/[Service Name]/[API Path] ## Product Features - Cluster management: Fizz gateway nodes are stateless with configuration information that is automatically synchronized, and horizontal expansion of nodes and multi-cluster deployment are supported. -- Service aggregation: support hot http/dubbo/grpc service aggregation capabilities, support front-end and back-end coding, and update API anytime and anywhere. -- Load balancing: support round-robin load balancing. -- Service discovery: supports discovery of back-end servers from the Eureka registry. -- Configuration center: support access to apollo configuration center. -- HTTP reverse proxy: hide the real back-end services and support Rest API reverse proxy. -- Access strategy: support different strategies to access different APIs, configure different authentication, etc. -- IP black and white list: support the configuration of IP black and white list. -- Custom plug-in: powerful plug-in mechanism supports free expansion. -- Extensible: the easy-to-use plug-in mechanism facilitates the expansion of functions. -- High performance: the performance is excellent among many gateways. -- Version control: support release and multiple rollbacks of operations. -- Management backend: configure the gateway cluster through the management backend interface. +- Service aggregation: supports hot http/dubbo/grpc service aggregation capabilities, support front-end and back-end coding, and update API anytime and anywhere; +- Load balancing: supports round-robin load balancing; +- Multiple Registration Center: supports discovery of back-end servers from the Eureka or Nacos registry; +- Configuration center: supports access to apollo configuration center; +- HTTP reverse proxy: hide the real back-end services and support Rest API reverse proxy; +- Access strategy: support different strategies to access different APIs, configure different authentication, etc; +- IP black and white list: support the configuration of IP black and white list; +- Custom plug-in: powerful plug-in mechanism supports free expansion; +- Extensible: the easy-to-use plug-in mechanism facilitates the expansion of functions; +- High performance: the performance is excellent among many gateways; +- Version control: support release and multiple rollbacks of operations; +- Management backend: configure the gateway cluster through the management backend interface; +- Callback Managerment:supports managerment、subscription、replay and logging of callback; +- Multistage traffic limit:supports multisate traffic limit of fine-grain parallelism, according to service、interface、APP_ID or ip; +- Microservice document:open microservice document management of enterprise level, and more convenient system integration; +- Public network dedicated line:supports establishing a fully protected private connection channel in the public network; +- Policy fusing: multiple recovery policy fusing configurations are made according to the service or specific address. ## Benchmarks @@ -114,6 +119,7 @@ Starting from v1.3.0, the frontend and backend of the management backend are mer | v2.4.1 | v2.4.1 | | v2.5.0 | v2.5.0 | | v2.5.1 | v2.5.1 | +| v2.5.2 | v2.5.2 | Please download the corresponding management backend version according to the version of the community version @@ -236,10 +242,6 @@ Fizz官方技术交流③群:512164278 -Fizz offical wechat group - - - ## Related acticles [服务器减少50%,研发效率提高86%,我们的管理型网关Fizz自研之路](https://www.infoq.cn/article/9wdfiOILJ0CYsVyBQFpl) diff --git a/README.md b/README.md index a41645e..bebdc4a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

- Version + Version Documentation @@ -59,6 +59,7 @@ API地址:http://demo.fizzgate.com/proxy/[服务名]/[API_Path] - 多级限流:细颗粒度的限流方式包含服务限流,接口限流,APP_ID限流,IP限流。 - 微服务文档:企业级管理开放微服务文档管理,系统集成更方便。 - 公网专线:建立公网中受到完全保护的私有连接通道。 +- 策略熔断:根据服务或者具体地址进行多种恢复策略熔断配置。 ## 基准测试 @@ -116,6 +117,7 @@ API地址:http://demo.fizzgate.com/proxy/[服务名]/[API_Path] | v2.4.1 | v2.4.1 | | v2.5.0 | v2.5.0 | | v2.5.1 | v2.5.1 | +| v2.5.2 | v2.5.2 | 请根据社区版的版本下载对应的管理后台版本 @@ -228,17 +230,20 @@ docker run --rm -d -p 8600:8600 \ ## 官方技术交流群 +Fizz官方技术交流④群:170145598 (推荐) + Fizz官方技术交流①群(已满) Fizz官方技术交流②群(已满) Fizz官方技术交流③群:512164278 + + -Fizz官方微信群 +Fizz官方微信群(请加入群之后再询问群主) - ## 相关文章 @@ -258,7 +263,7 @@ Fizz官方微信群 1. 网关核心项目fizz-gateway-community社区版本以GNU v3的方式进行的开放,可以免费使用。 -2. 管理后台项目(fizz-manager-professional)作为商业版本仅开放二进制包 [免费下载](https://wj.qq.com/s2/8682608/8fe2/),而商业项目请注明公司名称联系我们(sale@fizzgate.com)进行授权。 +2. 管理后台项目(fizz-manager-professional)作为商业版本仅开放二进制包 [免费下载](https://wj.qq.com/s2/8682608/8fe2/),而商业项目请注明公司名称联系我们(sale@fizzgate.com)进行授权,了解商业授权规则请点击[商业授权规则](https://github.com/wehotel/fizz-gateway-community/wiki/%E5%95%86%E4%B8%9A%E6%8E%88%E6%9D%83) ## 系统截图 diff --git a/fizz-bootstrap/pom.xml b/fizz-bootstrap/pom.xml index ba5d38e..a33f800 100644 --- a/fizz-bootstrap/pom.xml +++ b/fizz-bootstrap/pom.xml @@ -12,7 +12,7 @@ com.fizzgate fizz-bootstrap - 2.5.1 + 2.5.2 1.8 diff --git a/fizz-common/pom.xml b/fizz-common/pom.xml index 7be459b..7ef725c 100644 --- a/fizz-common/pom.xml +++ b/fizz-common/pom.xml @@ -5,7 +5,7 @@ fizz-gateway-community com.fizzgate - 2.5.1 + 2.5.2 ../pom.xml 4.0.0 diff --git a/fizz-core/pom.xml b/fizz-core/pom.xml index aca811d..b79cf0c 100644 --- a/fizz-core/pom.xml +++ b/fizz-core/pom.xml @@ -5,7 +5,7 @@ fizz-gateway-community com.fizzgate - 2.5.1 + 2.5.2 ../pom.xml 4.0.0 diff --git a/fizz-plugin/pom.xml b/fizz-plugin/pom.xml index 03945e7..c6c0660 100644 --- a/fizz-plugin/pom.xml +++ b/fizz-plugin/pom.xml @@ -5,7 +5,7 @@ fizz-gateway-community com.fizzgate - 2.5.1 + 2.5.2 ../pom.xml 4.0.0 diff --git a/fizz-spring-boot-starter/pom.xml b/fizz-spring-boot-starter/pom.xml index 55d773d..24aaee6 100644 --- a/fizz-spring-boot-starter/pom.xml +++ b/fizz-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ fizz-gateway-community com.fizzgate - 2.5.1 + 2.5.2 ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index de2f428..549194c 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,7 @@ fizz-gateway-community ${project.artifactId} fizz gateway community - 2.5.1 + 2.5.2 pom fizz-common