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

github-bot pushed a change to branch 
dependabot/nuget/gremlin-dotnet/3.5-dev/System.Text.Json-6.0.2
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


 discard b8045a5  Bump System.Text.Json from 6.0.1 to 6.0.2 in /gremlin-dotnet
     add 963e625  TINKERPOP-2682 Enable WS compression in .NET
     add 5e5d18b  Merge branch 'TINKERPOP-2682' into 3.5-dev
     add 9ab38fb  Bump System.Text.Json from 6.0.1 to 6.0.2 in /gremlin-dotnet

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   (b8045a5)
            \
             N -- N -- N   
refs/heads/dependabot/nuget/gremlin-dotnet/3.5-dev/System.Text.Json-6.0.2 
(9ab38fb)

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.

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.asciidoc                                 |  1 +
 docs/src/reference/gremlin-variants.asciidoc       | 12 ++++
 docs/src/upgrade/release-3.5.x.asciidoc            | 20 +++++++
 .../src/Gremlin.Net/CompatibilitySuppressions.xml  | 11 ++++
 .../src/Gremlin.Net/Driver/Connection.cs           | 12 +++-
 .../src/Gremlin.Net/Driver/ConnectionFactory.cs    | 13 ++--
 .../src/Gremlin.Net/Driver/GremlinClient.cs        | 36 +++++++----
 .../src/Gremlin.Net/Driver/WebSocketConnection.cs  | 44 +++++++++-----
 .../src/Gremlin.Net/Driver/WebSocketSettings.cs    | 55 +++++++++++++++++
 gremlin-dotnet/src/Gremlin.Net/Gremlin.Net.csproj  |  9 ++-
 .../CompressionBenchmarks.cs                       | 70 ++++++++++++++++++++++
 .../Gremlin.Net.Benchmarks.csproj                  |  2 +-
 .../test/Gremlin.Net.Benchmarks/Program.cs         | 10 ++++
 13 files changed, 257 insertions(+), 38 deletions(-)
 create mode 100644 gremlin-dotnet/src/Gremlin.Net/CompatibilitySuppressions.xml
 create mode 100644 gremlin-dotnet/src/Gremlin.Net/Driver/WebSocketSettings.cs
 create mode 100644 
gremlin-dotnet/test/Gremlin.Net.Benchmarks/CompressionBenchmarks.cs

Reply via email to