Skip to content

v0.3.0

Choose a tag to compare

@georgeh0 georgeh0 released this 31 Oct 04:04
· 44 commits to main since this release
ca0efea

What's Changed

  • Support batching of CocoIndex functions (#23)
    • feat(batching): implement batching util library by @georgeh0 in #1229
    • feat: support batching for Python SDK functions by @georgeh0 in #1232
  • fix(runtime): guard sync API inside async contexts (#1085) by @samojavo in #1224
  • Properly propagate cancellation and handle SIGINT during updates (#1008)
    • feat: propagate cancellations for async contexts by @georgeh0 in #1228
    • fix: use the batch runner to combine source indexer calls by @georgeh0 in #1230
  • feat: report elapsed time for processing by @georgeh0 in #1231

New Contributors

Full Changelog: v0.2.23...v0.3.0