- 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
traversal
function to take aRemoteConnection
directly which is more in line with TinkerPopAnonymousTraversalSource
method of construction - thewith-remote
standalone 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$Cardinality
with(cardinality :single)
. - Improved syntax for specifying
Column
with(column :values)
. - Improved syntax for specifying
Order
with(sort :decr)
. Barrier
is no longer specified by::norm-sack
and instead follows the common pattern of(sack-barrier :normSack)
.with-sack
no longer takes::split
and::merge
and rather just takes:split
and:merge
as its map key arguments- Improved syntax for specifying
Operator
with(operator :sum)
- Bump to Apache TinkerPop 3.3.2
- Bump to Apache TinkerPop 3.3.1
- The API for
addV
,addE
, andmidV
have been made more consistent to simply beadd-V
,add-E
andV
respectively. The old methods are still supported for now. - The
injects
start step is now simplyinject
, thoughinjects
is still supported. - Support the new
math
step - Dependency updates
- Bump to Apache TinkerPop 3.3.0
- Support newly added
skip
step - Support revised
addE
functionality that allowsVertex
instances to be passed tofrom
andto
- 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
has
andhas-not
filters. - Add
into-list!
function.
--E>
`<E--have become
-E>\
<E-`. This enforces all shortened traversal methods to only be three characters long.reverse
has been added. This function reverses the order of the elements in the pipeline.
convert-to-map
is 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.