You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by kr...@apache.org on 2021/04/14 16:02:46 UTC

[tinkerpop] branch master updated: Document that AIOHTTP replaces Tornado in 3.5.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new cc430d1  Document that AIOHTTP replaces Tornado in 3.5.0
cc430d1 is described below

commit cc430d1d32286b592a405741c3ef5f782feb5d07
Author: Kelvin Lawrence <gf...@yahoo.com>
AuthorDate: Wed Apr 14 11:02:37 2021 -0500

    Document that AIOHTTP replaces Tornado in 3.5.0
    
    Minor change to update the change log with the fact that we are removing our dependency on Tornado and instead will be using AIOHTTP moving forward. One line change merging as CTR.
---
 CHANGELOG.asciidoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 9447cb0..4209624 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -73,7 +73,7 @@ This release also includes changes from <<release-3-4-3, 3.4.3>>.
 * Added Groovy `Translator` for Python.
 * Fixed bug in `PythonTranslator` for processing `TraversalStrategy` instances in GraphBinary.
 * Fixed bug in bytecode `Bindings` where calling `of()` prior to calling a child traversal in the same parent would cause the initial binding to be lost.
-* Bumped to tornado 6.1 for gremlinpython.
+* Migrated from Tornado to AIOHTTP for gremlinpython.
 * Bumped to Neo4j 3.4.11.
 * Bumped to Spark 3.0.0.
 * Bumped to Jackson 2.11.x.