Skip to content

Releases: bio4j/angulillos-titan

angulillos-titan v0.4.9

15 Oct 10:23
Compare
Choose a tag to compare

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

08 Jun 20:41
Compare
Choose a tag to compare

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

08 Jun 16:06
Compare
Choose a tag to compare

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

08 Jun 15:37
Compare
Choose a tag to compare

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

08 Jun 10:32
Compare
Choose a tag to compare

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

31 May 16:21
Compare
Choose a tag to compare

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

24 May 16:01
Compare
Choose a tag to compare

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

22 May 18:29
Compare
Choose a tag to compare

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

19 May 13:59
Compare
Choose a tag to compare

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

13 May 08:59
Compare
Choose a tag to compare

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.