You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added `__contains__` and `keys()` to `Element` in `gremlin-python`.
27
27
* Added `subgraph()` support for `gremlin-python` so that results are stored in a detached `Graph` object.
28
28
* Modified grammar to make `discard()` usage more consistent as a filter step where it can now be used to chain additional traversal steps and be used anonymously.
29
-
* Removed `Meta` field from `ResponseResult` struct in `gremlin-go`
29
+
* Removed `Meta` field from `ResponseResult` struct in `gremlin-go`.
30
30
* Removed deprecated elements of the Java-based process testing suite: `ProcessStandardSuite`, `ProcessComputerSuite`, `ProcessLimitedSuite` and associated tests.
31
31
* Removed redundant Gremlin Server integration testing: `org.apache.tinkerpop.gremlin.process.*` and related infrastructure.
32
32
* Removed obsolete `gremlin-groovy` translation testing: `ParameterizedGroovyTranslatorProvider` and related infrastructure.
33
-
* Replace `Bytecode` with `GremlinLang` & update serialization to GraphBinary 4 for `gremlin-go`
34
-
* Added `RequestInterceptor` to `gremlin-go` with `auth` reference implementations to replace `authInfo`
35
-
* Refactored GraphBinary serializers to use `io.Writer` and `io.Reader` instead of `*bytes.Buffer` for streaming capacities
36
-
* Refactored `httpProtocol` and `httpTransport` in `gremlin-go` into single `connection.go` that handles HTTP request and response
33
+
* Replace `Bytecode` with `GremlinLang` & update serialization to GraphBinary 4 for `gremlin-go`.
34
+
* Added `RequestInterceptor` to `gremlin-go` with `auth` reference implementations to replace `authInfo`.
35
+
* Refactored GraphBinary serializers to use `io.Writer` and `io.Reader` instead of `*bytes.Buffer` for streaming capacities.
36
+
* Refactored `httpProtocol` and `httpTransport` in `gremlin-go` into single `connection.go` that handles HTTP request and response.
Copy file name to clipboardExpand all lines: gremlin-javascript/src/main/javascript/gremlin-javascript/lib/structure/io/binary/internals/GraphBinaryWriter.js
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,5 @@ export default class GraphBinaryWriter {
0 commit comments