This is an automated email from the ASF dual-hosted git repository.
florianhockmann pushed a change to branch TINKERPOP-2518
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.
discard 799e4e3 TINKERPOP-2518 Enable more Gherkin scenarios
add a34280d docs: Fix GraphBinary enum like types specification
add cbb3bea Merge pull request #1560 from ihoro/fix-graphbinary-enum-spec
add d696d55 Update pytest requirement in /gremlin-python/src/main/python
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 599d2ee TINKERPOP-2518 Enable more Gherkin scenarios
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 (799e4e3)
\
N -- N -- N refs/heads/TINKERPOP-2518 (599d2ee)
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 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/dev/io/graphbinary.asciidoc | 20 +++----
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 ++++
gremlin-python/src/main/python/setup.py | 2 +-
15 files changed, 268 insertions(+), 49 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