Releases: cocoindex-io/cocoindex
Releases · cocoindex-io/cocoindex
v0.3.7
What's Changed
- [doc] fix link to examples by @badmonster0 in #1285
- fix: Added force_path_style param to S3 config by @dcbark01 in #1290
- feat(fine-grain-fp): use fine grain data lineage to detect logic changes by @georgeh0 in #1292
New Contributors
Full Changelog: v0.3.6...v0.3.7
v0.3.6
What's Changed
- roll out max_file_size support
- feat: add max_file_size support to AzureBlob source by @prabhath004 in #1259
- feat: add max_file_size support for the GoogleDrive source, solves #1250 by @Gohlub in #1269
- docs: Add README with examples for CocoIndex projects by @xuzijan in #1273
- Function timeout support
- [FEATURE]: Add timeout to prevent long-running functions (Closes #658) by @AdwitaSingh1711 in #1241
- fix: wire timeout with batching executor by @georgeh0 in #1284
- [docs] fix link for postgres_source by @badmonster0 in #1283
New Contributors
- @xuzijan made their first contribution in #1273
- @AdwitaSingh1711 made their first contribution in #1241
Full Changelog: v0.3.5...v0.3.6
v0.3.5
What's Changed
- feat: support
included_patternsandexcluded_pattersfor GoogleDrive source by @Gohlub in #1263 - feat: collector automatically merge and align multiple collect() called with different schema by @skalwaghe-56 in #1153
- chore: simplification for new collector logic by @georgeh0 in #1265
- feat(healthz): expose a
/healthzfor CocoIndex server by @georgeh0 in #1270 - docs: add docs for the HTTP server by @georgeh0 in #1271
- fix: correctly encode type descriptions by @georgeh0 in #1272
New Contributors
Full Changelog: v0.3.4...v0.3.5
v0.3.4
What's Changed
- feat: add max_file_size support to LocalFile source by @prabhath004 in #1260
- fix: make Postgres source change listening connection more stable by @georgeh0 in #1264
Full Changelog: v0.3.3...v0.3.4
v0.3.3
What's Changed
- feat: add max_file_size support to AmazonS3 source by @prabhath004 in #1257
- feat(batching): add an optional max_batch_size option by @georgeh0 in #1261
New Contributors
- @prabhath004 made their first contribution in #1257
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- feat: enhance UpdateStats display with progress bar and error handling by @ansu86d in #1223
- fix: quick fix to make the library buildable by @georgeh0 in #1243
- test: add a test to cover batching custom function support by @georgeh0 in #1239
- chore: clean up
--setupin documents - no longer needed by @georgeh0 in #1237 - feat: sort input for
SentenceTransformerEmbedto save padding cost by @georgeh0 in #1245 - fix: make the progress bar display more clearly by @georgeh0 in #1247
- fix: resolve forward ref in field types to be compatible with BAML by @georgeh0 in #1254
- fix: make async custom functions work by @georgeh0 in #1255
New Contributors
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- Finish batching support
- feat: add
http::request()util for better error message and retry by @georgeh0 in #1235 - feat: consolidate progress bar and always report stats correctly by @georgeh0 in #1240
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Support batching of CocoIndex functions (#23)
- fix(runtime): guard sync API inside async contexts (#1085) by @samojavo in #1224
- Properly propagate cancellation and handle SIGINT during updates (#1008)
- feat: report elapsed time for processing by @georgeh0 in #1231
New Contributors
Full Changelog: v0.2.23...v0.3.0
v0.2.23
What's Changed
- [docs]order of the examples by @badmonster0 in #1220
- fix(ollama): correctly parse nested embeddings array from ollama endpoint /api/embed by @CAPsMANyo in #1227
New Contributors
- @CAPsMANyo made their first contribution in #1227
Full Changelog: v0.2.22...v0.2.23
v0.2.22
What's Changed
- docs: add
custom_source_hnexample toREADME.mdby @georgeh0 in #1203 - docs: add clarification for data types by @georgeh0 in #1206
- feat: add claude skills for users to use cocoindex to develop by @georgeh0 in #1205
- cleanup: delete skills files as they're moved to
cocoindex-clauderepo by @georgeh0 in #1207 - docs: add docs on how to install cocoindex skill for Claude Code by @georgeh0 in #1208
- fix: allow none ordinal in indexing status API by @georgeh0 in #1202
- feat: Add Redis queue support for S3 event notifications by @belloibrahv in #1189
- fix: show continuous stats during batch updates by @thisisharsh7 in #1204
- docs(cli): improve docstring formatting for
--helpand markdown by @belloibrahv in #1210 - [docs]assorted Neo4j documentations by @badmonster0 in #1213
- feat: deprecate setup flag by @GooglyBlox in #1212
New Contributors
- @GooglyBlox made their first contribution in #1212
Full Changelog: v0.2.21...v0.2.22