v2026.8.31.0
t8y2/dbxv2026.8.31.0Aug 31, 2026by synoet
AI Summary
This release focuses on critical bug fixes for channel bots, CRM, collaboration, and calendar features, while introducing new infrastructure capabilities for database agents and email push notifications. It also includes architectural refactoring and development tooling updates.
Key Highlights
- Restored @macro in-channel replies and fixed agent session routing to @macro-new.
- Resolved CRM display issues to show retired stage names in list cells.
- Improved collaboration stability on Workers and fixed calendar guest list interactions.
- Added support for database agent security groups.
- Implemented APNS push notifications for new emails.
New Features
- Database agent security group support (feat(infra))
- APNS sending for new emails (feat(email))
- Added expires_in to MCP token callback (feat(mcp))
- Server fact projections (feat(server))
Full Release Notes
## What's Changed * fix(channel_bots): restore @macro in-channel replies; agent sessions move to @macro-new by @ehayes2000 in https://github.com/macro-inc/macro/pull/6037 * fix(crm): show retired stage names in list cells by @synoet in https://github.com/macro-inc/macro/pull/6041 * refactor(storage): one owner for entity-type dialect conversions by @synoet in https://github.com/macro-inc/macro/pull/6043 * fix(collaboration): survive strict-Event dispatch on Workers; log sync frame decode failures by @synoet in https://github.com/macro-inc/macro/pull/6047 * fix(calendar): open event guest list on the first click by @synoet in https://github.com/macro-inc/macro/pull/6048 * feat(infra): dd db agent security group by @synoet in https://github.com/macro-inc/macro/pull/5744 * feat(email): send APNS for new_email by @synoet in https://github.com/macro-inc/macro/pull/6044 * feat(mcp): add expires_in to token callback by @whutchinson98 in https://github.com/macro-inc/macro/pull/6053 * Seanaye/feat/server fact projection 1 by @seanaye in https://github.com/macro-inc/macro/pull/5966 * Seanaye/feat/server fact projections 2 by @seanaye in https://github.com/macro-inc/macro/pull/6017 * chore: port maxxing for mobile dev by @peterchinman in https://github.com/macro-inc/macro/pull/6055 **Full Changelog**: https://github.com/macro-inc/macro/compare/v2026.8.28.0...v2026.8.31.0