You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2019/05/28 15:45:42 UTC

[tinkerpop] 01/01: Merge branch 'tp33'

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

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

commit 29a2facfb0e983403831aa918a46d2c787d834ee
Merge: 053fcf8 bd35d3e
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Tue May 28 11:45:29 2019 -0400

    Merge branch 'tp33'

 CHANGELOG.asciidoc                             | 25 ++++++++++++++++++++++++-
 docs/src/dev/developer/for-committers.asciidoc |  3 ++-
 docs/src/upgrade/release-3.3.x.asciidoc        |  2 +-
 3 files changed, 27 insertions(+), 3 deletions(-)

diff --cc CHANGELOG.asciidoc
index f218ee9,70250fe..b85914a
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@@ -374,8 -42,30 +374,31 @@@ image::https://raw.githubusercontent.co
  * Fixed behavior of `P` for `within()` and `without()` in GLVs to be consistent with Java when using varargs.
  * Cleared the input buffer after exceptions in Gremlin Console.
  * Added parameter to configure the `processor` in the gremlin-javascript `client` constructor.
 +* Bumped `Netty` to 4.1.32.
  
+ ==== Bugs
+ 
+ * TINKERPOP-2112 Folding in property() step is not being optimally performed
+ * TINKERPOP-2180 gremlin.sh doesn't work when directories contain spaces
+ * TINKERPOP-2183 InterpreterModeASTTransformation needs to be more specific about what it transforms
+ * TINKERPOP-2194 Enforcing an order on properties in one test method of ChooseTest
+ * TINKERPOP-2196 PartitionStrategy with includeMetaProperties(true) can't add labeled vertex
+ * TINKERPOP-2198 Documentation for Store contradicts itself
+ * TINKERPOP-2199 within step does not work with more than two parameters with python
+ * TINKERPOP-2200 AddEdgeStartStep used DetachedFactory.detach instead of EventStrategy.detach
+ * TINKERPOP-2204 Client receives no response on failed request
+ * TINKERPOP-2206 Certain types in javascript don't appear to serialize with a GraphSON type
+ * TINKERPOP-2212 Path is not detaching properly under certain conditions
+ 
+ ==== Improvements
+ 
+ * TINKERPOP-2089 Javascript DSL support
+ * TINKERPOP-2179 Have o.a.t.g.driver.ser.SerializationException extend IOException
+ * TINKERPOP-2181 Allow ctrl+c to break out of a long running process in Gremlin Console
+ * TINKERPOP-2182 Remove gperfutils from Gremlin Console *(breaking)*
+ * TINKERPOP-2191 Implement EdgeLabelVerificationStrategy
+ * TINKERPOP-2211 Provide API to add per request option for a bytecode
+ 
  [[release-3-3-6]]
  === TinkerPop 3.3.6 (Release Date: March 18, 2019)