Releases: replikativ/datahike
Releases · replikativ/datahike
0.6.1591
0.6.1590
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 <coby@tamayo.email>
0.6.1589
Make as-of always include the time point and since always exclude the…
0.6.1588
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 <ostlund.jobtech@gmail.com>
0.6.1587
Fix format.
0.6.1586
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 <ostlund.jobtech@gmail.com>
0.6.1585
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 <coby@tamayo.email>
0.6.1584
Fix tempid arg list case.
0.6.1583
Fix spec to argslist translation (#701) * Fix spec to argslist translation. * Remove redundant test case. * Remove unused spec namespace.
0.6.1582
Use CompletableFuture in promise implementation. (#700) * Use CompletableFuture in promise implementation. * Wrap exception correctly, unify transact and transact!.