Skip to content

v0.0.404

Choose a tag to compare

@github-actions github-actions released this 08 Jun 20:13
· 153 commits to main since this release
73df9fb

Version 0.0.404 (June 8, 2026)

  • Fix duplicate scheduled emails/reports under multi-worker/replica deployments — each cron fire is now claimed once via a DB-backed lock so exactly one worker runs it (also covers cache warmups, payload purge, and LDAP sync)
  • License expiry now takes effect without a restart, plus a global expiry-countdown banner and a redesigned license settings page (tier/expiry details, expiring-soon and expired states, renew CTA)
  • Small (<10 row) create_data results are no longer sent to Slack/Teams and are auto-collapsed in the report UI, since the agent's text already states the values
  • Manage an agent's primary instruction from the agent page: edit, replace with an existing instruction, or start a training session
  • Many-series (>8) line/bar/area charts now use a scrollable vertical legend docked on the right instead of an overflowing horizontal one
  • Data-source and agent pickers grow to fit long names instead of truncating
  • Fix report auto-title silently not saving (mostly on Postgres) when the background task outlived its DB session