Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-27 | 2.3 kB | |
v0.1.74 source code.tar.gz | 2025-07-27 | 10.5 MB | |
v0.1.74 source code.zip | 2025-07-27 | 10.6 MB | |
Totals: 3 Items | 21.2 MB | 0 |
What's Changed
- Support custom export target
- feat: plumbing
FlowInstanceContext
toapply_setup_changes()
by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/805 - feat: plumbing
FlowInstanceContext
to more setup methods by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/806 - chore: relax
analyze_type_info()
to return unknown variant when so by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/809 - feat: expose
make_engine_struct_decoder
fromtyping
for reuse by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/810 - feat(custom-target): support customized target in engine and Python SDK by @georgeh0 in
- fix(custom-target): handle deletion in mutations correctly by @badmonster0 in https://github.com/cocoindex-io/cocoindex/pull/813
- refactor(docs): create a separate category Customized Operations by @badmonster0 in https://github.com/cocoindex-io/cocoindex/pull/814
- typo: s/customized/custom/ by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/815
- feat(custom-target): support optional
prepare()
method by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/816 - chore: restrict the condition of decoding key to basic types for mutations by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/820
- docs(custom-target): add documentation for custom targets by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/821
- refactor: create context manager for field paths for decoders by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/811 https://github.com/cocoindex-io/cocoindex/pull/812
- fix: manually repeat dependency in
optional-dependency
by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/817 - added default values for field decoding (#788) by @kingkushal16 in https://github.com/cocoindex-io/cocoindex/pull/792
- refactor:
make_engine_value_decoder()
takesAnalyzedTakesInfo
by @georgeh0 in https://github.com/cocoindex-io/cocoindex/pull/819
New Contributors
- @kingkushal16 made their first contribution in https://github.com/cocoindex-io/cocoindex/pull/792
Full Changelog: https://github.com/cocoindex-io/cocoindex/compare/v0.1.73...v0.1.74