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 7a2b41ad3a37d6e85b901d620a59745e2795144b Merge: 062693d e396048 Author: stephen <[email protected]> AuthorDate: Thu Jan 2 12:10:25 2020 -0500 Merge branch 'TINKERPOP-2315' into tp33 CHANGELOG.asciidoc | 1 + docs/src/upgrade/release-3.3.x.asciidoc | 30 ++++++++++++++++++++++ gremlin-dotnet/glv/GraphTraversal.template | 8 ++++++ .../Process/Traversal/GraphTraversal.cs | 8 ++++++ .../DriverRemoteConnection/GraphTraversalTests.cs | 13 ++++++++++ .../glv/GraphTraversalSource.template | 8 ++++++ .../lib/process/graph-traversal.js | 8 ++++++ .../test/integration/traversal-test.js | 14 ++++++++++ gremlin-python/glv/GraphTraversalSource.template | 3 +++ .../gremlin_python/process/graph_traversal.py | 3 +++ .../tests/driver/test_driver_remote_connection.py | 8 ++++++ 11 files changed, 104 insertions(+) diff --cc CHANGELOG.asciidoc index 9bdcaca,3209db9..2ab50f9 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@@ -25,12 -25,10 +25,13 @@@ image::https://raw.githubusercontent.co * Improved error messaging for a `Cluster` with a bad `Channelizer` configuration in the Java driver. * Made `Cluster` be able to open configuration file on resources directory. + * Implemented `Traversal.clone()` operations for all language variants. * Bump to Tornado 5.x for gremlin-python. +* Started keep-alive polling on `Connection` construction to ensure that a `Connection` doesn't die in the pool. * Deprecated `TraversalStrategies.applyStrategies()`. * Deprecated Jython support in `gremlin-python`. +* Deprecated `NioChannelizer` and related classes in `gremlin-driver` and `gremlin-server`. +* Fixed a bug in the `ClassCacheRequestCount` metric for `GremlinGroovyScriptEngine` which wasn't including the cache hit count, only the misses. * Reverted: Modified Java driver to use IP address rather than hostname to create connections. [[release-3-3-9]]
