Hello, Apache TinkerPop 3.3.7 has just been released. It is mostly a maintenance release along the 3.3.x line but it does come with a couple of features worth noting. First, Gremlin Javascript now has an official way to support DSL development and second, the Gremlin Console should better respect the ctrl+c to interrupt long running commands.
The release artifacts can be found at this location: https://www.apache.org/dyn/closer.lua/tinkerpop/3.3.7/apache-tinkerpop-gremlin-console-3.3.7-bin.zip https://www.apache.org/dyn/closer.lua/tinkerpop/3.3.7/apache-tinkerpop-gremlin-server-3.3.7-bin.zip https://www.apache.org/dyn/closer.lua/tinkerpop/3.3.7/apache-tinkerpop-3.3.7-src.zip The online docs can be found here: http://tinkerpop.apache.org/docs/3.3.7/reference/ (user docs) http://tinkerpop.apache.org/docs/3.3.7/upgrade/#_tinkerpop_3_3_7 (upgrade docs) http://tinkerpop.apache.org/javadocs/3.3.7/core/ (core javadoc) http://tinkerpop.apache.org/javadocs/3.3.7/full/ (full javadoc) The release notes are available here: https://github.com/apache/tinkerpop/blob/3.3.7/CHANGELOG.asciidoc#tinkerpop-337-release-date-may-28-2019 The Central Maven repo has sync'd as well: https://repo1.maven.org/maven2/org/apache/tinkerpop/tinkerpop/3.3.7/ Python artifacts are available in pypi: https://pypi.python.org/pypi/gremlinpython/3.3.7 .NET artifacts are available in NuGet: https://www.nuget.org/packages/Gremlin.Net/3.3.7 Javascript artifacts are available in npm: https://www.npmjs.com/package/gremlin/v/3.3.7 Docker images for Gremlin Console and Gremlin Server can be found on Docker Hub: https://hub.docker.com/u/tinkerpop/ [image: gremlin mozart]
