Skip to content

3.6.20 - new cli, who dis?

Choose a tag to compare

@devin-ai-integration devin-ai-integration released this 27 Feb 17:31
· 144 commits to main since this release
395392a

Enhancements ➕➕

  • Migrate CLI from typer to cyclopts, remove toggle and delegation machinery by @zzstoatzz in #20821
  • Route ProcessPoolTaskRunner subprocess events and logs through a single parent queue, improving per-task performance by ~28% in log-heavy workloads by @desertaxle in #20864
  • Add configurable subprocess message processors to ProcessPoolTaskRunner for custom event/log handling in the parent forwarder by @desertaxle in #20869
  • Use distinct FK scan for orphaned log/artifact vacuum queries, reducing cycle time from ~3.6s to ~0.5s on large databases by @zzstoatzz in #20868

Bug Fixes 🐞

Development & Tidiness 🧹

Documentation 📓

Full Changelog: 3.6.19...3.6.20