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 ada51fa66f76cb051971ef2e6b883bbaeabf5db6 Author: Stephen Mallette <[email protected]> AuthorDate: Tue Dec 13 06:49:43 2022 -0500 Updated CHANGELOG CTR --- CHANGELOG.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 62e8af8674..29886be7c1 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -32,6 +32,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima * Set the exact exception in `initializationFailure` on the Java driver instead of the root cause. * Improved error message for when `from()` and `to()` are unproductive for `addE()`. * Added `SparkIOUtil` utility to load graph into Spark RDD. +* Improved performance of `CloneVertexProgram` by bypassing the shuffle state of `SparkGraphComputer`. * Changed `JavaTranslator` exception handling so that an `IllegalArgumentException` is used for cases where the method exists but the signature can't be discerned given the arguments supplied. * Dockerized all test environment for .NET, JavaScript, Python, Go, and Python-based tests for Console, and added Docker as a build requirement. * Async operations in .NET can now be cancelled. This however does not cancel work that is already happening on the server.
