This is an automated email from the ASF dual-hosted git repository.
florianhockmann pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
from 6bdffd5 Merge branch 'pr-1561'
add 048a2cc Merge branch 'pr-1561' into 3.5-dev
add 963e625 TINKERPOP-2682 Enable WS compression in .NET
add 5e5d18b Merge branch 'TINKERPOP-2682' into 3.5-dev
new 9b8fc84 Merge branch '3.5-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 +
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