Skip to content

Releases: cocoindex-io/cocoindex

v1.0.3

05 May 00:54
4432311

Choose a tag to compare

What's Changed

  • feat(turbopuffer): add Turbopuffer target connector by @georgeh0 in #1934
  • Neo4j connector + meeting_notes_graph_neo4j example (review) by @badmonster0 in #1932
  • Add per-argument memo_key support to @coco.fn by @MrAnayDongre in #1888
  • feat(splitter): add Svelte and Vue tree-sitter support by @georgeh0 in #1937
  • documentation updates:
    • README: alt text updates by @badmonster0 in #1935
    • docs: mention the CocoIndex agent skill in README and docs by @georgeh0 in #1921
    • fix: README links by @georgeh0 in #1923
    • README: remove v1 mention in cocoindex installation command by @Haleshot in #1924
    • docs: drop remaining pre-release references after v1.0.0 release by @georgeh0 in #1925
    • docs(CLAUDE.md): point to /review-changes skill, condense conventions by @georgeh0 in #1926
    • docs: stamp v1.0.2 review across all pages by @badmonster0 in #1927
    • docs(examples): auto-load .env in text_embedding_turbopuffer example by @georgeh0 in #1938
  • ci(test): make macOS Docker tests less flaky by @georgeh0 in #1922
  • chore: upgrade examples deps to cocoindex-1.0.2 by @georgeh0 in #1918

Full Changelog: v1.0.2...v1.0.3

v1.0.2

29 Apr 06:29
97f88c1

Choose a tag to compare

What's Changed

  • fix(google_drive): give each request its own Http to avoid socket races by @georgeh0 in #1915
  • refactor(entity_resolution): make ResolvedEntities a frozen+slots dataclass by @georgeh0 in #1916
  • docs: show H4 headings in right-rail TOC by @georgeh0 in #1914
  • docs(examples): add meeting_notes_graph example by @georgeh0 in #1917

Full Changelog: v1.0.1...v1.0.2

v0.3.39

29 Apr 02:55
ad6cab7

Choose a tag to compare

What's Changed

  • fix: address dependency security vulnerabilities by @georgeh0 in #1850
  • docs(topbar): point v1 to /docs-v1 (soon), v0 to /docs (legacy) by @badmonster0 in #1852
  • fix: make auto generated CLI docs work for Astro by @georgeh0 in #1853
  • chore(docs): make title/description self-contained and adjust content by @georgeh0 in #1856
  • docs(examples): migrate cocoindex-io/examples walkthroughs into /docs… by @badmonster0 in #1857
  • docs: accept both /examples and /examples/ (trailingSlash: ignore) by @badmonster0 in #1860
  • chore(docs): Remove build: { format: 'file' } option which caused trailing / to be 404 by @georgeh0 in #1862
  • chore(docs): consolidate data files and trim example frontmatter by @georgeh0 in #1866
  • chore: move v0 docs from /docs to /docs-v0 by @georgeh0 in #1873
  • fix: example site location, remove "SOON" for v1 by @georgeh0 in #1874
  • docs(v0): add build-time link checker; fix broken links by @georgeh0 in #1906
  • docs(v0): cherry-pick search/TOC fixes from main; refresh banner + nav by @georgeh0 in #1909
  • feat(telemetry): backport Scarf usage tracking to v0 by @georgeh0 in #1910
  • docs(v0): restore tabs content lost in Astro migration by @georgeh0 in #1911
  • docs(v0): document IndexUpdateInfo.stats from Flow.update() by @georgeh0 in #1912
  • docs(v0): show H4 headings in right-rail TOC by @georgeh0 in #1913

Full Changelog: v0.3.38...v0.3.39

v1.0.1

28 Apr 16:53
d9a5c96

Choose a tag to compare

What's Changed

  • Features:

    • feat(oci): live bucket watching via LiveStream + OCI Streaming events by @georgeh0 in #1905
    • feat(falkordb): add FalkorDB target connector by @galshubeli in #1908
    • feat: add LiteLLM speech-to-text (STT) provider support by @Gohlub in #1889
  • Fixes:

    • LiteLLM compatibility:
      • fix(litellm): explicitly pass encoding_format="float" by @georgeh0 in #1886
      • fix(litellm): skip encoding_format="float" for voyage/bedrock by @georgeh0 in #1896
    • fix(core): propagate cancellation through spawn boundaries by @georgeh0 in #1902
  • Docs updates:

    • docs(topbar): drop preview tag from v1 entries by @georgeh0 in #1883
    • docs(topbar): label v0 entries as legacy by @georgeh0 in #1884
    • docs: remove V1 preview banner by @badmonster0 in #1885
    • test(infra): mitigate testcontainers ryuk port-mapping race by @georgeh0 in #1887
    • docs: add Python code formatting and linting commands to CLAUDE.md by @octo-patch in #1855
    • fix(docs): clean up right-rail TOC rendering by @georgeh0 in #1891
    • docs(topbar): phone-mode menu drawer with sidebar + on-page TOC by @badmonster0 in #1892
    • docs: extend phone menu to examples + 404, add Site nav group by @badmonster0 in #1893
    • docs(search): re-add Algolia DocSearch at top of sidebar + drawer by @badmonster0 in #1894
    • search bar visual by @badmonster0 in #1895
    • docs(search): drop searchbox border to fix double-rule at modal top by @badmonster0 in #1898
    • docs(search): point Algolia search at the cocoindex index by @georgeh0 in #1899
    • docs: add build-time link checker; fix 162 broken links by @georgeh0 in #1903
    • docs: rewrite relative links to canonical absolute URLs at build time by @georgeh0 in #1904
  • Dependency upgrades:

    • chore(deps): bump locked deps to clear Dependabot alerts by @georgeh0 in #1907
    • ci(deps): bump mozilla-actions/sccache-action from 0.0.9 to 0.0.10 by @dependabot[bot] in #1900

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

