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

kenhuuu pushed a change to branch empty-params
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


 discard fea79dc72c Fix SigV4 request signing across GLVs to sign a minimal 
header set CTR
     new 2f63020900 Fix SigV4 request signing across GLVs to sign a minimal 
header set CTR
     new e82ddcc093 Stop sending traversal source as GremlinLang parameter

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (fea79dc72c)
            \
             N -- N -- N   refs/heads/empty-params (e82ddcc093)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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 +
 docs/src/upgrade/release-4.x.x.asciidoc            | 27 +++++++
 .../gremlin/process/traversal/GremlinLang.java     |  7 --
 .../Driver/Remote/DriverRemoteConnection.cs        |  2 -
 .../Driver/Remote/TransactionRemoteConnection.cs   |  2 -
 .../Gremlin.Net/Process/Traversal/GremlinLang.cs   |  9 ---
 .../Driver/DriverRemoteConnectionTests.cs          | 20 +++++
 .../driver/remote/DriverRemoteConnection.java      |  1 -
 .../driver/remote/DriverRemoteConnectionTest.java  | 59 +++++++++++++-
 gremlin-go/driver/auth/auth.go                     |  5 +-
 gremlin-go/driver/auth/auth_test.go                | 35 ++++++++
 gremlin-go/driver/gremlinlang.go                   |  4 -
 .../lib/driver/driver-remote-connection.ts         |  2 -
 .../gremlin-javascript/lib/process/gremlin-lang.ts |  6 +-
 .../test/unit/driver-remote-connection-test.js     | 57 +++++++++++++
 .../driver/driver_remote_connection.py             |  2 -
 .../python/gremlin_python/driver/transaction.py    |  2 -
 .../python/gremlin_python/process/traversal.py     |  3 -
 .../tests/unit/driver/test_client_options.py       | 93 ++++++++++++++++++++++
 19 files changed, 296 insertions(+), 41 deletions(-)
 create mode 100644 
gremlin-js/gremlin-javascript/test/unit/driver-remote-connection-test.js

Reply via email to