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 2022/06/20 18:41:59 UTC

[tinkerpop] branch master updated (df0c7367d9 -> 7f37355700)

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

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


    from df0c7367d9 Merge branch '3.6-dev'
     new 0a572133aa Adding `close` message back to provider doc as it was added back in 3.5.2
     new 2b7ac95595 Merge branch '3.5-dev' into 3.6-dev
     new 7f37355700 Merge branch '3.6-dev'

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 docs/src/dev/provider/index.asciidoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)


[tinkerpop] 01/03: Adding `close` message back to provider doc as it was added back in 3.5.2

Posted by sp...@apache.org.
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

commit 0a572133aab44c3f9d5cc3b6cb463950a21937e2
Author: Yang Xia <55...@users.noreply.github.com>
AuthorDate: Tue Jun 14 13:23:33 2022 -0700

    Adding `close` message back to provider doc as it was added back in 3.5.2
---
 docs/src/dev/provider/index.asciidoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/src/dev/provider/index.asciidoc b/docs/src/dev/provider/index.asciidoc
index 1c928f6e82..a9674c75ce 100644
--- a/docs/src/dev/provider/index.asciidoc
+++ b/docs/src/dev/provider/index.asciidoc
@@ -1025,13 +1025,13 @@ Gremlin Server are deployed, session state is not shared among them.
 !Key !Description
 !`authentication` !A request that contains the response to a server challenge for authentication.
 !`eval` !Evaluate a Gremlin script provided as a `String`.
+!`close` !Deprecated. Gremlin-Server will only return a `NO CONTENT` message.
 |=========================================================
 
-NOTE: There was a "close" message related to sessions that was deprecated as of 3.3.11. It's functionality was removed
-in 3.5.0. Servers wishing to be compatible with older versions of the driver need only send back a `NO_CONTENT` for
+NOTE: The "close" message related to sessions was deprecated as of 3.3.11. Closing sessions now relies on closing the connections. The function to accept `close` message on the server was removed
+in 3.5.0, but has been added back as of 3.5.2. Servers wishing to be compatible with older versions of the driver need only send back a `NO_CONTENT` for
 this message (which is what Gremlin Server does as of 3.5.0). Drivers wishing to be compatible with servers prior to
-3.3.11 may continue to send the message on calls to `close()` (TinkerPop drivers no longer do that as of 3.5.0)
-otherwise such code can be removed.
+3.3.11 may continue to send the message on calls to `close()`, otherwise such code can be removed.
 
 **`authentication` operation arguments**
 


[tinkerpop] 02/03: Merge branch '3.5-dev' into 3.6-dev

Posted by sp...@apache.org.
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

commit 2b7ac95595c2c6218976a520f0cffa9d23cbdd05
Merge: ee394b79e9 0a572133aa
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Mon Jun 20 14:41:41 2022 -0400

    Merge branch '3.5-dev' into 3.6-dev

 docs/src/dev/provider/index.asciidoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)



[tinkerpop] 03/03: Merge branch '3.6-dev'

Posted by sp...@apache.org.
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

commit 7f37355700e2cf99dbdf41a393e910ca77d35f35
Merge: df0c7367d9 2b7ac95595
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Mon Jun 20 14:41:50 2022 -0400

    Merge branch '3.6-dev'

 docs/src/dev/provider/index.asciidoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)