Releases: bio4j/angulillos-titan
angulillos-titan v0.4.9
IMPORTANT This version is affected by the arities bug. Update to 0.4.9.
This release updates to angulillos 0.9.1, which fixes a serious bug with arities. See angulillos release notes.
angulillos-titan v0.4.8
IMPORTANT This version is affected by the arities bug. Update to 0.4.9.
Bugfix release: vertices()
now uses the TinkerPop3 API, instead of raw Titan, which looks to be buggy.
angulillos-titan v0.4.7
IMPORTANT This version is affected by the arities bug. Update to 0.4.9.
This release updates to angulillos 0.9.0
angulillos-titan v0.4.6
IMPORTANT This version is affected by the arities bug. Update to 0.4.9.
This release removes the check on vertex/edge label when querying through a property. Properties are globally unique, so it does not add anything to check that their source is correctly typed.
angulillos-titan v0.4.5
IMPORTANT This version is affected by the arities bug. Update to 0.4.9.
This release updates to angulillos 0.8.2
angulillos-titan v0.4.4
IMPORTANT This version is affected by the arities bug. Update to 0.4.9.
- general code cleanup
- use specialized has method for vertex equals queries
- use specialized has method for edge equals queries
- remove stale test file
angulillos-titan v0.4.3
IMPORTANT This version is affected by the arities bug. Update to 0.4.9.
- make UntypedTitanGraph AutoCloseable
- make ConcurrentTransaction override close to close itself
Note that close in TitanUntypedGraph will only close the thread-local transaction, not the graph; for that use shutdown.
angulillos-titan v0.4.2
IMPORTANT This version is affected by the arities bug. Update to 0.4.9.
This release updates to angulillos 0.8.1, including full index support.
angulillos-titan v0.4.1
IMPORTANT This version is affected by the arities bug. Update to 0.4.9.
This release updates to angulillos 0.7.2, adding support for both threadsafe and thread-local transactions; see Titan transactions documentation.
angulillos-titan v0.4.0
IMPORTANT This version is affected by the arities bug. Update to 0.4.9.
This version is based on angulillos-0.7. Indexes code is excluded from this release.