You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2019/05/20 13:19:44 UTC

[tinkerpop] branch master updated: Added upgrade notes for status attributes CTR

This is an automated email from the ASF dual-hosted git repository.

spmallette pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/master by this push:
     new 0faf6e3  Added upgrade notes for status attributes CTR
0faf6e3 is described below

commit 0faf6e33c99e18ff2887ce2cec76ec6e30929e68
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Mon May 20 09:19:21 2019 -0400

    Added upgrade notes for status attributes CTR
---
 docs/src/upgrade/release-3.4.x.asciidoc | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/docs/src/upgrade/release-3.4.x.asciidoc b/docs/src/upgrade/release-3.4.x.asciidoc
index 8afcb8f..495b053 100644
--- a/docs/src/upgrade/release-3.4.x.asciidoc
+++ b/docs/src/upgrade/release-3.4.x.asciidoc
@@ -59,6 +59,17 @@ See: link:https://issues.apache.org/jira/browse/TINKERPOP-2203[TINKERPOP-2203]
 
 === Upgrading for Providers
 
+==== Graph System Providers
+
+===== Warnings
+
+It is now possible to pass warnings over the Gremlin Server protocol using a `warnings` status attribute. The warnings
+are expected to be a string value or a `List` of string values which can be consumed by the user or tools that check
+for that status attribute. Note that Gremlin Console is one such tool that will respond to this status attribute - it
+will print the messages to the console as they are detected when doing remote script submissions.
+
+See: link:https://issues.apache.org/jira/browse/TINKERPOP-2216[TINKERPOP-2216]
+
 ==== Graph Driver Providers
 
 ===== Per Request Options