Releases: replikativ/datahike
Releases · replikativ/datahike
0.4.1482
What's Changed
Full Changelog: 0.4.1481...0.4.1482
0.4.1481
What's Changed
Full Changelog: 0.4.1480...0.4.1481
0.4.1480
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
- @podgorniy made their first contribution in #459
- @zoren made their first contribution in #463
Full Changelog: 0.4.1478...0.4.1480
0.4.1478
0.4.1477
0.4.1476
0.4.1475
What's Changed
Full Changelog: 0.4.1474...0.4.1475
0.4.1474
What's Changed
- 342 refactor test namespaces by @TimoKramer in #390
Full Changelog: 0.4.1473...0.4.1474
0.4.1473
- 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
- update development with master by @kordano in #442
- Move to main branch by @kordano in #454
- fix: release on github for org replikativ by @TimoKramer in #455
Full Changelog: v.0.4.0...0.4.1473
Release 0.4.0
- 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)