Releases: cocoindex-io/cocoindex
Releases · cocoindex-io/cocoindex
v0.3.10
What's Changed
fix: MakeadditionalPropertiesconfigurable in JSON schemas by @Haleshot in #1312- Document updates
- [doc] update baml example instruction on user roles by @badmonster0 in #1316
- [doc] sqs example by @badmonster0 in #1317
- chore: reduce required dependencies for
cocoindex_utilscrate by @georgeh0 in #1318 - [doc] drive example by @badmonster0 in #1319
- [doc] update comment for baml example by @badmonster0 in #1320
- feat: add sanity check to make sure Python and engine version consistent by @georgeh0 in #1323
Full Changelog: v0.3.9...v0.3.10
v0.3.9
What's Changed
- feat: added with_context to user-configured operations (source, funct… by @Gohlub in #1275
- document updates
- [doc] new example: index pdf-elements by @badmonster0 in #1300
- [doc] move tutorial to top nav by @badmonster0 in #1301
- [doc] tutorial & best practice on concurrency control by @badmonster0 in #1302
- [doc] fix tag by @badmonster0 in #1303
- [doc] images by @badmonster0 in #1307
- [doc] clip example by @badmonster0 in #1308
- [doc] category by @badmonster0 in #1309
- [doc] baml example by @badmonster0 in #1310
- [doc] image resize by @badmonster0 in #1311
- chore: explicitly require
pyarrow>=19.0.0for lancedb by @georgeh0 in #1313
Full Changelog: v0.3.8...v0.3.9
v0.3.8
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