TINKERPOP-1913 Upgrade docs for status attributes on responses
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/bb01d96f Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/bb01d96f Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/bb01d96f Branch: refs/heads/TINKERPOP-1913 Commit: bb01d96fbd7efdd4de30d7c0e570e48b91c0d490 Parents: 9a8f576 Author: Stephen Mallette <[email protected]> Authored: Tue Sep 18 13:15:59 2018 -0400 Committer: Stephen Mallette <[email protected]> Committed: Tue Sep 18 13:15:59 2018 -0400 ---------------------------------------------------------------------- docs/src/upgrade/release-3.4.x.asciidoc | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/bb01d96f/docs/src/upgrade/release-3.4.x.asciidoc ---------------------------------------------------------------------- diff --git a/docs/src/upgrade/release-3.4.x.asciidoc b/docs/src/upgrade/release-3.4.x.asciidoc index e0484a8..69a2502 100644 --- a/docs/src/upgrade/release-3.4.x.asciidoc +++ b/docs/src/upgrade/release-3.4.x.asciidoc @@ -71,6 +71,16 @@ g.sparql("""SELECT ?name ?age See: link:https://issues.apache.org/jira/browse/TINKERPOP-1878[TINKERPOP-1878], link:http://tinkerpop.apache.org/docs/3.4.0/reference/#sparql-gremlin[Reference Documentation] +==== Status Attributes + +The Gremlin Server protocol allows for status attributes to be returned in responses. These attributes were typically +for internal use, but were designed with extensibility in mind so that providers could place return their own +attributes to calling clients. Unfortunately, unless the client was being used with protocol level requests (which +wasn't convenient) those attributes were essentially hidden from view. As of this version however, status attributes +are fully retrievable for both successful requests and exceptions. + +See: link:https://issues.apache.org/jira/browse/TINKERPOP-1913[TINKERPOP-1913] + ==== with() Step This version of TinkerPop introduces the `with()`-step to Gremlin. It isn't really a step but is instead a step
