0.14.1.dev1
Pre-release
Pre-release
·
558 commits
to develop
since this release
What's Changed
⚠️ SECURITY-#155: Update vulnerable dependencies by @FernandoCelmer in #156- 🪲 BUG-#127: Fix workflow_id=None passed to execution engine by @FernandoCelmer in #145
- 🪲 BUG-#130: Fix mutable default arguments in Config.init causing shared state by @FernandoCelmer in #150
- 🪲 BUG-#129: Fix task_id=0 being treated as falsy and overwritten with None by @FernandoCelmer in #151
- 🪲 BUG-#128: Fix Background mode blocking by removing immediate thread.join() by @FernandoCelmer in #152
- fix: resolve four bugs in execution, module, context, and workflow by @avarga1 in #154
- 🪲 BUG-#133: Fix co_varnames to only include parameters, not local variables by @FernandoCelmer in #161
- 🪲 BUG-#141: Fix fork multiprocessing on macOS with OBJC safety flag by @FernandoCelmer in #165
- 🪲 BUG-#139: Add thread-safe lock to Background list append by @FernandoCelmer in #167
- 🪲 BUG-#131: Fix timeout thread leak in ThreadPoolExecutor by @FernandoCelmer in #166
- fix: replace self-chaining exception raise with 'from None' in retry loop by @avarga1 in #157
- 🪲 BUG-#134: Fix method ordering to use regex matching instead of string search by @FernandoCelmer in #163
- 🪲 BUG-#140: Fix race condition in queue overlap dispatch by @FernandoCelmer in #169
- 🪲 BUG-#142: Track and join spawned threads on scheduler stop by @FernandoCelmer in #170
- 🪲 BUG-#144: Save and restore signal handlers on scheduler start/stop by @FernandoCelmer in #171
Full Changelog: v0.14.0...v0.14.1.dev1