Skip to content

Releases: replikativ/datahike

0.6.1594

17 Nov 23:35
Compare
Choose a tag to compare
Bump konserve and superv.async.

0.6.1593

13 Nov 18:06
Compare
Choose a tag to compare
Bump konserve version.

0.6.1592

02 Nov 02:30
12c68ee
Compare
Choose a tag to compare
Break out schema and cache. Move gc to public API. (#716)

* Break out schema and cache. Move gc to public API.

* Clear cache also on db deletion.

* Cleanup.

* Expose gc before_tx argument to C++.

* Write cache initial schema as well.

* Feedback for PR.

* Use set spec.

* Fix format.

0.6.1591

03 Oct 07:11
99290f1
Compare
Choose a tag to compare
Simplify connection updates, add cost center. (#658)

* Simplify connection updates, add cost center.

* Fix format.

* Handle migration properly, warn on outside connection changes.

* Fix format.

* Refactor according to PR feedback.

0.6.1590

01 Oct 04:56
79bb943
Compare
Choose a tag to compare
CLI: Support passing arbitrary query inputs as EDN (#714)

* only configure stderr logging outside Babashka

* parse CLI input args as EDN

* delete attr-ref db during test cleanup

* restore previous formatting

* document example of EDN-parsed input arg

---------

Co-authored-by: Coby Tamayo <[email protected]>

0.6.1589

27 Sep 23:12
ddff1ac
Compare
Choose a tag to compare
Make as-of always include the time point and since always exclude the…

0.6.1588

27 Sep 21:20
1d6762b
Compare
Choose a tag to compare
Remove special treatment of :db/ident attribute (#711)

* Remove special treatment of :db/ident attribute in lookup and transaction

* FIXUP comment the unit test

---------

Co-authored-by: Jonas Östlund <[email protected]>

0.6.1587

27 Sep 17:59
Compare
Choose a tag to compare
Fix format.

0.6.1586

27 Sep 18:01
6fc6034
Compare
Choose a tag to compare
Make sure that the datoms of history are distinct (#706)

* Make sure that the datoms of history are distinct

* FIXUP

* FIXUP merge sorted sequences of distinct datoms into a new sorted sequence of distinct datoms

---------

Co-authored-by: Jonas Östlund <[email protected]>

0.6.1585

27 Sep 17:41
c88c3af
Compare
Choose a tag to compare
Use Timbre's default logging behavior in Babashka pod (#709)

* test dthk stderr logging in run-native-image-tests

* disable :println appender explicitly

* only configure stderr logging outside Babashka

---------

Co-authored-by: Coby Tamayo <[email protected]>