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 b2fb2b246562ade571d88563e6dec10e7cbf3f37 Merge: 1cca37e512 fed6725a61 Author: Stephen Mallette <[email protected]> AuthorDate: Fri Jul 7 12:21:38 2023 -0400 Merge branch 'TINKERPOP-2920' into 3.5-dev CHANGELOG.asciidoc | 7 ++++--- .../process/traversal/lambda/ValueTraversal.java | 7 ++++++- .../traversal/step/map/PropertyMapStep.java | 4 ++++ .../optimization/ProductiveByStrategy.java | 20 ++++++++++++++++-- .../structure/io/graphson/GraphSONModule.java | 1 + .../decoration/SubgraphStrategyProcessTest.java | 24 ++++++++++++++++++++++ 6 files changed, 57 insertions(+), 6 deletions(-) diff --cc CHANGELOG.asciidoc index 6225ef9b79,0784fd4e1e..07f4ecb222 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@@ -24,14 -24,12 +24,15 @@@ image::https://raw.githubusercontent.co === TinkerPop 3.5.7 (Release Date: NOT OFFICIALLY RELEASED YET) * Fixed a memory leak in the Gremlin.Net driver that only occurred if a CancellationToken was provided. +* Fixed gremlin-python `Client` problem where calling `submit()` after` `close()` would hang the system. * Added `gremlin.spark.dontDeleteNonEmptyOutput` to stop deleting the output folder if it is not empty in `spark-gremlin`. + * Fixed a bug in `SubgraphStrategy` where the vertex property filter produced errors if a `Vertex` was missing the key provided to `by()` as a token. * Upgraded `gremlin-javascript` and `gremlint` to Node 16.20.0. * Upgraded `gremlin-go` to Go 1.20. - * Improved the python Translator class + * Improved the python `Translator` class with better handling for `P`, `None` and subclasses of `str`. * Added `gremlin-java8.bat` file as a workaround to allow loading the console using Java 8 on Windows. +* Fixed a bug in `gremlin-server` where timeout tasks were not cancelled and could cause very large memory usage when timeout is large. +* Removed `jcabi-manifests` dependency from `gremlin-core`, `gremlin-driver`, and `gremlin-server`. [[release-3-5-6]] === TinkerPop 3.5.6 (Release Date: May 1, 2023)
