This is an automated email from the ASF dual-hosted git repository.
xiazcy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
from a55ed7173b Merge branch '3.8-dev'
add 074d634ac0 [TINKERPOP-3186] - Align Element.properties type for dotnet
(#3257)
add 0ac0710e52 Fixed `statics.BigDecimal` in `gremlin-python` to properly
calculate `scale` and `unscaled_value`, and added `value` attribute to return a
`decimal.Decimal` representation. Updated `GraphSON` in `gremlin-python` to
return `statics.BigDecimal` instead of `decimal.Decimal` for consistency with
`GraphBinary`. (#3256)
new 17be1a73f9 Merge branch '3.8-dev'
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 | 3 +++
docs/src/upgrade/release-3.8.x.asciidoc | 13 ++++++-----
.../translator/PythonTranslateVisitor.java | 6 ++++-
.../language/translator/GremlinTranslatorTest.java | 6 ++---
.../src/Gremlin.Net/Structure/Element.cs | 4 ++--
.../Structure/IO/GraphSON/EdgeDeserializer.cs | 3 ++-
.../Structure/IO/GraphSON/VertexDeserializer.cs | 3 ++-
.../IO/GraphSON/VertexPropertyDeserializer.cs | 2 +-
.../DriverRemoteConnection/GraphTraversalTests.cs | 26 +++++++++-------------
.../Structure/IO/GraphSON/GraphSONReaderTests.cs | 5 +++++
gremlin-python/build/generate.groovy | 2 +-
gremlin-python/docker-compose.yml | 10 ++++-----
.../src/main/python/gremlin_python/statics.py | 16 ++++++++++++-
.../gremlin_python/structure/io/graphsonV4.py | 4 ++--
.../src/main/python/radish/feature_steps.py | 6 +++--
gremlin-python/src/main/python/radish/gremlin.py | 18 +++++++--------
.../python/tests/structure/io/test_graphsonV4.py | 4 ++--
.../src/main/python/tests/test_statics.py | 10 ++++-----
18 files changed, 84 insertions(+), 57 deletions(-)