TINKERPOP-1686 Update changelog
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/4ebe8327 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/4ebe8327 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/4ebe8327 Branch: refs/heads/TINKERPOP-1686 Commit: 4ebe832710632bf5a623f1534794d7633fe8bf02 Parents: 4e21a26 Author: Stephen Mallette <[email protected]> Authored: Wed Jun 28 07:38:40 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Wed Jun 28 08:31:46 2017 -0400 ---------------------------------------------------------------------- CHANGELOG.asciidoc | 2 ++ docs/src/upgrade/release-3.3.x.asciidoc | 1 + 2 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/4ebe8327/CHANGELOG.asciidoc ---------------------------------------------------------------------- diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc index 64f09c6..4edce2c 100644 --- a/CHANGELOG.asciidoc +++ b/CHANGELOG.asciidoc @@ -26,6 +26,8 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima TinkerPop 3.3.0 (Release Date: NOT OFFICIALLY RELEASED YET) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +* `TraversalMetrics` and `Metrics` Gryo formats changed given internal changes to the implementations. +* Made `TraversalMetrics` safe to write to from multiple threads. * Graphite and Ganglia are no longer packaged with the Gremlin Server distribution. * `TransactionException` is no longer a class of `AbstractTransaction` and it extends `RuntimeException`. * Included an ellipse on long property names that are truncated. http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/4ebe8327/docs/src/upgrade/release-3.3.x.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/upgrade/release-3.3.x.asciidoc b/docs/src/upgrade/release-3.3.x.asciidoc index 6fefe28..e22cf59 100644 --- a/docs/src/upgrade/release-3.3.x.asciidoc +++ b/docs/src/upgrade/release-3.3.x.asciidoc @@ -113,6 +113,7 @@ Changes to IO * Gryo incompatibilities with 3.2.x: ** `RequestMessage` ** `ResponseMessage` +** `TraversalMetrics` Graphite and Ganglia ^^^^^^^^^^^^^^^^^^^^
