Skip to content

v0.1.74

Choose a tag to compare

@georgeh0 georgeh0 released this 27 Jul 20:53
· 361 commits to main since this release
3bd85bb

What's Changed

  • Support custom export target
    • feat: plumbing FlowInstanceContext to apply_setup_changes() by @georgeh0 in #805
    • feat: plumbing FlowInstanceContext to 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_decoder from typing for 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
  • refactor: create context manager for field paths for decoders by @georgeh0 in #811
    #812
  • fix: manually repeat dependency in optional-dependency by @georgeh0 in #817
  • added default values for field decoding (#788) by @kingkushal16 in #792
  • refactor: make_engine_value_decoder() takes AnalyzedTakesInfo by @georgeh0 in #819

New Contributors

Full Changelog: v0.1.73...v0.1.74