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/07/26 15:06:57 UTC

[tinkerpop] branch tp34 updated (8fca63b -> 3cc72e1)

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 8fca63b  Merge branch 'tp33' into tp34
     add 43909ee  TINKERPOP-2243 Add userAgent to RequestOptions. This allows graph providers to tailor their error messages to the client.
     add 4e55f9d  TINKERPOP-2243 Take in feedback.
     add 6edc379  TINKERPOP-2243 Add support for bytecode traversals. Fix `DriverRemoteConnection` ignoring `Token` with options.
     add f1ef99d  TINKERPOP-2243 User agent is calculated once for gremlin console.
     add 3cc72e1  Merge branch 'pr-1145' into tp34

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |  2 ++
 .../console/jsr223/DriverRemoteAcceptor.java       |  4 +++
 .../apache/tinkerpop/gremlin/driver/Client.java    |  1 +
 .../tinkerpop/gremlin/driver/RequestOptions.java   | 15 ++++++++++
 .../apache/tinkerpop/gremlin/driver/Tokens.java    |  1 +
 .../driver/remote/DriverRemoteConnection.java      |  9 ++++--
 .../driver/remote/DriverRemoteConnectionTest.java  |  2 ++
 .../gremlin/server/GremlinDriverIntegrateTest.java | 35 ++++++++++++++++++++++
 8 files changed, 66 insertions(+), 3 deletions(-)