This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a commit to branch luster/version in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git
commit 99156633859e0cd508a1c744e7d312dc648dc162 Author: Gao Hongtao <hanahm...@gmail.com> AuthorDate: Fri Sep 12 15:38:32 2025 +0800 Add comprehensive version compatibility checking for data transmission and chunked sync operations, ensuring proper validation of API and file format versions with detailed error reporting and graceful handling of mismatches. --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index 56dcd1e1..dfa07445 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -41,6 +41,7 @@ Release Notes. - Implement a resilient publisher with circuit breaker and retry logic with exponential backoff. - Optimize gRPC message size limits: increase server max receive message size to 16MB and client max receive message size to 32MB for better handling of large time-series data blocks. - Add query access log support for stream, measure, trace, and property services to capture and log all query requests for monitoring and debugging purposes. +- Implement comprehensive version compatibility checking for both regular data transmission and chunked sync operations, ensuring proper API version and file format version validation with detailed error reporting and graceful handling of version mismatches. ### Bug Fixes