You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ke...@apache.org on 2023/03/15 00:28:54 UTC

[tinkerpop] branch master updated (143581bd41 -> 6a9b5b67e4)

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

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


    from 143581bd41 Merge branch '3.6-dev'
     add 4eca81bee0 TINKERPOP-2747 Separate AuthInfo struct vs AuthInfoProvider interface for dynamic credentials (#1989)
     add 6feccd9fbd Merge branch '3.5-dev' into 3.6-dev
     new 6a9b5b67e4 Merge branch '3.6-dev'

The 1 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 +
 gremlin-go/driver/authInfo.go                    | 52 ++++++++++++++++++++----
 gremlin-go/driver/client.go                      |  5 ++-
 gremlin-go/driver/client_test.go                 | 12 +++---
 gremlin-go/driver/connection.go                  | 27 ++++++------
 gremlin-go/driver/connection_test.go             |  4 +-
 gremlin-go/driver/driverRemoteConnection.go      |  7 ++--
 gremlin-go/driver/driverRemoteConnection_test.go | 16 ++++----
 gremlin-go/driver/gorillaTransporter.go          |  8 +++-
 gremlin-go/driver/protocol.go                    |  9 ++--
 gremlin-go/driver/strategies_test.go             |  5 ++-
 gremlin-go/driver/transporter.go                 |  2 +-
 12 files changed, 97 insertions(+), 51 deletions(-)


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

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6a9b5b67e4b3b51c2ac5aeecee53e0fa04e34170
Merge: 143581bd41 6feccd9fbd
Author: Ken Hu <10...@users.noreply.github.com>
AuthorDate: Tue Mar 14 17:13:32 2023 -0700

    Merge branch '3.6-dev'

 CHANGELOG.asciidoc                               |  1 +
 gremlin-go/driver/authInfo.go                    | 52 ++++++++++++++++++++----
 gremlin-go/driver/client.go                      |  5 ++-
 gremlin-go/driver/client_test.go                 | 12 +++---
 gremlin-go/driver/connection.go                  | 27 ++++++------
 gremlin-go/driver/connection_test.go             |  4 +-
 gremlin-go/driver/driverRemoteConnection.go      |  7 ++--
 gremlin-go/driver/driverRemoteConnection_test.go | 16 ++++----
 gremlin-go/driver/gorillaTransporter.go          |  8 +++-
 gremlin-go/driver/protocol.go                    |  9 ++--
 gremlin-go/driver/strategies_test.go             |  5 ++-
 gremlin-go/driver/transporter.go                 |  2 +-
 12 files changed, 97 insertions(+), 51 deletions(-)

diff --cc CHANGELOG.asciidoc
index 5d86a8788b,0667db1ead..cbf9bb6141
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@@ -316,6 -293,8 +316,7 @@@ image::https://raw.githubusercontent.co
  * Fixed bug in which `gremlin-server` would not respond to clients if an `Error` was thrown during bytecode traversals.
  * Changed `with()` configuration for `ARGS_BATCH_SIZE` and `ARGS_EVAL_TIMEOUT` to be more forgiving on the type of `Number` used for the value.
  * Changed `gremlin-console` to add imports via an ImportCustomizer to reduce time spent resolving imports.
 -* Bumped to Groovy 2.5.21.
+ * Added `AuthInfoProvider` interface and `NewDynamicAuth()` to gremlin-go for dynamic authentication support.
  
  [[release-3-5-5]]
  === TinkerPop 3.5.5 (Release Date: January 16, 2023)