You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ly...@apache.org on 2022/06/07 21:15:29 UTC

[tinkerpop] branch 3.5-dev updated: Updating changelog for TINKERPOP-2740 (DNS lookup removal)

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

lyndonb pushed a commit to branch 3.5-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/3.5-dev by this push:
     new 945e588baf Updating changelog for TINKERPOP-2740 (DNS lookup removal)
945e588baf is described below

commit 945e588baf7f04e3f95e1f2756b4558bb27df732
Author: Lyndon Bauto <ly...@bitquilltech.com>
AuthorDate: Tue Jun 7 14:15:14 2022 -0700

    Updating changelog for TINKERPOP-2740 (DNS lookup removal)
---
 CHANGELOG.asciidoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 19cd1c2ad0..1ca39ae8bd 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -27,6 +27,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 * Fixed a minor problem in the Gremlin parser where a `GraphTraversalSource` may not have been initialized.
 * Added getters to high and low properties in RangeLocalStep.
 * TINKERPOP-2229 Added GraphBinary serialization support to gremlin-javascript.
+* TINKERPOP-2740 Improved startup time by removing unnecessary DNS lookup.
 
 [[release-3-5-3]]
 === TinkerPop 3.5.3 (Release Date: April 4, 2022)