Hi everyone,
The TinkerPop team has provided a new round of releases.
This round has these major updates:
1. Blueprints: complete package refactor. Please read the Wiki docs to figure out how to include these dependencies as its a bit different than previous.
2. Pipes: Converted to more efficient traversal pipes. E.g., no more VertexEdgePipe, now OutEdgesPipe, BothEdgesPipe, and InEdgesPipe.
3. Frames: Initial release of the project.
4. Gremlin: Smarter metaprogramming to make Gremlin safer and emit renamed to transform and foreach renamed to sideEffect.
- please update your scripts accordingly where you use emit and foreach.
Enjoy and thanks for all the support,
Marko.