You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by Stephen Mallette <sp...@gmail.com> on 2016/09/12 13:52:37 UTC

TinkerPop 3.2.2 Released: Nine Inch Gremlins

Hello,

TinkerPop 3.2.2 has just been released. 3.2.2 is an important release
because it introduces the first non-JVM Gremlin Language Variant (GLV)
implementation: gremlin-python. Gremlin Python allows Python developers to
write Gremlin directly in their native language:

http://tinkerpop.apache.org/docs/current/reference/#gremlin-python

For 3.2.2, gremlin-python is experimental, as we may expect some breaking
change to occur between this version and 3.3.0.

It was noted that the upgrade documentation unfortunately omitted the fact
that the websocket URL has changed to ws://localhost:8182/gremlin (formerly
just ws://localhost:8182/) which was a side-effect of bumping to the newest
version of netty.

The release artifacts can be found at this location:

https://www.apache.org/dyn/closer.lua/tinkerpop/3.2.2/apache-tinkerpop-gremlin-console-3.2.2-bin.zip
https://www.apache.org/dyn/closer.lua/tinkerpop/3.2.2/apache-tinkerpop-gremlin-server-3.2.2-bin.zip

The online docs can be found here:

http://tinkerpop.apache.org/docs/3.2.2/ (user docs)
http://tinkerpop.apache.org/docs/3.2.2/upgrade/#_tinkerpop_3_2_2 (upgrade
docs)
http://tinkerpop.apache.org/javadocs/3.2.2/core/ (core javadoc)
http://tinkerpop.apache.org/javadocs/3.2.2/full/ (full javadoc)

The release notes are available here:

https://github.com/apache/tinkerpop/blob/3.2.2/CHANGELOG.asciidoc#release-3-2-2

The Central Maven repo has sync’d as well:

https://repo1.maven.org/maven2/org/apache/tinkerpop/tinkerpop/3.2.2/

You can find python artifacts on pypi (note that it is deployed as
3.2.2rc1):

https://pypi.python.org/pypi/gremlinpython

[image: nine inch gremlins]