Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhiguo committed Sep 30, 2024
1 parent f9e34d0 commit fa68b80
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 8 deletions.
14 changes: 11 additions & 3 deletions RELEASE-zh.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# 发布历史

## 1.3.1
1. 修复Spring Gateway请求的默认重试策略。
2. 支持Spring Cloud Gateway仅启用多活和泳道功能。
3. 添加认证和权限策略。
4. 修复FailsafeClusterInvoker响应。
5. 修复反应式的断路器问题。
6. 修复UnreadyInboundFilter过滤链调用错误。
7. 修复对实时异常缺乏统一处理的问题。

## 1.3.0
1. 在分区容错的时候支持本云优先,减少专线带宽
2. 熔断和重试,支持采用JsonPath从应答体中提取异常码
Expand Down Expand Up @@ -35,9 +44,8 @@
4. 支持泳道流量路由
5. 支持微服务治理,包括集群重试策略,限流策略,负载均衡算法,标签路由策略,多活策略、泳道策略、优雅启动和下线。
6. 支持常用的框架,包括:

1. 微服务治理:Spring cloud 3,Spring gateway 3,Dubbo 2.6/2.7/3,SofaRpc
2. 链路透传:Spring cloud 3,Spring gateway 3,Dubbo 2.6/2.7/3,SofaRpc,Grpc,Rocketmq 4/5,Kafka 3,Http client 3/4,Http servlet,Okhttp 1/3,JDK http connection,Thread pool。
- 微服务治理:Spring cloud 3,Spring gateway 3,Dubbo 2.6/2.7/3,SofaRpc
- 链路透传:Spring cloud 3,Spring gateway 3,Dubbo 2.6/2.7/3,SofaRpc,Grpc,Rocketmq 4/5,Kafka 3,Http client 3/4,Http servlet,Okhttp 1/3,JDK http connection,Thread pool。
7. 发布配套的云原生多活控制器

## 限制
Expand Down
14 changes: 11 additions & 3 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Release History

## 1.3.1
1. Fix the default retry policy from spring gateway request.
2. Support spring cloud gateway only enable multi-live and lane feature.
3. Add auth and permission policy.
4. Fix FailsafeClusterInvoker response.
5. Fix circuit breaker for reactive.
6. Fix Unready inbound filter error.
7. Fixing the lack of unified handling for live exceptions.

## 1.3.0
1. Support for local cloud priority during cell fault tolerance, reducing dedicated line bandwidth usage.
2. Circuit breaker and retry, supporting the use of JsonPath to extract exception codes from response bodies.
Expand Down Expand Up @@ -35,9 +44,8 @@
4. Supported lane-based traffic routing.
5. Supported microservices governance, including cluster retry strategies, rate limiting strategies, load balancing algorithms, tag-based routing strategies, active-active strategies, lane strategies, graceful startup, and shutdown.
6. Supported common frameworks, including:

1. Microservices governance: Spring Cloud 3, Spring Gateway 3, Dubbo 2.6/2.7/3, SofaRpc.
2. Trace propagation: Spring Cloud 3, Spring Gateway 3, Dubbo 2.6/2.7/3, SofaRpc, Grpc, RocketMQ 4/5, Kafka 3, HttpClient 3/4, HttpServlet, OkHttp 1/3, JDK HttpConnection, ThreadPool.
- Microservices governance: Spring Cloud 3, Spring Gateway 3, Dubbo 2.6/2.7/3, SofaRpc.
- Trace propagation: Spring Cloud 3, Spring Gateway 3, Dubbo 2.6/2.7/3, SofaRpc, Grpc, RocketMQ 4/5, Kafka 3, HttpClient 3/4, HttpServlet, OkHttp 1/3, JDK HttpConnection, ThreadPool.
7. Released the accompanying cloud-native active-active controller.

## Limitations
Expand Down
2 changes: 1 addition & 1 deletion joylive-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
</scm>

<properties>
<revision>1.4.0-SNAPSHOT</revision>
<revision>1.3.1</revision>
</properties>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</scm>

<properties>
<revision>1.4.0-SNAPSHOT</revision>
<revision>1.3.1</revision>
<lombok.version>1.18.34</lombok.version>
<mockito-core.version>4.11.0</mockito-core.version>
<junit-jupiter.version>5.10.1</junit-jupiter.version>
Expand Down

0 comments on commit fa68b80

Please sign in to comment.