Skip to content

v4.0.7

Choose a tag to compare

@gowrizrh gowrizrh released this 20 Mar 04:06
· 6 commits to 4.x since this release
a3fcac4

What's Changed

  • Increase target url length to Magentos max-varchar(1024) by @nhp in #48

New Contributors

  • @nhp made their first contribution in #48

Database Migration

  • The async_event_subscriber table column recipient_url is widened from VARCHAR(255) to VARCHAR(1024) to support longer values
  • Impact: Low - no data loss, no downtime; the async_event_subscriber table typically has fewer than 100 records so the ALTER TABLE completes near-instantly

Full Changelog: v4.0.6...v4.0.7