This is an automated email from the ASF dual-hosted git repository. spmallette pushed a commit to branch 3.7-dev in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit a867920dc2403358f7351f010d596522270f21ba Merge: fa67cb8245 a47b821703 Author: Stephen Mallette <[email protected]> AuthorDate: Wed Jun 24 15:17:44 2026 -0400 Merge branch 'TINKERPOP-3179' into 3.7-dev CHANGELOG.asciidoc | 1 + gremlin-go/driver/cucumber/cucumberSteps_test.go | 5 +--- gremlin-go/driver/graphTraversalSource.go | 11 ++++++++ gremlin-go/driver/graphTraversalSource_test.go | 35 ++++++++++++++++++++++++ 4 files changed, 48 insertions(+), 4 deletions(-) diff --cc CHANGELOG.asciidoc index 6908e7f63e,5a38fea86e..f74f6ba3b3 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@@ -26,7 -26,7 +26,8 @@@ image::https://raw.githubusercontent.co === TinkerPop 3.7.7 (Release Date: NOT OFFICIALLY RELEASED YET) * Added `NextN(n)` to `Traversal` in `gremlin-go` for batched result iteration, providing API parity with `next(n)` in the Java, Python, and .NET GLVs. +* Added `next(n)` to `Traversal` in `gremlin-javascript` for batched result iteration, providing API parity with `next(n)` in the Java, Python, and .NET GLVs. + * Added `WithComputer()` to `GraphTraversalSource` in `gremlin-go`, providing OLAP configuration parity with other language variants. * Fixed conjoin has incorrect null handling. * Expanded `gremlin-python` CI matrix to test against Python 3.9, 3.10, 3.11, 3.12, and 3.13. * Add Node 26 support for `gremlin-javascript` and `gremlint`.
