v0.1.74
What's Changed
- Support custom export target
- feat: plumbing
FlowInstanceContexttoapply_setup_changes()by @georgeh0 in #805 - feat: plumbing
FlowInstanceContextto more setup methods by @georgeh0 in #806 - chore: relax
analyze_type_info()to return unknown variant when so by @georgeh0 in #809 - feat: expose
make_engine_struct_decoderfromtypingfor reuse by @georgeh0 in #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 #813
- refactor(docs): create a separate category Customized Operations by @badmonster0 in #814
- typo: s/customized/custom/ by @georgeh0 in #815
- feat(custom-target): support optional
prepare()method by @georgeh0 in #816 - chore: restrict the condition of decoding key to basic types for mutations by @georgeh0 in #820
- docs(custom-target): add documentation for custom targets by @georgeh0 in #821
- feat: plumbing
- refactor: create context manager for field paths for decoders by @georgeh0 in #811
#812 - fix: manually repeat dependency in
optional-dependencyby @georgeh0 in #817 - added default values for field decoding (#788) by @kingkushal16 in #792
- refactor:
make_engine_value_decoder()takesAnalyzedTakesInfoby @georgeh0 in #819
New Contributors
- @kingkushal16 made their first contribution in #792
Full Changelog: v0.1.73...v0.1.74