This is an automated email from the ASF dual-hosted git repository.
xiazcy pushed a commit to branch go-http-fix
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/go-http-fix by this push:
new a085e553a1 Update CHANGELOG
a085e553a1 is described below
commit a085e553a1b15311f5a76b6d5d6e56216d55a0ed
Author: Yang Xia <[email protected]>
AuthorDate: Wed Mar 25 09:38:38 2026 -0700
Update CHANGELOG
---
CHANGELOG.asciidoc | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 30496fcf0f..08334b7fd4 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -40,8 +40,10 @@
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
* Removed deprecated `Graph.traversal()` method in JS in favor of the
anonymous `traversal()` function.
* Replace `Bytecode` with `GremlinLang` & update serialization to GraphBinary
4 for `gremlin-go`.
* Added `RequestInterceptor` to `gremlin-go` with `auth` reference
implementations to replace `authInfo`.
-* Refactored GraphBinary serializers to use `io.Writer` and `io.Reader`
instead of `*bytes.Buffer` for streaming capacities.
+* Refactored GraphBinary serializers in `gremlin-go` to use `io.Writer` and
`io.Reader` instead of `*bytes.Buffer` for streaming capacities.
* Refactored `httpProtocol` and `httpTransport` in `gremlin-go` into single
`connection.go` that handles HTTP request and response.
+* Reordered interceptor chain in `gremlin-go` so interceptors access raw
request before serialization.
+* Exported `request` in `gremlin-go` as `RequestMessage` with public
`Gremlin`/`Fields` for clarity, access and consistency.
* Refactored result handling in `gremlin-driver` by merging `ResultQueue` into
`ResultSet`.
* Replace `Bytecode` with `GremlinLang` in `gremlin-dotnet`.
* Replace `WebSocket` with `HTTP` (non-streaming) in `gremlin-dotnet`.