Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1545-tp32 ecc595bb2 -> 35f936b0e (forced update)
Update CHANGELOG - CTR Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/b88b00cd Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/b88b00cd Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/b88b00cd Branch: refs/heads/TINKERPOP-1545-tp32 Commit: b88b00cdef12b031957eccb40e42b54c3696a1f4 Parents: 25f8298 Author: Stephen Mallette <[email protected]> Authored: Fri Dec 9 07:22:44 2016 -0500 Committer: Stephen Mallette <[email protected]> Committed: Fri Dec 9 07:23:48 2016 -0500 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/b88b00cd/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index c7841a4..a8bf5c5 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -52,6 +52,7 @@ TinkerPop 3.2.4 (Release Date: NOT OFFICIALLY RELEASED YET) * Added `choose(predicate,traversal)` and `choose(traversal,traversal)` to effect if/then-semantics (no else). Equivalent to `choose(x,y,identity())`. * Removed `ImmutablePath.TailPath` as it is no longer required with new recursion model. * Removed call stack recursion in `ImmutablePath`. +* Gremlin-Python serializes `Bytecode` as an object (instead of a JSON string) when submit over the `RemoteConnection`. * Fixed the handling of the `DriverRemoteConnection` pass-through configurations to the driver. * `IncidentToAdjacentStrategy` now uses a hidden label marker model to avoid repeated recursion for invalidating steps. * `PathProcessorStrategy` can inline certain `where(traversal)`-steps in order to increase the likelihood of star-local children.
