This is an automated email from the ASF dual-hosted git repository.

AlexStocks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git


The following commit(s) were added to refs/heads/develop by this push:
     new 973a60827 chore(doc): Update copyright year in NOTICE file (#3593)
973a60827 is described below

commit 973a6082777ebfadd7ae3eeb99babbc67697e71c
Author: Xuetao Li <[email protected]>
AuthorDate: Wed Aug 5 04:35:00 2026 +0000

    chore(doc): Update copyright year in NOTICE file (#3593)
    
    * Update copyright year in NOTICE file
    
    * Improve README with updated CHANGELOG link
    
    Updated link to CHANGELOG.md for better accessibility.
---
 NOTICE    | 2 +-
 README.md | 8 +++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/NOTICE b/NOTICE
index 43027494c..20b8f1712 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Dubbo-go
-Copyright 2018-2025 The Apache Software Foundation
+Copyright 2018-2026 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/README.md b/README.md
index 8463a2cae..4e3cf9342 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,13 @@ You can visit [the official 
website](https://dubbo.apache.org/) for more informa
 
 ## Recent Updates
 
-For detailed changes, refer to CHANGELOG.md.
+For detailed changes, refer to [CHANGELOG.md](CHANGELOG.md).
+
+- **3.3.2**:
+
+  ***BREAKING CHANGE***: `config` package has been removed, please use modern 
`global` package, check 
[dubbo-go-samples](https://github.com/apache/dubbo-go-samples) for usage 
instructions.
+
+  Apache Dubbo-go 3.3.2 is a production-readiness release focused on API 
consolidation, Triple protocol capabilities, application-level metadata, 
service governance, concurrency safety, and release tooling. It completes the 
removal of the legacy config package, expands generic invocation and 
HTTP-facing Triple features, refreshes generated-project workflows, and fixes 
multiple races, stale-snapshot issues, and resource leaks.
 
 - **3.3.1**: Optimized configuration hot-reloading with content-based caching 
to prevent redundant notifications. Added experimental HTTP/3 support, Apollo 
integration, and Triple protocol OpenAPI generation. Fixed critical race 
conditions in service discovery under high-concurrency.
 

Reply via email to