v4.0.7
What's Changed
New Contributors
Database Migration
- The
async_event_subscribertable columnrecipient_urlis widened fromVARCHAR(255)toVARCHAR(1024)to support longer values - Impact: Low - no data loss, no downtime; the
async_event_subscribertable typically has fewer than 100 records so theALTER TABLEcompletes near-instantly
Full Changelog: v4.0.6...v4.0.7