Skip to content

Releases: replikativ/datahike

0.4.1482

11 Feb 15:15
5a2a9dd
Compare
Choose a tag to compare

What's Changed

  • update datalog-parser and add keyword keys test by @kordano in #480

Full Changelog: 0.4.1481...0.4.1482

0.4.1481

08 Feb 09:55
ddf2e23
Compare
Choose a tag to compare

What's Changed

  • 470 history db record attribute access by @kordano in #472

Full Changelog: 0.4.1480...0.4.1481

0.4.1480

13 Jan 14:16
b856a3b
Compare
Choose a tag to compare

What's Changed

  • Fix: examples should use transact instead of (now undocumented) trans… by @podgorniy in #459
  • Update deps by @zoren in #463

New Contributors

Full Changelog: 0.4.1478...0.4.1480

0.4.1478

20 Dec 10:27
f5b4734
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.1477...0.4.1478

0.4.1477

17 Dec 16:23
1675a5f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.1476...0.4.1477

0.4.1476

17 Dec 11:26
938129f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.1475...0.4.1476

0.4.1475

17 Dec 11:20
527e269
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.1474...0.4.1475

0.4.1474

16 Dec 10:40
408cb0f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.1473...0.4.1474

0.4.1473

13 Dec 16:25
bf454f9
Compare
Choose a tag to compare
  • Switch to GitHub Flow and tools.build

This commit changes the CI to create a release on every
merge to the main-branch. The patch-release will always
incremented when released. CircleCI-pipeline creates
a release automatically on GitHub and tags the commit.

This commit also switches to use tools.build and with
that it is possible to run the compilation and jar-builds
from the REPL. There is no need to run maven anymore.

  • Documentation and ADR

Co-authored-by: Timo Kramer [email protected]
Co-authored-by: Timo Kramer [email protected]

What's Changed

Full Changelog: v.0.4.0...0.4.1473

Release 0.4.0

24 Nov 10:56
2e2556f
Compare
Choose a tag to compare
  • Add attribute references (#211)
  • Fix avet upsert (#308)
  • Extend benchmarks
  • Add byte array support
  • Add search cache
  • Fix lookup search (#335)
  • Fix comparators (#328)
  • Add search cache (#294)
  • Allow schema attribute updates (thanks to @MrEbbinghaus)
  • Fix hitchhiker-tree handling (#358)
  • Improve pagination performance (#294)
  • Improve upsert performance
  • Fix history duplicates (#363)
  • Fix cardinality many duplicates (#364)
  • Fix attribute translations
  • Add config for index creation
  • Remove uniqueness constraint for :db/txInstant
  • Fix scalar binding for function output
  • Fix equivalent datom input (#932)
  • Fix load-entities bugs (#398, #400)
  • Fix LRU cache (#404)
  • Clean up code examples (#409)
  • Add q as built-in (#412)
  • Add meta data (#407)
  • Add int? as built-in (#435)