Skip to content

Releases: ash-project/spark

v2.3.5

29 Sep 23:39
Compare
Choose a tag to compare

Bug Fixes:

  • hoist validation and transformation to top of call chain. before, set_docs would be called on the un-transformed sections (#221) by marot

Improvements:

  • only store source location if :debug_info enabled (#222) by Jonatan Männchen

    • Note: you will potentially need to update your DSL tests. See the anno guide for more.
  • check spark_metadata presence in nested entities (#220) by Jonatan Männchen

  • Add DSL entity validation and transformation (#218) by marot

v2.2.68

11 Aug 23:06
Compare
Choose a tag to compare

Bug Fixes:

  • add after_define option, and use pdict for inline info generation by Zach Daniel

v2.2.67

25 Jun 03:55
Compare
Choose a tag to compare

Bug Fixes:

  • take first transformer in order when graph sorting fails by Zach Daniel