This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch wu-sheng-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb-java-client.git
commit e6664a7105c7c21ec79194846c31b62a1bcbea95 Author: 吴晟 Wu Sheng <[email protected]> AuthorDate: Tue Oct 14 08:06:47 2025 +0800 Update CHANGES.md --- CHANGES.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ad2dc6e..503a4d6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,22 @@ Changes by Version ================== Release Notes. +0.9.2 +------------------ + +### Features + +* NOTICE, The official team is considering providing support for the new lightweight protocol in the future, which would allow the removal of the client-side cache and eliminate the need for the Java client, switching instead to directly using the gRPC protocol. +* Remove the asynchronous mechanism from the client lib. This mechanism should be implemented on the user end. + +0.9.1 +------------------ + +### Features + +* Make TraceQueryResponse internal trace return object. +* Add the span_id_tag_name field to the trace schema. + 0.9.0 ------------------
