| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-04 | 3.3 kB | |
| v1.0.15 source code.tar.gz | 2026-07-04 | 24.0 MB | |
| v1.0.15 source code.zip | 2026-07-04 | 24.6 MB | |
| Totals: 3 Items | 48.6 MB | 0 | |
What's Changed
- feat(connectors): add Snowflake target by @sdhilip200 in https://github.com/cocoindex-io/cocoindex/pull/2046
- feat: support multiple GPUs and fractional GPU allocations via GPUPool by @lichuang in https://github.com/cocoindex-io/cocoindex/pull/2224
- feat: add type_hint to use_state for typed state deserialization by @lichuang in https://github.com/cocoindex-io/cocoindex/pull/2210
- feat(state_store): automatically resize LMDB map when full by @slliland in https://github.com/cocoindex-io/cocoindex/pull/2231
- Target action batching
- fix(core): batch leaf target actions by @prrao87 in https://github.com/cocoindex-io/cocoindex/pull/2221
- test: tolerate nondeterministic per-batch sink count in target metrics by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/2233
- test: explicit AtMost(N) sentinel for nondeterministic sink counts by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/2246
- LanceDB improvements
- feat(lancedb): optimize table maintenance from LanceDB stats by @prrao87 in https://github.com/cocoindex-io/cocoindex/pull/2245
- fix(python): LanceDB nullable schema-only row rewrites by @prrao87 in https://github.com/cocoindex-io/cocoindex/pull/2235
- fix(rust): LanceDB nullable schema-only row rewrites by @prrao87 in https://github.com/cocoindex-io/cocoindex/pull/2236
- Postgres fixes
- fix(postgres): preserve data and NOT NULL constraints during column type evolution by @Sujit-1509 in https://github.com/cocoindex-io/cocoindex/pull/2228
- fix(postgres): schema-qualify DROP INDEX when reconciling vector indexes by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/2237
- fix(localfs): add periodic rescan + watcher recreation for live mode by @jordigilh in https://github.com/cocoindex-io/cocoindex/pull/2232
- fix: reject rows with missing or null primary keys by @MaxRong in https://github.com/cocoindex-io/cocoindex/pull/2239
- fix(core): reconcile orphaned child-existence rows when Directory becomes Component by @Sujit-1509 in https://github.com/cocoindex-io/cocoindex/pull/2212
- Add portable Agent Skills discovery by @nickreames in https://github.com/cocoindex-io/cocoindex/pull/2238
- docs: section overview pages by @badmonster0 in https://github.com/cocoindex-io/cocoindex/pull/2226
- docs: Core Concepts prerequisite notes + mount vs use_mount diagram by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/2222
- fix(docs): tolerate commented-out keys in .env.example check by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/2223
- ci(deps): bump actions/cache from 5 to 6 by @dependabot[bot] in https://github.com/cocoindex-io/cocoindex/pull/2234
New Contributors
- @lichuang made their first contribution in https://github.com/cocoindex-io/cocoindex/pull/2210
- @jordigilh made their first contribution in https://github.com/cocoindex-io/cocoindex/pull/2232
- @nickreames made their first contribution in https://github.com/cocoindex-io/cocoindex/pull/2238
- @MaxRong made their first contribution in https://github.com/cocoindex-io/cocoindex/pull/2239
- @slliland made their first contribution in https://github.com/cocoindex-io/cocoindex/pull/2231
Full Changelog: https://github.com/cocoindex-io/cocoindex/compare/v1.0.14...v1.0.15