- Bump to Apache TinkerPop 3.4.11
- Bump to Apache TinkerPop 3.4.10 (fully compatible with 3.4.9)
- Bump to Apache TinkerPop 3.4.8
- Allowed the
traversalfunction to take aRemoteConnectiondirectly which is more in line with TinkerPopAnonymousTraversalSourcemethod of construction - thewith-remotestandalone function is no longer recommended.
- Bump to Apache TinkerPop 3.4.7
- Bump to Apache TinkerPop 3.4.6 (note that TinkerPop 3.4.5 contained a bug of significance and users of that version were asked to immediately upgrade to 3.4.6)
- Bump to Apache TinkerPop 3.4.4
- Added support for
elementMap()step.
- Bump to Apache TinkerPop 3.4.3
- Supported new form of the
aggregate()step that takes aScope.
- Bump to Apache TinkerPop 3.4.2
- Bump to Apache TinkerPop 3.4.1
- Bump to Apache TinkerPop 3.4.0
- Bump to Apache TinkerPop 3.3.4
- Bump to Apache TinkerPop 3.3.3
- Improved syntax for specifying
VertexProperty$Cardinalitywith(cardinality :single). - Improved syntax for specifying
Columnwith(column :values). - Improved syntax for specifying
Orderwith(sort :decr). Barrieris no longer specified by::norm-sackand instead follows the common pattern of(sack-barrier :normSack).with-sackno longer takes::splitand::mergeand rather just takes:splitand:mergeas its map key arguments- Improved syntax for specifying
Operatorwith(operator :sum)
- Bump to Apache TinkerPop 3.3.2
- Bump to Apache TinkerPop 3.3.1
- The API for
addV,addE, andmidVhave been made more consistent to simply beadd-V,add-EandVrespectively. The old methods are still supported for now. - The
injectsstart step is now simplyinject, thoughinjectsis still supported. - Support the new
mathstep - Dependency updates
- Bump to Apache TinkerPop 3.3.0
- Support newly added
skipstep - Support revised
addEfunctionality that allowsVertexinstances to be passed tofromandto
- Bump to TinkerPop 3.2.6.
- Bump to TinkerPop 3.2.5.
- Added support for
hasNot()andhasValue()steps which were missed in previous versions
Ogre now targets Apache TinkerPop 3.2.4 and is the first non-beta release of Ogre for TinkerPop 3.x. This release of Ogre involves major breaking changes to the API since 2.5.0.0. Please see the most recent documentation for the revised API.
- Bump to support of TinkerPop 2.5.0.
- Arity 2
hasandhas-notfilters. - Add
into-list!function.
--E>`<E--have become-E>\<E-`. This enforces all shortened traversal methods to only be three characters long.reversehas been added. This function reverses the order of the elements in the pipeline.
convert-to-mapis now polymorphic and converts Rows as well.- Ogre is now a Clojurewerkz project.
- Traversals now take in a list of labels.
Update Gremlin version to 2.3.0. count is now count! because it
executes the pipeline and returns all the objects. Type hinting has mostly
been added in.
First release. Covers most of the library.