Merge branch 'tp32'
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9f13e698 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9f13e698 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/9f13e698 Branch: refs/heads/TINKERPOP-1682 Commit: 9f13e69853c03a2fde77efd40c6526b91a4b346a Parents: 2739473 ee05582 Author: Robert Dale <[email protected]> Authored: Mon Jun 19 15:33:28 2017 -0400 Committer: Robert Dale <[email protected]> Committed: Mon Jun 19 15:33:28 2017 -0400 ---------------------------------------------------------------------- docs/src/upgrade/release-3.2.x-incubating.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9f13e698/docs/src/upgrade/release-3.2.x-incubating.asciidoc ---------------------------------------------------------------------- diff --cc docs/src/upgrade/release-3.2.x-incubating.asciidoc index 20b6820,8554815..218d542 --- a/docs/src/upgrade/release-3.2.x-incubating.asciidoc +++ b/docs/src/upgrade/release-3.2.x-incubating.asciidoc @@@ -62,20 -74,8 +62,20 @@@ social.persons().where(createdAtLeast(2 ---- See: link:https://issues.apache.org/jira/browse/TINKERPOP-786[TINKERPOP-786], - link:http://tinkerpop.apache.org/docs/3.2.5/dev/reference/#dsl[Reference Documentation] + link:http://tinkerpop.apache.org/docs/3.2.5/reference/#dsl[Reference Documentation] +GraphSON Path Serialization +^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +Serialization of `Path` with GraphSON was inconsistent with Gryo in that all the properties on any elements of +the `Path` were being included. With Gryo that, correctly, was not happening as that could be extraordinarily +expensive. GraphSON serialization has now been modified to properly not include properties. That change can cause +breaks in application code if that application code tries to access properties on elements in a `Path` as they +will no longer be there. Applications that require the properties will need to alter their Gremlin to better +restrict the data they want to retrieve. + +See: link:https://issues.apache.org/jira/browse/TINKERPOP-1676[TINKERPOP-1676] + Authentication Configuration ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
