Skip to content

Releases: threatgrid/asami

Compound IDs

23 Feb 03:53
Compare
Choose a tag to compare

This release adds the ability to use compound values for :db/ident and :id attributes.

Entity ID fix

10 Nov 18:28
Compare
Choose a tag to compare

Referencing entities by :id during updates has been fixed. Entities can also be retrieved directly on Connections as well as Databases

Ingest limit

19 Oct 20:09
aa02827
Compare
Choose a tag to compare

New transact flag to limit the number of triples that may be included in a transaction

Accepting java.time.Timestamp

17 Oct 00:00
Compare
Choose a tag to compare

Fixed a problem where as-of and since functions did not accept java.time.Timestamp

Clean datoms

10 Oct 22:32
Compare
Choose a tag to compare

Transaction datoms now reflect actual updates and not requested updates.
transact-async has been introduced.
In-memory databases can be deleted and reused.

Disjunction expansion

10 Sep 16:09
Compare
Choose a tag to compare

Disjunctions (OR expressions) can now have different variables bound in each argument

Transitive attributes improvements

29 Jun 02:58
Compare
Choose a tag to compare

Transitive attribute resolution for in-memory stores with a fixed attribute will now use a log(n) algorithm always

Fewer Files

22 Jun 21:31
Compare
Choose a tag to compare

Fixes recursive entities and uses fewer files for storage. File truncation on shutdown happens automatically, even when not released. If truncations are missed for some reason, then they will now be done on the next release.

Intro to CLI

10 Jun 17:42
Compare
Choose a tag to compare
  • The first release of the command line tool.
  • :id can be used as an entity identifier that is not filtered out.
  • now, instant, instant?, and long-time are now exported from core.
  • aggregation grouping fix if grouping by the thing you're aggregating on.
  • minor efficiency improvements.

Better entity arrays

27 May 19:10
Compare
Choose a tag to compare

Very long entity arrays can now be processed without errors