Return-Path: X-Original-To: apmail-tinkerpop-commits-archive@minotaur.apache.org Delivered-To: apmail-tinkerpop-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1F3F818DF9 for ; Thu, 3 Dec 2015 16:44:07 +0000 (UTC) Received: (qmail 71412 invoked by uid 500); 3 Dec 2015 16:43:08 -0000 Delivered-To: apmail-tinkerpop-commits-archive@tinkerpop.apache.org Received: (qmail 71387 invoked by uid 500); 3 Dec 2015 16:43:08 -0000 Mailing-List: contact commits-help@tinkerpop.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tinkerpop.incubator.apache.org Delivered-To: mailing list commits@tinkerpop.incubator.apache.org Received: (qmail 71342 invoked by uid 99); 3 Dec 2015 16:43:08 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Dec 2015 16:43:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 7065C180A59 for ; Thu, 3 Dec 2015 16:43:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.247 X-Spam-Level: * X-Spam-Status: No, score=1.247 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id YQTmvAzv-vkQ for ; Thu, 3 Dec 2015 16:42:59 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with SMTP id 2F3B12059B for ; Thu, 3 Dec 2015 16:42:58 +0000 (UTC) Received: (qmail 70818 invoked by uid 99); 3 Dec 2015 16:42:57 -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, 03 Dec 2015 16:42:57 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4CE78E6803; Thu, 3 Dec 2015 16:42:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: okram@apache.org To: commits@tinkerpop.incubator.apache.org Date: Thu, 03 Dec 2015 16:42:57 -0000 Message-Id: <7ddfc1cac2064448b504bfb82908f6f4@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [01/50] incubator-tinkerpop git commit: Update changelog. Repository: incubator-tinkerpop Updated Branches: refs/heads/TINKERPOP3-982 0bda36c74 -> 8662fcb8e Update changelog. Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/cfe6e1af Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/cfe6e1af Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/cfe6e1af Branch: refs/heads/TINKERPOP3-982 Commit: cfe6e1af3d99aff2e92090dc3ed5431975939a45 Parents: ea6871f Author: Stephen Mallette Authored: Thu Nov 19 19:02:20 2015 -0500 Committer: Stephen Mallette Committed: Thu Nov 19 19:02:20 2015 -0500 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/cfe6e1af/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 5f3018a..0ccb1d7 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -26,6 +26,7 @@ image::https://raw.githubusercontent.com/apache/incubator-tinkerpop/master/docs/ TinkerPop 3.1.1 (NOT OFFICIALLY RELEASED YET) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* `TinkerGraph` has "native" serialization in GraphSON, which enables it to be a return value from Gremlin Server. * Added `explain()`-step which yields a `TraversalExplanation` with a pretty `toString()` detailing the compilation process. * Fixed a traversal strategy ordering bug in `AdjacentToIncidentStrategy` and `IncidentToAdjacentStrategy`. * Made a number of changes to improve traversal startup and execution performance.