Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Releases: terminusdb/terminus_store_prolog

v0.11.2

26 Aug 13:49
Compare
Choose a tag to compare
Add reset

v0.11.1

25 Aug 22:56
Compare
Choose a tag to compare
squash abilities mostly

v0.11.0

24 Aug 12:34
Compare
Choose a tag to compare
version 0.11.0

Layer builders have changed in the underlying store library. Adding
and removing triples, and checking for the committed status of a
builder object should now be faster.

v0.10.4

18 Aug 09:49
Compare
Choose a tag to compare
version 0.10.4

Triple lookup is now done in native code. Previous versions would work
by returning lookup objects into prolog as blob, making prolog implement
the different lookup patterns. In this version, id_triple/4 has become a
native predicate, and all patterns are implemented natively. No more
blobs need to be created during triple lookup, resulting in some
speedup.

v0.10.3

28 Jul 19:25
Compare
Choose a tag to compare

Improved error handling

v0.10.2

17 Jul 13:04
Compare
Choose a tag to compare
New SWI Prolog version and smaller Docker image size

v0.10.0

25 May 11:22
Compare
Choose a tag to compare
version 0.10.0

- update terminus-store dependency to 0.10.0
- implement predicates for pack handling

v0.9.9.1

09 Apr 09:24
Compare
Choose a tag to compare
Use a new Docker build and fix the Windows build

v0.9.8

27 Mar 15:14
Compare
Choose a tag to compare
Added Windows compatibility