Back to Changelog
v1.0.294
Ops AI in-panel update capability, cookie SameSite Lax fix, and two startup self-heals for DNS owner-names and DKIM signing.
New Features
2- Added POST /api/v1/ai/update endpoint (ROOT-only): upgrades Claude Code and MCP to @latest in place without touching Install/Uninstall; reuses the same install lock to prevent races.
- Mail SSL is now auto-provisioned the moment the first email account is created for a domain, eliminating the need for a manual trigger.
Improvements
2- SH-005 startup self-heal: retro-repairs BIND zone files where DKIM/SPF/DMARC owner names were doubled by the suffix, silently breaking the DNS record. Idempotent and non-fatal.
- SH-004 startup self-heal: retro-activates DKIM signing for domains that had a key in DNS but were not wired to OpenDKIM. Reuses the existing key without any DNS change.
Bug Fixes
2- Changed refresh_token cookie SameSite from None to Lax on login, refresh, and logout. Prevents Brave and Edge InPrivate mode from blocking the cookie as a third-party cookie.
- Cloudflare mail DNS sync, email account service, email settings applier, and external API extended fixes included.