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 2021/03/15 19:45:10 UTC

[tinkerpop] branch master updated (a685253 -> 07ffe86)

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 a685253  Retry Cluster creation for kerberos tests
     add 4b587bb  TINKERPOP-2506 Expose WS connection status in JavaScript driver
     new ffd7b99  Merge branch 'pr-1402'
     new 07ffe86  Updated changelog

The 2 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:
 CHANGELOG.asciidoc                                                | 1 +
 .../src/main/javascript/gremlin-javascript/lib/driver/client.js   | 8 ++++++++
 .../gremlin-javascript/lib/driver/driver-remote-connection.js     | 4 ++++
 .../javascript/gremlin-javascript/lib/driver/remote-connection.js | 8 ++++++++
 4 files changed, 21 insertions(+)


[tinkerpop] 01/02: Merge branch 'pr-1402'

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 ffd7b996491f57f93197b191b049c960bc967846
Merge: a685253 4b587bb
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Mon Mar 15 14:11:06 2021 -0400

    Merge branch 'pr-1402'

 .../src/main/javascript/gremlin-javascript/lib/driver/client.js   | 8 ++++++++
 .../gremlin-javascript/lib/driver/driver-remote-connection.js     | 4 ++++
 .../javascript/gremlin-javascript/lib/driver/remote-connection.js | 8 ++++++++
 3 files changed, 20 insertions(+)


[tinkerpop] 02/02: Updated changelog

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 07ffe86b9d3d09a993da47ed1fb0774dfb9a4e6b
Author: Stephen Mallette <st...@amazon.com>
AuthorDate: Mon Mar 15 14:11:11 2021 -0400

    Updated changelog
---
 CHANGELOG.asciidoc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.asciidoc b/CHANGELOG.asciidoc
index 921df15..265703c 100644
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@ -26,6 +26,7 @@ image::https://raw.githubusercontent.com/apache/tinkerpop/master/docs/static/ima
 This release also includes changes from <<release-3-4-3, 3.4.3>>.
 
 * Allowed the possibility for the propagation of `null` as a `Traverser` in Gremlin.
+* Exposed websocket connection status in JavaScript driver.
 * Fixed a bug where spark-gremlin was not re-attaching properties when using `dedup()`.
 * Ensured better consistency of the use of `null` as arguments to mutation steps.
 * Added a `ResponseStatusCode` to indicate that a client should retry its request.