You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2017/11/30 12:32:15 UTC

[3/3] tinkerpop git commit: Merge branch 'TINKERPOP-1811' into tp32

Merge branch 'TINKERPOP-1811' into tp32


Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/7cde98cf
Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/7cde98cf
Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/7cde98cf

Branch: refs/heads/tp32
Commit: 7cde98cf44bb292051c58eb3bf9ac1aca5976793
Parents: fe7b175 bc919cb
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Thu Nov 30 07:09:58 2017 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Thu Nov 30 07:09:58 2017 -0500

----------------------------------------------------------------------
 CHANGELOG.asciidoc                                       |  1 +
 .../apache/tinkerpop/gremlin/jsr223/JavaTranslator.java  | 11 +++++++++++
 .../server/op/traversal/TraversalOpProcessor.java        |  2 +-
 3 files changed, 13 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/7cde98cf/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --cc CHANGELOG.asciidoc
index e2a75d2,b69b044..8e29593
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@@ -23,16 -23,13 +23,17 @@@ image::https://raw.githubusercontent.co
  [[release-3-2-7]]
  === TinkerPop 3.2.7 (Release Date: NOT OFFICIALLY RELEASED YET)
  
 +* Added core GraphSON classes for Gremlin-Python: `UUID`, `Date`, and `Timestamp`.
  * Provided a method to configure detachment options with `EventStrategy`.
  * Fixed a race condition in `TinkerIndex`.
+ * Improved error messaging for bytecode deserialization errors in Gremlin Server.
  * Fixed an `ArrayOutOfBoundsException` in `hasId()` for the rare situation when the provided collection is empty.
 -* Bump to Netty 4.0.52
 +* Bump to Netty 4.0.53
  * `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.
  * Added getters for the lambdas held by `LambdaCollectingBarrierStep`, `LambdaFlatMapStep` and `LambdaSideEffectStep`.