Skip to content

Releases: cocoindex-io/cocoindex

v0.1.49

02 Jun 04:04
1702504
Compare
Choose a tag to compare

What's Changed

  • feat(chunking): allow customizing separators for the splitter by @badmonster0 in #584

Full Changelog: v0.1.48...v0.1.49

v0.1.48

31 May 16:10
9dd6eae
Compare
Choose a tag to compare

What's Changed

  • chore: make connection optional for qdrant spec, s/grpc_url/url/ by @badmonster0 in #580

Full Changelog: v0.1.47...v0.1.48

v0.1.47

31 May 05:55
2dfa5e8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.46...v0.1.47

v0.1.46

30 May 06:33
b2d6de5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.45...v0.1.46

v0.1.45

27 May 18:41
7eeeaf5
Compare
Choose a tag to compare

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() to ExportTargetFactory 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
  • feat(cli): add interactive console navigation for multiple flow selections by @lemorage in #550

Full Changelog: v0.1.44...v0.1.45

v0.1.44

21 May 16:37
71395f1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.43...v0.1.44

v0.1.43

21 May 02:27
22eeb59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.42...v0.1.43

v0.1.42

20 May 23:03
f0bc9fe
Compare
Choose a tag to compare

What's Changed

  • feat: add support for TimeDelta type in Python and Rust by @lemorage in #497
  • feat: create standalone CLI for cocoindex by @lemorage in #485
  • chore: cocoindex.init() loads settings from env by default by @badmonster0 in #526
  • fix: add the missing default None value for cocoindex.init() by @badmonster0 in #527
  • fix: allow not-annotated args to be compatible for old handlers for now by @badmonster0 in #529

Full Changelog: v0.1.41...v0.1.42

v0.1.41

20 May 01:16
5da1e6d
Compare
Choose a tag to compare

What's Changed

  • chore: rexport flow_def as flow and cleanup a few example usages by @badmonster0 in #516
  • chore: add clear error message when value type is not annotated by @badmonster0 in #519

Full Changelog: v0.1.40...v0.1.41

v0.1.40

19 May 05:50
8d53195
Compare
Choose a tag to compare

What's Changed

  • feat(query-util): provide util functions to get default table name by @badmonster0 in #514

Full Changelog: v0.1.39...v0.1.40