You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by jo...@apache.org on 2017/11/22 14:46:56 UTC

[03/50] [abbrv] tinkerpop git commit: TINKERPOP-1801: update changelog

TINKERPOP-1801: update changelog


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

Branch: refs/heads/TINKERPOP-1489
Commit: 4e4495329fa847857eaba07feb3533c36b19586e
Parents: b49f751
Author: artemaliev <artem.aliev@gmail,com>
Authored: Mon Oct 30 16:21:11 2017 +0300
Committer: artemaliev <artem.aliev@gmail,com>
Committed: Mon Oct 30 16:21:11 2017 +0300

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


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/4e449532/CHANGELOG.asciidoc
----------------------------------------------------------------------
diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 8e7657c..e8505ad 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -23,6 +23,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 [[release-3-2-7]]
 === TinkerPop 3.2.7 (Release Date: NOT OFFICIALLY RELEASED YET)
 
+* profile() timing is fixed for OLAP by adding worker iteration timings to step metrics
 * 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`.
 * Fixed an old hack in `GroovyTranslator` and `PythonTranslator` where `Elements` were being mapped to their id only.