v0.1.45
What's Changed
- Support Kuzu as storage target
- refactor(storage): extract common logic into
shared
for kuzu reuse by @badmonster0 in #549 - refactor(storage): extract and enhance more common logic for kuzu by @badmonster0 in #552
- refactor(storage-interface): plumbing state key to
apply_setup_change
by @badmonster0 in #555 - feat(target): add
prepare_upsert_entry()
toExportTargetFactory
by @badmonster0 in #558 - refactor(graphdb): extract analyzed info for relationships into a struct by @badmonster0 in #559
- feat(target): support additional key for targets by @badmonster0 in #560
- feat(kuzu): support kuzu as storage target by @badmonster0 in #561
- refactor(storage): extract common logic into
- feat(cli): add interactive console navigation for multiple flow selections by @lemorage in #550
Full Changelog: v0.1.44...v0.1.45