[3/3] tinkerpop git commit: Updated changelog CTR

2018-09-21 Thread spmallette
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/tp32
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.



[3/3] tinkerpop git commit: Updated changelog CTR

2018-01-23 Thread spmallette
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/3e6e08a9
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/3e6e08a9
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/3e6e08a9

Branch: refs/heads/tp32
Commit: 3e6e08a9fb55f5e3ab557a807e8665a47ecfb483
Parents: 4d67feb
Author: Stephen Mallette 
Authored: Tue Jan 23 08:37:38 2018 -0500
Committer: Stephen Mallette 
Committed: Tue Jan 23 08:37:38 2018 -0500

--
 CHANGELOG.asciidoc | 1 +
 1 file changed, 1 insertion(+)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/3e6e08a9/CHANGELOG.asciidoc
--
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 42574d3..1fd0311 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -25,6 +25,7 @@ 
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 
 * Delayed setting of the request identifier until `RequestMessage` 
construction by the builder.
 * Removed hardcoded expectation in metrics serialization test suite as 
different providers may have different outputs.
+* Added `VertexTraverserSet` which indexes on a `Vertex` thus improving 
performance in `VertexProgram` implementations.
 * Fixed a bug in `ComputerAwareStep` that didn't handle `reset()` properly and 
thus occasionally produced some extra traversers.
 
 [[release-3-2-7]]



[3/3] tinkerpop git commit: Updated changelog CTR

2017-11-27 Thread spmallette
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/072b0821
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/072b0821
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/072b0821

Branch: refs/heads/tp32
Commit: 072b08214d7e9e3d33d8ef40bfbbd1e6f746ea56
Parents: 4180659
Author: Stephen Mallette 
Authored: Mon Nov 27 07:36:05 2017 -0500
Committer: Stephen Mallette 
Committed: Mon Nov 27 07:36:14 2017 -0500

--
 CHANGELOG.asciidoc | 1 +
 1 file changed, 1 insertion(+)
--


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/072b0821/CHANGELOG.asciidoc
--
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 5ba7c70..02c87ca 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -30,6 +30,7 @@ 
image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 * `TraversalVertexProgram` `profile()` now accounts for worker iteration in 
`GraphComputer` OLAP.
 * Returned the `Builder` instance from the `DetachedEdge.Builder` methods of 
`setOutE` and `setOutV`.
 * Added test framework for GLVs.
+* Fixed bug in `TraversalHelper.replaceStep()` where the step being replaced 
needed to be removed prior to the new one being added.
 * Added alias support in the .NET `DriverRemoteConnection`.
 * Added a test for self-edges and fixed `Neo4jVertex` to provided repeated 
self-edges on `BOTH`.
 * Better respected permissions on the `plugins.txt` file and prevented writing 
if marked as read-only.