22 Apr 06:31
5fe4f37

Choose a tag to compare

What's Changed

Read more

v1.0.0-alpha50

22 Apr 05:43
5cacb0b

Choose a tag to compare

v1.0.0-alpha50 Pre-release
Pre-release

What's Changed

  • ci(deps): bump webfactory/ssh-agent from 0.9.1 to 0.10.0 by @dependabot[bot] in #1770
  • ci(deps): bump j178/prek-action from 1 to 2 by @dependabot[bot] in #1769
  • docs: add Docker + pgvector setup tutorial by @cdnsteve in #1772
  • feat: add Novita AI as LLM provider by @Alex-wuhu in #1781
  • feat(targets): add Turbopuffer target connector by @costajohnt in #1647
  • docs: clarify that collect() accepts plain Python values by @batmany13 in #1803
  • docs: Fix FTS documentation link in lancedb by @Haleshot in #1829
  • fix: make module name consistent when loading user app via CLI (#1834) by @xyaz1313 in #1835
  • docs: fix broken LanceDB FTS documentation link by @georgeh0 in #1839
  • docs: migrate from Docusaurus to Astro by @badmonster0 in #1845
  • docs: fix prek violations on migrated Astro content by @badmonster0 in #1846
  • docs: remove design_guidelines folder (post-migration cleanup) by @badmonster0 in #1847
  • fix(docs): backport latest doc updates to docs-astro by @georgeh0 in #1851
  • fix: address dependency security vulnerabilities by @georgeh0 in #1850
  • docs(topbar): point v1 to /docs-v1 (soon), v0 to /docs (legacy) by @badmonster0 in #1852
  • fix: make auto generated CLI docs work for Astro by @georgeh0 in #1853
  • merge: main to v1, with Astro docs switches and fixes by @georgeh0 in #1854
  • chore(docs): make title/description self-contained and adjust content by @georgeh0 in #1856
  • docs(examples): migrate cocoindex-io/examples walkthroughs into /docs… by @badmonster0 in #1857
  • docs(examples): migrate cocoindex-io/examples-v1 walkthroughs into /docs-v1/examples by @badmonster0 in #1858
  • docs: accept both /examples and /examples/ (trailingSlash: ignore) by @badmonster0 in #1859
  • docs: accept both /examples and /examples/ (trailingSlash: ignore) by @badmonster0 in #1860
  • docs(v1): restore missing tab blocks in core_concepts by @badmonster0 in #1861
  • chore(docs): Remove build: { format: 'file' } option which caused trailing / to be 404 by @georgeh0 in #1862
  • docs(v1): align styles with design system, polish example pages by @badmonster0 in #1863
  • Docs/v1 design system polish by @badmonster0 in #1864
  • chore(docs): consolidate data files and trim example frontmatter by @georgeh0 in #1866
  • merge: main into v1 by @georgeh0 in #1868
  • cleanup: remove v0-only example docs by @georgeh0 in #1869
  • docs: backport admonition danger variant from main by @georgeh0 in #1870
  • docs: move concurrency control to advanced topics by @georgeh0 in #1871
  • docs(v1): rework docs diagrams into shape-semantic component system by @georgeh0 in #1872
  • docs(v1): point v0 links to /docs-v0 paths by @georgeh0 in #1875
  • docs: adopt github-landing-draft homepage in README by @badmonster0 in #1877
  • docs: fix trailing whitespace in README intro by @badmonster0 in #1878
  • feat(telemetry): add anonymous usage tracking via Scarf gateway by @georgeh0 in #1879

New Contributors

Full Changelog: v1.0.0-alpha49...v1.0.0-alpha50

v1.0.0-alpha49

20 Apr 16:25
6cee88b

Choose a tag to compare

v1.0.0-alpha49 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-alpha48...v1.0.0-alpha49

v1.0.0-alpha48

20 Apr 06:15
20ca136

Choose a tag to compare

v1.0.0-alpha48 Pre-release
Pre-release

What's Changed

  • fix: pg source snapshot txn, add tests, remove pgvector dep by @georgeh0 in #1843

Full Changelog: v1.0.0-alpha47...v1.0.0-alpha48

v0.3.38

20 Apr 16:26
c9913e0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.37...v0.3.38

v1.0.0-alpha47

19 Apr 19:36
ad9276a

Choose a tag to compare

v1.0.0-alpha47 Pre-release
Pre-release

What's Changed

  • refactor: improve msgspec serde robustness and migrate tracking records to Struct by @georgeh0 in #1838
  • docs: reorganize structure and fix content issues by @georgeh0 in #1840
  • docs: polish content, add FAQ, expand connector/ops coverage by @georgeh0 in #1841

Full Changelog: v1.0.0-alpha46...v1.0.0-alpha47