- 🐛 Fixed link to posts on audio cards in emails - Simon Backx
View the changelog for full details: v5.33.5...v5.33.6
🪄 Love open source? We're hiring JavaScript Engineers to work on Ghost full-time
Tag Name: v5.33.6
Release Date: 2/3/2023
GhostOpen-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.
Ghost v5.33.6 is a minor patch release that fixes a critical bug with audio card links in emails and improves email delivery reliability by adjusting Mailgun event processing. This release ensures that subscribers receive properly functioning audio content links in newsletters and helps prevent database overload during email processing.
No migration steps are required for this update. This is a patch release that can be installed without any additional configuration changes.
This update is recommended for all Ghost users who utilize the newsletter feature, especially those who include audio cards in their email content. The release contains an important fix for audio card links in emails and improves email delivery reliability.
To upgrade:
Fixed an issue where links to posts on audio cards in emails were broken. The bug occurred because the code was incorrectly trying to access a url property that doesn't exist directly on the post object. This was a remnant from an older implementation that serialized the model first.
This fix ensures that when subscribers receive newsletters containing audio cards, the links will properly direct them to the associated content.
No new features were introduced in this patch release. This update focuses on bug fixes and performance improvements for existing functionality.
No security fixes were included in this release.
The wait time between Mailgun events was initially increased from the default to 150ms, and then further adjusted to 200ms. This change reduces concurrency when the database is experiencing slower performance, preventing potential overload situations.
This adjustment serves as a temporary solution until a more permanent fix can be implemented, ensuring more reliable email delivery processing especially during high-volume sends.
This patch release addresses a specific bug with audio card links in emails and improves the reliability of email delivery through Mailgun event processing adjustments. While the changes are relatively minor in scope, they have a significant impact on the user experience for newsletter subscribers who interact with audio content.
The audio card link fix ensures that subscribers can properly access audio content shared in newsletters, eliminating a potentially frustrating user experience issue. The Mailgun event processing improvements help maintain database stability during email sending operations, which is particularly important for publications with large subscriber bases.
These changes reflect Ghost's ongoing commitment to delivering a reliable publishing platform with particular attention to the newsletter experience, which has become an increasingly central feature for many Ghost publications.
View the changelog for full details: v5.33.5...v5.33.6
🪄 Love open source? We're hiring JavaScript Engineers to work on Ghost full-time