You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2021/04/28 17:49:12 UTC

[tinkerpop] branch master updated: Added some links jira in upgrade docs CTR

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


The following commit(s) were added to refs/heads/master by this push:
     new f5614be  Added some links jira in upgrade docs CTR
f5614be is described below

commit f5614beca4e115003a60c0443f486c649196001f
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Wed Apr 28 13:37:16 2021 -0400

    Added some links jira in upgrade docs CTR
---
 docs/src/upgrade/release-3.5.x.asciidoc | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/docs/src/upgrade/release-3.5.x.asciidoc b/docs/src/upgrade/release-3.5.x.asciidoc
index 21b00f8..eedaf7b 100644
--- a/docs/src/upgrade/release-3.5.x.asciidoc
+++ b/docs/src/upgrade/release-3.5.x.asciidoc
@@ -666,7 +666,7 @@ is up to the application to determine if retry is desired and how best to do so.
 
 See: link:https://issues.apache.org/jira/browse/TINKERPOP-2517[TINKERPOP-2517]
 
-==== Python Transportation Layer Rewrite
+==== Python Transport Layer
 
 With the removal of Python 2.x support the transport layer of gremlin-python has been rewritten to use a library that
 utilizes the asyncio event loop of Python 3. link:https://github.com/aio-libs/aiohttp[AIOHTTP] utilizes Python 3's
@@ -678,6 +678,11 @@ link:https://github.com/tornadoweb/tornado[Tornado] transport layer, which has b
 library. An additional config which enables the driver to be used from within an event loop has been added and can be
 used by setting `call_from_event_loop=True` when connecting.
 
+See: link:https://issues.apache.org/jira/browse/TINKERPOP-1886[TINKERPOP-1886],
+link:https://issues.apache.org/jira/browse/TINKERPOP-2388[TINKERPOP-2388],
+link:https://issues.apache.org/jira/browse/TINKERPOP-2484[TINKERPOP-2484],
+link:https://issues.apache.org/jira/browse/TINKERPOP-2546[TINKERPOP-2546],
+
 ==== Python Kerberos Support
 
 The Python Driver now supports Kerberos based authentication: