0.3.14 - 2021-04-29
- Updated to Asami 2.0.2
0.3.13 - 2021-02-19
- Picked up the latest Asami with bugfixes.
0.3.12 - 2021-02-18
- ISO Prolog
%
comments, and SQL style--
comments added to Pabu parser.
- Generated artifact no longer includes ClojureScript.
-main
entry re-introduced, but still without AOT.
0.3.11 - 2021-02-16
- Released jars are no longer pre-compiled with dependencies.
0.3.10 - 2021-02-03
- Updated to Asami 1.2.13 and Zuko 0.4.0.
- Some debug and trace level logging.
- Handling graph updates through transactions more reliably
0.3.9 - 2021-01-12
- The
update-store
API was erroneously change in the last release, and also contained a consistency bug. Also added a new test for this function, as it never had one before.
0.3.8 - 2021-01-11
- The
update-store
operation had been removed due to lack of support in Asami, and the belief that it was no longer used. Added back in, with Asami support in 1.2.10.
0.3.7 - 2021-01-08
- The
run
operation now accepts Connection objects from Datomic or Asami. - Added a flag to avoid calling shutdown upon exiting the CLI
- Updated Asami storage to use Connections, and not internal graphs.
0.3.6 - 2020-12-15
- Updated dependencies on Asami, Zuko and core.cache.
0.3.5 - 2020-09-08
- Fixed entity namespaces for the Asami and Datomic adapters
0.3.4 - 2020-09-04
- Picked up important bugfix from Zuko 0.3.1
0.3.3 - 2020-09-04
- Fixed duplicated functionality between the Storage and NodeAPI protocols
0.3.2 - 2020-09-04
- Removed warning for using a deprecated function
0.3.1 - 2020-09-03
- Updated to Asami 1.2.3
0.3.0 - 2020-08-06
- Updated to Asami 1.1.0
- Fixed the way evaluations are considered in rules
- Shifted data management to Zuko