From commits-return-32231-archive-asf-public=cust-asf.ponee.io@tinkerpop.apache.org Fri Sep 21 21:38:16 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 36CC7180671 for ; Fri, 21 Sep 2018 21:38:16 +0200 (CEST) Received: (qmail 56789 invoked by uid 500); 21 Sep 2018 19:38:15 -0000 Mailing-List: contact commits-help@tinkerpop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.apache.org Delivered-To: mailing list commits@tinkerpop.apache.org Received: (qmail 56762 invoked by uid 99); 21 Sep 2018 19:38:15 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Sep 2018 19:38:15 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C2F65E10F0; Fri, 21 Sep 2018 19:38:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: spmallette@apache.org To: commits@tinkerpop.apache.org Date: Fri, 21 Sep 2018 19:38:16 -0000 Message-Id: <5f46701bac5349b9aba1c578798de265@git.apache.org> In-Reply-To: <9044399a08f340428a60ce9007858455@git.apache.org> References: <9044399a08f340428a60ce9007858455@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/5] tinkerpop git commit: Updated changelog CTR Updated changelog CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/0426797a Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/0426797a Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/0426797a Branch: refs/heads/master Commit: 0426797a5a3da5b05a35cbbf075dc4100d5d5412 Parents: 4bdf0d2 Author: Stephen Mallette Authored: Fri Sep 21 15:15:50 2018 -0400 Committer: Stephen Mallette Committed: Fri Sep 21 15:15:50 2018 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/0426797a/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 948f8df..c1e8b56 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -46,6 +46,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima * Fixed bug in `branch()` where reducing steps as options would produce incorrect results. * Removed recursive handling of streaming results from Gremlin-Python driver to avoid max recursion depth errors. * Improved performance of `TraversalVertexProgram` and related infrastructure. +* Checked web socket state before closing connection in the .NET driver. * Deprecated `BulkLoaderVertexProgram` and related infrastructure. * Deprecated `BulkDumperVertexProgram` with the more aptly named `CloneVertexProgram`. * Added `createGratefulDead()` to `TinkerFactory` to help make it easier to try to instantiate that toy graph.