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 062693d8803b3d363dc420a50e1859a239f0f6c1
Merge: 37bb76d af43822
Author: stephen <[email protected]>
AuthorDate: Thu Jan 2 12:08:34 2020 -0500

    Merge branch 'TINKERPOP-2266' into tp33

 CHANGELOG.asciidoc                                            |  1 +
 .../java/org/apache/tinkerpop/gremlin/driver/Connection.java  | 11 +++++++++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --cc CHANGELOG.asciidoc
index 081dae8,f0674c9..9bdcaca
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@@ -23,13 -23,11 +23,14 @@@ image::https://raw.githubusercontent.co
  [[release-3-3-10]]
  === TinkerPop 3.3.10 (Release Date: NOT OFFICIALLY RELEASED YET)
  
 +* 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.
  * 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]]

Reply via email to