From commits-return-29942-archive-asf-public=cust-asf.ponee.io@tinkerpop.apache.org Thu Jun 14 17:38:53 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 0A7581807CA for ; Thu, 14 Jun 2018 17:38:48 +0200 (CEST) Received: (qmail 12425 invoked by uid 500); 14 Jun 2018 15:38:47 -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 12185 invoked by uid 99); 14 Jun 2018 15:38:47 -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; Thu, 14 Jun 2018 15:38:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 569BCE1137; Thu, 14 Jun 2018 15:38:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: florianhockmann@apache.org To: commits@tinkerpop.apache.org Date: Thu, 14 Jun 2018 15:39:07 -0000 Message-Id: <8375a006a1fe47fa8ffada542c30771e@git.apache.org> In-Reply-To: <6aa58bd20e9a4e79bba602981507611b@git.apache.org> References: <6aa58bd20e9a4e79bba602981507611b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [22/50] tinkerpop git commit: TINKERPOP-1968 Changelog updates TINKERPOP-1968 Changelog updates Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/2886eaff Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/2886eaff Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/2886eaff Branch: refs/heads/TINKERPOP-1836 Commit: 2886eaff212b7aa525378d8a494fe8b9138a03a2 Parents: 68ea100 Author: Stephen Mallette Authored: Tue May 22 06:17:22 2018 -0400 Committer: Stephen Mallette Committed: Thu May 31 16:19:43 2018 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/2886eaff/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 6a06a1a..6297210 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -27,6 +27,8 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima * Removed recursive handling of streaming results from Gremlin-Python driver to avoid max recursion depth errors. * Improved performance of `TraversalVertexProgram` and related infrastructure. * Added `createGratefulDead()`to `TinkerFactory` to help make it easier to try to instantiate that toy graph. +* Added identifiers to edges in the Kitchen Sink toy graph. +* Refactored the Gremlin Server integration testing framework and streamlined that infrastructure. * Fixed bug in `GroovyTranslator` that didn't properly handle empty `Map` objects. * Added concrete configuration methods to `SparkGraphComputer` to make a more clear API for configuring it. * Fixed a bug in `TinkerGraphCountStrategy`, which didn't consider that certain map steps may not emit an element.