This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit 1c4ff6aae31d0b34625386477aeb68eb5b1651c8
Merge: a867920dc2 88b222949c
Author: Stephen Mallette <[email protected]>
AuthorDate: Wed Jun 24 15:21:11 2026 -0400

    Merge branch 'TINKERPOP-3238' into 3.7-dev

 CHANGELOG.asciidoc                                 |   1 +
 docs/src/reference/the-traversal.asciidoc          |  14 +++
 docs/src/upgrade/release-3.7.x.asciidoc            |  17 ++++
 .../gremlin/process/traversal/Failure.java         | 107 ++++++++++++++-------
 .../gremlin/process/traversal/FailureTest.java     | 101 +++++++++++++++++++
 .../apache/tinkerpop/gremlin/driver/Handler.java   |  13 ++-
 .../driver/exception/FailResponseException.java    |  60 ++++++++++++
 .../exception/FailResponseExceptionTest.java       |  65 +++++++++++++
 .../gremlin/server/GremlinServerIntegrateTest.java |   4 +
 9 files changed, 346 insertions(+), 36 deletions(-)

diff --cc CHANGELOG.asciidoc
index f74f6ba3b3,8f37ba96ad..5e54133fcc
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@@ -26,8 -26,7 +26,9 @@@ 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.
+ * Added `FailResponseException` to `gremlin-driver` which is thrown `fail()` 
step is triggered on the server making it more consistent with embedded 
behavior.
  * 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`.

Reply via email to