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

spmallette pushed a change to branch TINKERPOP-2409
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git.


 discard 4223b8c  TINKERPOP-2409 added a test for expected sockerError behavior
 discard eca67aa  Throw error from DriverRemoteConnection on connection error
     add fc23fab  TINKERPOP-2453 Enable websocket compression for python
     add 733b33a  Merge branch 'TINKERPOP-2453' into 3.4-dev
     add 8b1faa6  Fixed some header formatting problems in upgrade docs CTR
     add 449caf6  Minor update to javadoc CTR
     add 4d6538f  Fixed small bug in configuration for 
ReservedKeysVerificationStrategy and made all configuration key tokens public
     add 1ed50ee  HasStep implements configuring
     add bd75c0b  add Configuring to TraversalFilterStep
     add 7723585  Merge branch 'pr-1358' into 3.4-dev
     add 59e5bc9  Final some member variables CTR
     add f96f554  Fix compile problems with gremlin-python due to changes in 
third-party libraries. CTR
     add 4624355  TINKERPOP-2445 Remove unnecessary initialization of 
serializers (#1355)
     add e8c4714  Throw error from DriverRemoteConnection on connection error
     add e8cb3c9  TINKERPOP-2409 added a test for expected sockerError behavior
     add 37d19c7  Call reject on open promise if Websicket connection error.
     add ab43b03  Call handleError before rejecting open promise on Websocket 
error.

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   (4223b8c)
            \
             N -- N -- N   refs/heads/TINKERPOP-2409 (ab43b03)

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                                  |  8 ++++++--
 docs/src/reference/gremlin-variants.asciidoc        | 16 ++++++++++++----
 docs/src/upgrade/release-3.4.x.asciidoc             | 21 +++++++++++++++++----
 .../tinkerpop/gremlin/process/computer/Memory.java  |  6 ++++--
 .../process/traversal/step/filter/HasStep.java      | 15 ++++++++++++++-
 .../traversal/step/filter/TraversalFilterStep.java  | 15 ++++++++++++++-
 .../AbstractWarningVerificationStrategy.java        |  4 ++--
 .../ReservedKeysVerificationStrategy.java           | 12 +++++++++++-
 .../ReservedKeysVerificationStrategyTest.java       | 18 +++++++++++++++---
 .../tinkerpop/gremlin/driver/ser/Serializers.java   | 18 ------------------
 .../gremlin-javascript/lib/driver/connection.js     |  5 ++++-
 .../lib/driver/driver-remote-connection.js          |  3 ---
 .../test/integration/traversal-test.js              |  2 +-
 .../gremlin_python/driver/tornado/transport.py      |  7 +++++--
 gremlin-python/src/main/jython/setup.py             |  3 ++-
 .../gremlin/server/handler/ServerSerializers.java   |  4 +---
 16 files changed, 108 insertions(+), 49 deletions(-)

Reply via email to