This is an automated email from the ASF dual-hosted git repository.
rainyu pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new 236db87a59 docs: Add 3.3.6 version highlights to README (#15772)
236db87a59 is described below
commit 236db87a593ce28eeded9f6fc4ef02705e526ddf
Author: redoom <[email protected]>
AuthorDate: Tue Nov 25 22:54:38 2025 +0800
docs: Add 3.3.6 version highlights to README (#15772)
---
README.md | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index 3350b17742..c2fa196a54 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@
[](http://isitmaintained.com/project/apache/dubbo)
[](http://isitmaintained.com/project/apache/dubbo)
-Apache Dubbo is a powerful and user-friendly Web and RPC framework. It
supports multiple language implementations such as Java,
[Go](https://github.com/apache/dubbo-go),
[Python](https://github.com/dubbo/py-client-for-apache-dubbo),
[PHP](https://github.com/apache/dubbo-php-framework),
[Erlang](https://github.com/apache/dubbo-erlang),
[Rust](https://github.com/apache/dubbo-rust), and
[Node.js/Web](https://github.com/apache/dubbo-js).
+Apache Dubbo is a powerful and user-friendly Web and RPC framework. It
supports multiple language implementations such as Java,
[Go](https://github.com/apache/dubbo-go),
[Python](https://github.com/dubbo/py-client-for-apache-dubbo),
[PHP](https://github.com/apache/dubbo-php-framework),
[Erlang](https://github.com/apache/dubbo-erlang),
[Rust](https://github.com/apache/dubbo-rust), and
[Node.js/Web](https://github.com/apache/dubbo-js).
Dubbo provides solutions for communication, service discovery, traffic
management, observability, security, tooling, and best practices for building
enterprise-grade microservices.
@@ -71,11 +71,13 @@ Explore more through our hands-on tasks:
## 📦 Version Compatibility
-| Version | JDK Support | Dependencies
| Highlights
|
-|----------|-------------|--------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------|
-| **3.3.5** | 1.8 – 21 | [View
Dependencies](https://github.com/apache/dubbo/blob/dubbo-3.3.5/dubbo-dependencies-bom/pom.xml#L92)
| ✅ Actively Maintained <br> ✅ Triple Protocol (gRPC/cURL) <br> ✅ REST Support
<br> ✅ Spring Boot Starters |
-| **3.2.16** | 1.8 – 17 | [View
Dependencies](https://github.com/apache/dubbo/blob/dubbo-3.2.5/dubbo-dependencies-bom/pom.xml#L94)
| ✅ Actively Maintained <br> ✅ Metrics & Tracing <br> ✅ Thread Pool Isolation
<br> ✅ +30% Performance <br> ✅ Native Image Support |
-| **3.1.11** | 1.8 – 17 | [View
Dependencies](https://github.com/apache/dubbo/blob/dubbo-3.2.11/dubbo-dependencies-bom/pom.xml#L90)
| ⚠️ Stable, but Not Actively Maintained
|
+| Version | JDK Support | Dependencies
| Highlights
|
+|--------------------|-------------|-----------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------|
+| **3.3.7-SNAPSHOT** | 1.8 – 25 | Coming Soon
| ✅ JDK 25
Support
+| **3.3.6** | 1.8 – 21 | [View
Dependencies](https://github.com/apache/dubbo/blob/dubbo-3.3.6/dubbo-dependencies-bom/pom.xml#L92)
| ✅ Mutiny Reactive Support <br> ✅ Affinity Router <br> ✅ Method-level TPS
Limiting <br> ✅ Spring 6 Security Plugin <br> ✅ Enhanced Environment Variable
Config |
+| **3.3.5** | 1.8 – 21 | [View
Dependencies](https://github.com/apache/dubbo/blob/dubbo-3.3.5/dubbo-dependencies-bom/pom.xml#L92)
| ✅ Actively Maintained <br> ✅ Triple Protocol (gRPC/cURL) <br> ✅ REST
Support <br> ✅ Spring Boot Starters |
+| **3.2.16** | 1.8 – 17 | [View
Dependencies](https://github.com/apache/dubbo/blob/dubbo-3.2.5/dubbo-dependencies-bom/pom.xml#L94)
| ✅ Actively Maintained <br> ✅ Metrics & Tracing <br> ✅ Thread Pool Isolation
<br> ✅ +30% Performance <br> ✅ Native Image Support |
+| **3.1.11** | 1.8 – 17 | [View
Dependencies](https://github.com/apache/dubbo/blob/dubbo-3.2.11/dubbo-dependencies-bom/pom.xml#L90)
| ⚠️ Stable, but Not Actively Maintained
|
### Dubbo2