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/07/30 13:30:32 UTC

[tinkerpop] 03/05: Merge branch 'TINKERPOP-2264' into 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 2c14c664318364c93cdce23bd36d4bc616a6bf90
Merge: 346a787 a015b2f
Author: Stephen Mallette <sp...@genoprime.com>
AuthorDate: Tue Jul 30 09:28:51 2019 -0400

    Merge branch 'TINKERPOP-2264' into tp33

 CHANGELOG.asciidoc                                  |  1 +
 docs/src/dev/io/graphson.asciidoc                   |  4 ++++
 docs/src/upgrade/release-3.3.x.asciidoc             |  9 +++++++++
 .../gremlin_python/structure/io/graphsonV2d0.py     | 21 +++++++++------------
 .../gremlin_python/structure/io/graphsonV3d0.py     | 20 ++++++++------------
 .../jython/tests/structure/io/test_graphsonV2d0.py  | 19 ++++++++++++-------
 .../jython/tests/structure/io/test_graphsonV3d0.py  | 13 ++++++-------
 7 files changed, 49 insertions(+), 38 deletions(-)

diff --cc CHANGELOG.asciidoc
index 600a22b,7adbbae..0a5c2d8
--- a/CHANGELOG.asciidoc
+++ b/CHANGELOG.asciidoc
@@@ -27,8 -27,8 +27,9 @@@ image::https://raw.githubusercontent.co
  * Deprecated remote traversal side-effect retrieval and related infrastructure.
  * Bump to Groovy 2.4.17.
  * Bump to Jackson Databind 2.9.9.1.
+ * Fixed bug with Python in `g:Date` of GraphSON where local time zone was being used during serialization/deserialization.
  * Improved error messaging when an attempt is made to serialize multi-properties to GraphML.
 +* Deprecated multi/meta-property support in `Neo4jGraph`.
  * Improved exception and messaging for gt/gte/lt/lte when one of the object isn't a `Comparable`.
  * Added test infrastructure to check for storage iterator leak.
  * Fixed multiple iterator leaks in query processor.