Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: cocoindex-io/cocoindex

v0.2.11

18 Sep 21:21
5fa0771
Compare
Choose a tag to compare

What's Changed

  • Support query handler
    • feat(query-handler): add query handler registration in engine by @georgeh0 in #1004
    • ops: upgrade js dependency versions by @georgeh0 in #1005
    • ops: add permissions for workflows missing them by @georgeh0 in #1006
    • ops: add missing pages: write permission to workflows by @georgeh0 in #1007
    • refactor: extract _lazy_engine_flow closure into member variables by @georgeh0 in #1009
    • feat(query-handler): expose query handler API in Python SDK by @georgeh0 in #1011
    • add image metadata for examples by @badmonster0 in #1012
    • feat(query-handler): return query_handler_spec w/ get_flow REST API by @georgeh0 in #1013
    • feat(query-handler): minor adjustment for the API by @georgeh0 in #1014
    • docs(query-handler): docs and minor tweaks by @georgeh0 in #1015
  • feat(rows-to-retry): touch process ordinal on failure when needed by @georgeh0 in #1001
  • feat(auth): use stable key for transient auth to avoid drift by @georgeh0 in #1002
  • cleanup: remove unnecessary debug logs by @georgeh0 in #1000

Full Changelog: v0.2.10...v0.2.11

v0.2.10

14 Sep 16:57
75c2500
Compare
Choose a tag to compare

What's Changed

  • fix: use Display for SharedErrorWrapper::Display by @georgeh0 in #990
  • fix(error): avoid converting non-error into PyException by @georgeh0 in #991
  • feat(settings): support @cocoindex.settings and make init() optional by @georgeh0 in #993
  • feat(error-resume): on failure, make sure it's processed again next time by @georgeh0 in #995
  • feat(rows-to-retry): optionally maintain a list of row keys to retry by @georgeh0 in #997
  • feat(tree-sitter-solidity): support Solidity in SplitRecursively by @georgeh0 in #999

Full Changelog: v0.2.9...v0.2.10

v0.2.9

11 Sep 03:42
c664c6c
Compare
Choose a tag to compare

What's Changed

  • Make error messages more clear
    • feat(clear-error): add more context info for flow build time error by @georgeh0 in #986
    • feat(clear-error): add field path into error msg for deserialization by @georgeh0 in #988
    • feat(clear-error): add flow names into error messages by @georgeh0 in #989
    • chore: minor clarification by @georgeh0 in #985

Full Changelog: v0.2.8...v0.2.9

v0.2.8

10 Sep 06:31
ccaf8bc
Compare
Choose a tag to compare

What's Changed

  • feat(neo4j): KEY constraint -> UNIQUE, to support community edition by @georgeh0 in #983

Full Changelog: v0.2.7...v0.2.8

v0.2.7

09 Sep 21:02
7bf4516
Compare
Choose a tag to compare

What's Changed

  • feat(reexport): support --rexport for cocoindex server by @georgeh0 in #979
  • fix(docs); fix broken anchors by @georgeh0 in #980
  • fix: avoid unintentionally interrupted from subprocess on Windows by @georgeh0 in #982

Full Changelog: v0.2.6...v0.2.7

v0.2.6

08 Sep 20:33
4263351
Compare
Choose a tag to compare

What's Changed

  • Support targets reexport
    • feat(reexport): expose an option to reexport to targets during export by @georgeh0 in #974
    • docs(reexport): update documents to explain reexport options by @georgeh0 in #975
  • feat(subprocess-error): enhance error handling/message for subprocess by @georgeh0 in #977
  • fix(3p-notice): include third party notices in maturin by @georgeh0 in #969
  • build: when generate 3p notice, use Cargo.toml with filled version by @georgeh0 in #970
  • build(ci): use binstall for cargo-about also for CI by @georgeh0 in #971

Full Changelog: v0.2.5...v0.2.6

v0.2.5

05 Sep 16:04
5e8101c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.4...v0.2.5

v0.2.4

03 Sep 18:26
de2b826
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.2.4

v0.2.3

01 Sep 19:02
af7e518
Compare
Choose a tag to compare

What's Changed

  • Postgres source optimization for many small rows
    • feat: allow including values in source's list() calls and migrate postgres source by @georgeh0 in #948
  • Postgres source change capture
    • feat(postgres): add preliminary support for change notification by @georgeh0 in #952
    • feat: plumbing source name to SourceFactory by @georgeh0 in #953
    • feat(postgres-notify): automatically channel name for notification by @georgeh0 in #954
    • docs(postgres-notify): add docs for Postgres notification by @georgeh0 in #955
  • docs: simplify getting started by @badmonster0 in #940
  • Release improvements
    • build: switch to abi3 build to make build faster and reduce size by @georgeh0 in #945
    • ops: set classifiers and keywords in pyproject.toml by @georgeh0 in #947
  • chore: shutdown ProcessPoolExecutor, make the test work for Windows by @georgeh0 in #951
  • refactor: align target multi-part primary key representation with source by @georgeh0 in #949

Full Changelog: v0.2.2...v0.2.3

v0.2.2

30 Aug 00:32
aea63d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2