Skip to content

v0.6.1 - Bug Fixes for Migrations & Command Watcher

Choose a tag to compare

@astro-stack astro-stack released this 22 Jan 23:16
· 37 commits to main since this release

[0.6.1] - 2026-01-22

Fixed

  • Missing migration for entry types added in v0.4.0-v0.6.0 (Issue #3)
    • Added migration 0004 with mail, signal, redis, gate, transaction, storage types
  • Command watcher breaking interactive commands like collectstatic (Issue #4)
    • Removed stdout/stderr redirection that prevented user input
    • Commands now execute normally while still being recorded