Hello, TinkerPop 3.3.1 has just been released. 3.3.1 contains all the great changes applied to 3.2.7 and itself includes the official release of Gremlin .NET which would thus be the latest and greatest version of that library. 3.3.1 also includes the new math() step which should help greatly simplify traversals which need to do some form of mathematical computation as part of their work.
The release artifacts can be found at this location: https://www.apache.org/dyn/closer.lua/tinkerpop/3.3.1/apache-tinkerpop-gremlin-console-3.3.1-bin.zip https://www.apache.org/dyn/closer.lua/tinkerpop/3.3.1/apache-tinkerpop-gremlin-server-3.3.1-bin.zip https://www.apache.org/dyn/closer.lua/tinkerpop/3.3.1/apache-tinkerpop-3.3.1-src.zip The online docs can be found here: http://tinkerpop.apache.org/docs/3.3.1/reference/ (user docs) http://tinkerpop.apache.org/docs/3.3.1/upgrade/#_tinkerpop_3_3_1 (upgrade docs) http://tinkerpop.apache.org/javadocs/3.3.1/core/ (core javadoc) http://tinkerpop.apache.org/javadocs/3.3.1/full/ (full javadoc) The release notes are available here: https://github.com/apache/tinkerpop/blob/3.3.1/CHANGELOG.asciidoc#tinkerpop-331-release-date-december-17-2017 The Central Maven repo has sync'd as well: https://repo1.maven.org/maven2/org/apache/tinkerpop/tinkerpop/3.3.1/ Python artifacts are available in pypi: https://pypi.python.org/pypi/gremlinpython/3.3.1 .NET artifacts are available in NuGet: https://www.nuget.org/packages/Gremlin.Net/3.3.1 [image: Inline image 1]
