[GitHub] tinkerpop pull request #749: Tinkerpop 1807 Gremlin-Python doesn't support G...

2017-11-16 Thread spmallette
Github user spmallette commented on a diff in the pull request:

https://github.com/apache/tinkerpop/pull/749#discussion_r151390209
  
--- Diff: docs/src/upgrade/release-3.3.x.asciidoc ---
@@ -29,6 +29,15 @@ Please see the 
link:https://github.com/apache/tinkerpop/blob/3.3.1/CHANGELOG.asc
 
 === Upgrading for Users
 
+ Gremlin-Python Core Types
--- End diff --

You can remove this - no need to duplicate it. We direct users to 3.2.x 
upgrade notes as being inclusive of the 3.3.x ones.


---


[GitHub] tinkerpop pull request #749: Tinkerpop 1807 Gremlin-Python doesn't support G...

2017-11-15 Thread davebshow
GitHub user davebshow opened a pull request:

https://github.com/apache/tinkerpop/pull/749

Tinkerpop 1807 Gremlin-Python doesn't support GraphSON types g:Date, 
g:Timestamp and g:UUID

https://issues.apache.org/jira/browse/TINKERPOP-1807

This PR follows #741, adding support for core types Date, Timestamp, and 
UUID in GraphSON3

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/apache/tinkerpop TINKERPOP-1807-master

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/tinkerpop/pull/749.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #749


commit 3b651ff58cdf210a63a0101d0a311c7076de2b0e
Author: davebshow 
Date:   2017-11-01T23:31:10Z

Implemented support for missing core GraphSON types in gremlin-python

commit 4661284292306fecb67fbcc46617af97b3b7762f
Author: davebshow 
Date:   2017-11-07T17:40:05Z

updated changelog and upgrade docs

commit c0078cc172e918f96460630da27ff04cb4e9478d
Author: davebshow 
Date:   2017-11-13T18:11:46Z

added asserts to check values are deserialized as expected

commit 5031ccdbea28b1384c40fd522e9fec25b5b86818
Author: davebshow 
Date:   2017-11-15T18:12:22Z

added core GraphSON types UUID, Date, and Timestamp for GraphSON 3

commit ed6133e502e573650a39a6ac96c4a901e168c2e6
Author: davebshow 
Date:   2017-11-15T18:17:34Z

fixed typo in changelog

commit 80624fcbe34ffb0d4d2a4033926a198096413ae3
Author: davebshow 
Date:   2017-11-15T18:19:59Z

removed unwanted blank line




---