Hello, Apache TinkerPop 3.4.1 has just been released. While there weren't a lot of major features in this release there was a fairly long list of improvements and bug fixes. Of special note was the performance improvements around GraphBinary. It's worth experimenting with if you haven't had the chance yet. This upgrade should be fairly straightforward from 3.4.1 for both users and providers.
The release artifacts can be found at this location: https://www.apache.org/dyn/closer.lua/tinkerpop/3.4.1/apache-tinkerpop-gremlin-console-3.4.1-bin.zip https://www.apache.org/dyn/closer.lua/tinkerpop/3.4.1/apache-tinkerpop-gremlin-server-3.4.1-bin.zip https://www.apache.org/dyn/closer.lua/tinkerpop/3.4.1/apache-tinkerpop-3.4.1-src.zip The online docs can be found here: http://tinkerpop.apache.org/docs/3.4.1/reference/ (user docs) http://tinkerpop.apache.org/docs/3.4.1/upgrade/#_tinkerpop_3_4_1 (upgrade docs) http://tinkerpop.apache.org/javadocs/3.4.1/core/ (core javadoc) http://tinkerpop.apache.org/javadocs/3.4.1/full/ (full javadoc) http://tinkerpop.apache.org/docs/3.4.1/recipes/#_anti_patterns (Anti-patterns Documentation) [NEW!] The release notes are available here: https://github.com/apache/tinkerpop/blob/3.4.1/CHANGELOG.asciidoc#release-3-4-1 The Central Maven repo has sync'd as well: https://repo1.maven.org/maven2/org/apache/tinkerpop/tinkerpop/3.4.1/ Python artifacts are available in pypi: https://pypi.python.org/pypi/gremlinpython/3.4.1 .NET artifacts are available in NuGet: https://www.nuget.org/packages/Gremlin.Net/3.4.1 Javascript artifacts are available in npm: https://www.npmjs.com/package/gremlin/v/3.4.1 Docker images for Gremlin Console and Gremlin Server can be found on Docker Hub: https://hub.docker.com/u/tinkerpop/ [image: image.png]
