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/09/19 10:33:26 UTC

[tinkerpop] branch tp34 updated (9a62d92 -> 82c347a)

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

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


    from 9a62d92  Merge branch 'tp33' into tp34
     add d7dd67f  TINKERPOP-2285 Added ResponseError in gremlin-javascript
     add 82c347a  Merge branch 'tp33' into tp34

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |  1 +
 docs/src/upgrade/release-3.3.x.asciidoc            | 15 +++++++++
 .../main/javascript/gremlin-javascript/index.js    |  2 ++
 .../gremlin-javascript/lib/driver/connection.js    | 12 ++++---
 .../{auth/authenticator.js => response-error.js}   | 37 ++++++++++++++--------
 .../test/integration/remote-connection-tests.js    |  5 +++
 6 files changed, 54 insertions(+), 18 deletions(-)
 copy gremlin-javascript/src/main/javascript/gremlin-javascript/lib/driver/{auth/authenticator.js => response-error.js} (58%)