TINKERPOP-1698 Update the upgrade docs for gryo 3.0
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/18fd172f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/18fd172f Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/18fd172f Branch: refs/heads/TINKERPOP-1698 Commit: 18fd172f1ec45ca09dbe7a349d47db236ee61a87 Parents: f911c00 Author: Stephen Mallette <[email protected]> Authored: Thu Jun 29 11:21:36 2017 -0400 Committer: Stephen Mallette <[email protected]> Committed: Thu Jun 29 11:21:36 2017 -0400 ---------------------------------------------------------------------- docs/src/upgrade/release-3.3.x.asciidoc | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/18fd172f/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 53fc0b3..8fd949b 100644 --- a/docs/src/upgrade/release-3.3.x.asciidoc +++ b/docs/src/upgrade/release-3.3.x.asciidoc @@ -36,6 +36,7 @@ GraphSON 2.0 ^^^^^^^^^^^^ TODO - RE-READ THIS WHOLE SECTION - IT MIGHT BE A MESS WITH GRAPHSON 3.0 CHANGES COMING IN +SHOULD PROBABLY FOLD THESE CHANGES DOWN INTO THE "Changes to IO" SECTION AND ONE SOLID SECTION Both TinkerGraph and Gremlin Server have been defaulted to work with GraphSON 2.0. For TinkerGraph this means that the following commands: @@ -109,6 +110,15 @@ Changes to IO ** `RequestMessage` ** `ResponseMessage` +Gryo 3.0 +++++++++ + +Gryo 3.0 fixes a number of inconsistencies with Gryo 1.0 and hopefully marks a point where Gryo is better versioned +over time. Gryo 3.0 is not compatible with Gryo 1.0 and is now the default version of Gryo exposed by TinkerPop in +Gremlin Server and IO. + +See: link:https://issues.apache.org/jira/browse/TINKERPOP-1698[TINKERPOP-1698] + Graphite and Ganglia ^^^^^^^^^^^^^^^^^^^^
