-
Notifications
You must be signed in to change notification settings - Fork 794
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add SPI Extensions 3.2.0 release note #2976
Conversation
✅ Deploy Preview for dubbo ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
## 优化 | ||
- 支持非本地集群的动态IP访问。 | ||
- 调整polaris的filter的引用模式,限流与熔断分开便于用户按需使用 | ||
- 增加dubbo-gateway-extensions网关扩展模块 | ||
- 支持polarismesh的新熔断设计实现 | ||
- 增加cross模块,轻量级地复制了dubbo.tag 的跨线程功能。 | ||
- 按子网生成标签,以便服务可以在相同的区域子网中进行rpc。 | ||
- 增加fury序列化框架实现 | ||
- 添加jackson 序列化扩展 | ||
- dubbo 3.2 引入 Kubernetes 和 xDS 实现 #251 | ||
|
||
## BUG修复 | ||
-改正dubbo-mock-extensions模块错误描述 | ||
-修复Serialization全限定名配置文件错误路径 | ||
-修复ServiceConfigURL在dubbo 3.0中,application、version 等公共参数不传输的问题。 | ||
-修复Dubbo Redis不支持选择数据库 | ||
-修复INJVM协议下Protobuf对象,不能被正常深度拷贝 | ||
|
||
## 支持dubbo-3.2 | ||
- consul、rocketmq、webservice、RMI、eakewma、etcd、fastjson、gson、jackson、QUIC、serialization、dubbo-cluster-broadcast-1、dubbo-cluster-specify-address、dubbo-register-redis、dubbo-register-consul、dubbo-common-extensions、dubbo-cross-thread-extensions、dubbo-filter-seata支持 dubbo-3.2 | ||
|
||
## 版本升级 | ||
- 更新 kryo 5.3.0 -> 5.4.0 | ||
- 更新 snakeyaml 1.32 -> 2.0 | ||
- 更新 grpc-protobuf 1.31.1 -> 1.53.0 | ||
- 更新 ch.qos.logback:logback-classic 1.2.11 -> 1.3.12 | ||
- 更新 org.springframework:spring-framework-bom 4.3.29.RELEASE -> 4.3.30.RELEASE | ||
- 更新 ch.qos.logback:logback-classic 1.2.3 -> 1.3.12 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Release note should be stored in Github Release Tag
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
look at this link #2973
在社区动态中添加dubb-spi-extensions 版本发布记录