Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E329D200BA1 for ; Mon, 17 Oct 2016 20:31:50 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id DE6E7160AEC; Mon, 17 Oct 2016 18:31:50 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AF56A160AE2 for ; Mon, 17 Oct 2016 20:31:49 +0200 (CEST) Received: (qmail 61540 invoked by uid 500); 17 Oct 2016 18:31:48 -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 61531 invoked by uid 99); 17 Oct 2016 18:31:48 -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; Mon, 17 Oct 2016 18:31:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C99BEE0579; Mon, 17 Oct 2016 18:31:48 +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 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: tinkerpop git commit: TinkerPop 3.2.3 release Date: Mon, 17 Oct 2016 18:31:48 +0000 (UTC) archived-at: Mon, 17 Oct 2016 18:31:51 -0000 Repository: tinkerpop Updated Branches: refs/heads/master 150a53d8a -> 6d9c520fd TinkerPop 3.2.3 release Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/6d9c520f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/6d9c520f Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/6d9c520f Branch: refs/heads/master Commit: 6d9c520fded6bade3469438c8c6476fcf77e6ae6 Parents: 150a53d Author: Stephen Mallette Authored: Mon Oct 17 14:31:34 2016 -0400 Committer: Stephen Mallette Committed: Mon Oct 17 14:31:34 2016 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 54 +++++++++++++++++++- .../upgrade/release-3.2.x-incubating.asciidoc | 2 +- giraph-gremlin/pom.xml | 2 +- .../gremlin-archetype-server/pom.xml | 2 +- .../gremlin-archetype-tinkergraph/pom.xml | 2 +- gremlin-archetype/pom.xml | 2 +- gremlin-benchmark/pom.xml | 2 +- gremlin-console/bin/gremlin.sh | 2 +- gremlin-console/pom.xml | 2 +- gremlin-core/pom.xml | 2 +- gremlin-driver/pom.xml | 2 +- gremlin-groovy-test/pom.xml | 2 +- gremlin-groovy/pom.xml | 2 +- gremlin-python/pom.xml | 2 +- gremlin-server/pom.xml | 2 +- gremlin-shaded/pom.xml | 2 +- gremlin-test/pom.xml | 2 +- hadoop-gremlin/pom.xml | 2 +- neo4j-gremlin/pom.xml | 2 +- pom.xml | 2 +- spark-gremlin/pom.xml | 2 +- tinkergraph-gremlin/pom.xml | 2 +- 22 files changed, 73 insertions(+), 23 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6d9c520f/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 5b4c578..0bc533f 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -23,8 +23,10 @@ TinkerPop 3.2.0 (Nine Inch Gremlins) image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/images/nine-inch-gremlins.png[width=185] [[release-3-2-3]] -TinkerPop 3.2.3 (Release Date: NOT OFFICIALLY RELEASED YET) -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +TinkerPop 3.2.3 (Release Date: October 17, 2016) +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +This release also includes changes from <>. * Restructured Gremlin-Python's GraphSON I/O package to make it easier for users to register serializers/deserializers. (*breaking*) * Fixed a bug with `TraversalOpProcessor` that was returning a final result prior to committing the transaction. @@ -95,6 +97,54 @@ TinkerPop 3.2.3 (Release Date: NOT OFFICIALLY RELEASED YET) * Gremlin Server `TraversalOpProcessor` now returns confirmation upon `Op` `close`. * Added `close` method Java driver and Python driver `DriverRemoteTraversalSideEffects`. +Bugs +^^^^ + +* TINKERPOP-1423 IncidentToAdjacentStrategy should be disabled for tree steps +* TINKERPOP-1440 g:Path needs a GraphSON deserializer in Gremlin-Python +* TINKERPOP-1457 Groovy Lambdas for remote traversals not serializable +* TINKERPOP-1458 Gremlin Server doesn't return confirmation upon Traversal OpProcessor "close" op +* TINKERPOP-1466 PeerPressureTest has been failing recently +* TINKERPOP-1472 RepeatUnrollStrategy does not semi-compile inlined repeat traversal +* TINKERPOP-1495 Global list deduplication doesn't work in OLAP +* TINKERPOP-1500 and/or infix and choose() do not work correctly. +* TINKERPOP-1511 Remote client addV, V() + +Improvements +^^^^^^^^^^^^ + +* TINKERPOP-790 Implement AutoCloseable on TraversalSource +* TINKERPOP-944 Deprecate Graph.Exceptions.elementNotFound +* TINKERPOP-1189 SimpleAuthenticator over HttpChannelizer makes Gremlin Server pretty slow and consumes more CPU +* TINKERPOP-1249 Gremlin driver to periodically issue ping / heartbeat to gremlin server +* TINKERPOP-1280 VertexPrograms should declare traverser requirements +* TINKERPOP-1330 by()-modulation for where() +* TINKERPOP-1409 Make the "null" return in the gremlin console into something more understandable *(breaking)* +* TINKERPOP-1431 Documentation generation requires tests to execute on gremlin-python +* TINKERPOP-1437 Add tests for dedup(Scope) in DedupTest +* TINKERPOP-1444 Benchmark bytecode->Traversal creation and implement GremlinServer cache if necessary. +* TINKERPOP-1448 gremlin-python should be Python 2/3 compatible +* TINKERPOP-1449 Streamline gremlin-python build +* TINKERPOP-1455 Provide String-based withStrategy()/withoutStrategy() for language variant usage +* TINKERPOP-1456 Support SubgraphStrategy.vertexProperties(). +* TINKERPOP-1460 Deprecate reconnectInitialDelay in Java driver +* TINKERPOP-1464 Gryo Serialization for Bytecode +* TINKERPOP-1469 Get rid of Stream-usage in TraversalHelper +* TINKERPOP-1470 InlineFilterStrategy should try and P.or() has() children in OrSteps. +* TINKERPOP-1486 Improve API of RemoteConnection +* TINKERPOP-1487 Reference Documentation for IO +* TINKERPOP-1488 Make LazyBarrierStrategy part of the default TraversalStrategies *(breaking)* +* TINKERPOP-1492 RemoteStrategy or the RemoteConnection should append a lazy barrier(). +* TINKERPOP-1423 IncidentToAdjacentStrategy should be disabled for tree steps +* TINKERPOP-1440 g:Path needs a GraphSON deserializer in Gremlin-Python +* TINKERPOP-1457 Groovy Lambdas for remote traversals not serializable +* TINKERPOP-1458 Gremlin Server doesn't return confirmation upon Traversal OpProcessor "close" op +* TINKERPOP-1466 PeerPressureTest has been failing recently +* TINKERPOP-1472 RepeatUnrollStrategy does not semi-compile inlined repeat traversal +* TINKERPOP-1495 Global list deduplication doesn't work in OLAP +* TINKERPOP-1500 and/or infix and choose() do not work correctly. +* TINKERPOP-1511 Remote client addV, V() + [[release-3-2-2]] TinkerPop 3.2.2 (Release Date: September 6, 2016) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6d9c520f/docs/src/upgrade/release-3.2.x-incubating.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/upgrade/release-3.2.x-incubating.asciidoc b/docs/src/upgrade/release-3.2.x-incubating.asciidoc index afbfa7e..d79c9db 100644 --- a/docs/src/upgrade/release-3.2.x-incubating.asciidoc +++ b/docs/src/upgrade/release-3.2.x-incubating.asciidoc @@ -25,7 +25,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima TinkerPop 3.2.3 --------------- -*Release Date: NOT OFFICIALLY RELEASED YET* +*Release Date: October 17, 2016* Please see the link:https://github.com/apache/tinkerpop/blob/3.2.3/CHANGELOG.asciidoc#release-3-2-3[changelog] for a complete list of all the modifications that are part of this release. http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6d9c520f/giraph-gremlin/pom.xml ---------------------------------------------------------------------- diff --git a/giraph-gremlin/pom.xml b/giraph-gremlin/pom.xml index ae3bdbc..b29743e 100644 --- a/giraph-gremlin/pom.xml +++ b/giraph-gremlin/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.tinkerpop tinkerpop - 3.2.3-SNAPSHOT + 3.2.3 giraph-gremlin Apache TinkerPop :: Giraph Gremlin http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6d9c520f/gremlin-archetype/gremlin-archetype-server/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-archetype/gremlin-archetype-server/pom.xml b/gremlin-archetype/gremlin-archetype-server/pom.xml index 99a4544..5cf6089 100644 --- a/gremlin-archetype/gremlin-archetype-server/pom.xml +++ b/gremlin-archetype/gremlin-archetype-server/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.tinkerpop gremlin-archetype - 3.2.3-SNAPSHOT + 3.2.3 gremlin-archetype-server http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6d9c520f/gremlin-archetype/gremlin-archetype-tinkergraph/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-archetype/gremlin-archetype-tinkergraph/pom.xml b/gremlin-archetype/gremlin-archetype-tinkergraph/pom.xml index af6bf2f..bf7da71 100644 --- a/gremlin-archetype/gremlin-archetype-tinkergraph/pom.xml +++ b/gremlin-archetype/gremlin-archetype-tinkergraph/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.tinkerpop gremlin-archetype - 3.2.3-SNAPSHOT + 3.2.3 gremlin-archetype-tinkergraph http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6d9c520f/gremlin-archetype/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-archetype/pom.xml b/gremlin-archetype/pom.xml index 7ef37c8..34fef08 100644 --- a/gremlin-archetype/pom.xml +++ b/gremlin-archetype/pom.xml @@ -21,7 +21,7 @@ limitations under the License. tinkerpop org.apache.tinkerpop - 3.2.3-SNAPSHOT + 3.2.3 gremlin-archetype http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6d9c520f/gremlin-benchmark/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-benchmark/pom.xml b/gremlin-benchmark/pom.xml index 536f6d6..c0bb57b 100644 --- a/gremlin-benchmark/pom.xml +++ b/gremlin-benchmark/pom.xml @@ -21,7 +21,7 @@ limitations under the License. tinkerpop org.apache.tinkerpop - 3.2.3-SNAPSHOT + 3.2.3 gremlin-benchmark http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6d9c520f/gremlin-console/bin/gremlin.sh ---------------------------------------------------------------------- diff --git a/gremlin-console/bin/gremlin.sh b/gremlin-console/bin/gremlin.sh index 60e8426..3baee71 120000 --- a/gremlin-console/bin/gremlin.sh +++ b/gremlin-console/bin/gremlin.sh @@ -1 +1 @@ -../target/apache-tinkerpop-gremlin-console-3.2.3-SNAPSHOT-standalone/bin/gremlin.sh \ No newline at end of file +../target/apache-tinkerpop-gremlin-console-3.2.3-standalone/bin/gremlin.sh \ No newline at end of file http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6d9c520f/gremlin-console/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-console/pom.xml b/gremlin-console/pom.xml index f7b1fea..ef91d45 100644 --- a/gremlin-console/pom.xml +++ b/gremlin-console/pom.xml @@ -21,7 +21,7 @@ limitations under the License. tinkerpop org.apache.tinkerpop - 3.2.3-SNAPSHOT + 3.2.3 gremlin-console Apache TinkerPop :: Gremlin Console http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6d9c520f/gremlin-core/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-core/pom.xml b/gremlin-core/pom.xml index 6e256ae..2918184 100644 --- a/gremlin-core/pom.xml +++ b/gremlin-core/pom.xml @@ -20,7 +20,7 @@ limitations under the License. org.apache.tinkerpop tinkerpop - 3.2.3-SNAPSHOT + 3.2.3 gremlin-core Apache TinkerPop :: Gremlin Core http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6d9c520f/gremlin-driver/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-driver/pom.xml b/gremlin-driver/pom.xml index 65beb52..9c9d6a0 100644 --- a/gremlin-driver/pom.xml +++ b/gremlin-driver/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.tinkerpop tinkerpop - 3.2.3-SNAPSHOT + 3.2.3 gremlin-driver Apache TinkerPop :: Gremlin Driver http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6d9c520f/gremlin-groovy-test/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-groovy-test/pom.xml b/gremlin-groovy-test/pom.xml index 614591e..67b9e6f 100644 --- a/gremlin-groovy-test/pom.xml +++ b/gremlin-groovy-test/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.tinkerpop tinkerpop - 3.2.3-SNAPSHOT + 3.2.3 gremlin-groovy-test Apache TinkerPop :: Gremlin Groovy Test http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6d9c520f/gremlin-groovy/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-groovy/pom.xml b/gremlin-groovy/pom.xml index d06aca7..e0ea5b5 100644 --- a/gremlin-groovy/pom.xml +++ b/gremlin-groovy/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.tinkerpop tinkerpop - 3.2.3-SNAPSHOT + 3.2.3 gremlin-groovy Apache TinkerPop :: Gremlin Groovy http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6d9c520f/gremlin-python/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-python/pom.xml b/gremlin-python/pom.xml index ac37cd6..03cba6f 100644 --- a/gremlin-python/pom.xml +++ b/gremlin-python/pom.xml @@ -24,7 +24,7 @@ org.apache.tinkerpop tinkerpop - 3.2.3-SNAPSHOT + 3.2.3 gremlin-python Apache TinkerPop :: Gremlin Python http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6d9c520f/gremlin-server/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-server/pom.xml b/gremlin-server/pom.xml index bbcb6c3..84349cd 100644 --- a/gremlin-server/pom.xml +++ b/gremlin-server/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.tinkerpop tinkerpop - 3.2.3-SNAPSHOT + 3.2.3 gremlin-server Apache TinkerPop :: Gremlin Server http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6d9c520f/gremlin-shaded/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-shaded/pom.xml b/gremlin-shaded/pom.xml index fae9372..c1dced6 100644 --- a/gremlin-shaded/pom.xml +++ b/gremlin-shaded/pom.xml @@ -20,7 +20,7 @@ limitations under the License. org.apache.tinkerpop tinkerpop - 3.2.3-SNAPSHOT + 3.2.3 gremlin-shaded Apache TinkerPop :: Gremlin Shaded http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6d9c520f/gremlin-test/pom.xml ---------------------------------------------------------------------- diff --git a/gremlin-test/pom.xml b/gremlin-test/pom.xml index e2c5ee7..ee257d6 100644 --- a/gremlin-test/pom.xml +++ b/gremlin-test/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.tinkerpop tinkerpop - 3.2.3-SNAPSHOT + 3.2.3 gremlin-test Apache TinkerPop :: Gremlin Test http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6d9c520f/hadoop-gremlin/pom.xml ---------------------------------------------------------------------- diff --git a/hadoop-gremlin/pom.xml b/hadoop-gremlin/pom.xml index 667c51e..c3db97e 100644 --- a/hadoop-gremlin/pom.xml +++ b/hadoop-gremlin/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.tinkerpop tinkerpop - 3.2.3-SNAPSHOT + 3.2.3 hadoop-gremlin Apache TinkerPop :: Hadoop Gremlin http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6d9c520f/neo4j-gremlin/pom.xml ---------------------------------------------------------------------- diff --git a/neo4j-gremlin/pom.xml b/neo4j-gremlin/pom.xml index d324958..31cf91c 100644 --- a/neo4j-gremlin/pom.xml +++ b/neo4j-gremlin/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.tinkerpop tinkerpop - 3.2.3-SNAPSHOT + 3.2.3 neo4j-gremlin Apache TinkerPop :: Neo4j Gremlin http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6d9c520f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 5351689..c027127 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.apache.tinkerpop tinkerpop - 3.2.3-SNAPSHOT + 3.2.3 pom Apache TinkerPop A Graph Computing Framework http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6d9c520f/spark-gremlin/pom.xml ---------------------------------------------------------------------- diff --git a/spark-gremlin/pom.xml b/spark-gremlin/pom.xml index be9a9f2..d332e3c 100644 --- a/spark-gremlin/pom.xml +++ b/spark-gremlin/pom.xml @@ -24,7 +24,7 @@ org.apache.tinkerpop tinkerpop - 3.2.3-SNAPSHOT + 3.2.3 spark-gremlin Apache TinkerPop :: Spark Gremlin http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/6d9c520f/tinkergraph-gremlin/pom.xml ---------------------------------------------------------------------- diff --git a/tinkergraph-gremlin/pom.xml b/tinkergraph-gremlin/pom.xml index c91ed17..69faf58 100644 --- a/tinkergraph-gremlin/pom.xml +++ b/tinkergraph-gremlin/pom.xml @@ -21,7 +21,7 @@ limitations under the License. org.apache.tinkerpop tinkerpop - 3.2.3-SNAPSHOT + 3.2.3 tinkergraph-gremlin Apache TinkerPop :: TinkerGraph Gremlin