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/01/22 16:30:15 UTC

svn commit: r1885805 - /tinkerpop/site/docs/3.4.10/upgrade/index.html

Author: spmallette
Date: Fri Jan 22 16:30:14 2021
New Revision: 1885805

URL: http://svn.apache.org/viewvc?rev=1885805&view=rev
Log:
Added warning block about TinkerPop 3.4.9 in python which should have been present when published. 

Modified:
    tinkerpop/site/docs/3.4.10/upgrade/index.html

Modified: tinkerpop/site/docs/3.4.10/upgrade/index.html
URL: http://svn.apache.org/viewvc/tinkerpop/site/docs/3.4.10/upgrade/index.html?rev=1885805&r1=1885804&r2=1885805&view=diff
==============================================================================
--- tinkerpop/site/docs/3.4.10/upgrade/index.html (original)
+++ tinkerpop/site/docs/3.4.10/upgrade/index.html Fri Jan 22 16:30:14 2021
@@ -1660,6 +1660,19 @@ g = graph.traversal().withRemote(connect
 <p>Please see the <a href="https://github.com/apache/tinkerpop/blob/3.4.9/CHANGELOG.asciidoc#release-3-4-9">changelog</a> for a
 complete list of all the modifications that are part of this release.</p>
 </div>
+<div class="admonitionblock warning">
+<table>
+<tr>
+<td class="icon">
+<div class="title">Warning</div>
+</td>
+<td class="content">
+Python users should prefer use of 3.4.10 to avoid an issue with a default timeout setting that requires direct
+configuration described in <a href="https://issues.apache.org/jira/browse/TINKERPOP-2505">TINKERPOP-2505</a>.
+</td>
+</tr>
+</table>
+</div>
 <div class="sect2">
 <h3 id="_upgrading_for_users_2">Upgrading for Users</h3>
 <div class="sect3">