Skip to content

Releases: cocoindex-io/cocoindex

v0.2.8

10 Sep 06:31
ccaf8bc
Compare
Choose a tag to compare

What's Changed

  • feat(neo4j): KEY constraint -> UNIQUE, to support community edition by @georgeh0 in #983

Full Changelog: v0.2.7...v0.2.8

v0.2.7

09 Sep 21:02
7bf4516
Compare
Choose a tag to compare

What's Changed

  • feat(reexport): support --rexport for cocoindex server by @georgeh0 in #979
  • fix(docs); fix broken anchors by @georgeh0 in #980
  • fix: avoid unintentionally interrupted from subprocess on Windows by @georgeh0 in #982

Full Changelog: v0.2.6...v0.2.7

v0.2.6

08 Sep 20:33
4263351
Compare
Choose a tag to compare

What's Changed

  • Support targets reexport
    • feat(reexport): expose an option to reexport to targets during export by @georgeh0 in #974
    • docs(reexport): update documents to explain reexport options by @georgeh0 in #975
  • feat(subprocess-error): enhance error handling/message for subprocess by @georgeh0 in #977
  • fix(3p-notice): include third party notices in maturin by @georgeh0 in #969
  • build: when generate 3p notice, use Cargo.toml with filled version by @georgeh0 in #970
  • build(ci): use binstall for cargo-about also for CI by @georgeh0 in #971

Full Changelog: v0.2.5...v0.2.6

v0.2.5

05 Sep 16:04
5e8101c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4

03 Sep 18:26
de2b826
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

01 Sep 19:02
af7e518
Compare
Choose a tag to compare

What's Changed

  • Postgres source optimization for many small rows
    • feat: allow including values in source's list() calls and migrate postgres source by @georgeh0 in #948
  • Postgres source change capture
    • feat(postgres): add preliminary support for change notification by @georgeh0 in #952
    • feat: plumbing source name to SourceFactory by @georgeh0 in #953
    • feat(postgres-notify): automatically channel name for notification by @georgeh0 in #954
    • docs(postgres-notify): add docs for Postgres notification by @georgeh0 in #955
  • docs: simplify getting started by @badmonster0 in #940
  • Release improvements
    • build: switch to abi3 build to make build faster and reduce size by @georgeh0 in #945
    • ops: set classifiers and keywords in pyproject.toml by @georgeh0 in #947
  • chore: shutdown ProcessPoolExecutor, make the test work for Windows by @georgeh0 in #951
  • refactor: align target multi-part primary key representation with source by @georgeh0 in #949

Full Changelog: v0.2.2...v0.2.3

v0.2.2

30 Aug 00:32
aea63d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

v0.2.1

28 Aug 22:44
b84bf19
Compare
Choose a tag to compare

What's Changed

  • fix: make the stats more reasonable and clear by @georgeh0 in #928
  • chore: adjust postgres connection pool default settings by @georgeh0 in #929
  • fix: always use spawn for subprocess by @georgeh0 in #930

Full Changelog: v0.2.0...v0.2.1

v0.2.0

28 Aug 15:51
7116245
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.83...v0.2.0

v0.1.83

27 Aug 04:46
832ab93
Compare
Choose a tag to compare

What's Changed

  • feat(internal-setup): apply internal-only setup changes automatically by @georgeh0 in #905
  • feat(setup): cleanup source states after incompatible change by @georgeh0 in #906
  • fix: ignore empty kind on creating legacy source list for compatibility by @georgeh0 in #909
  • docs: codebase indexing example & documentation visual by @badmonster0 in #912
  • docs: custom target example by @badmonster0 in #913
  • docs: docs to knowledge graph, add image illustrations, reorganize example assets by @badmonster0 in #914
  • feat: implement dynamic PostgreSQL source with composite key support by @badmonster0 in #910
  • fix: make gpu-enabled simple function pickleable by @georgeh0 in #916

Full Changelog: v0.1.82...v0.1.83