This release contains fixes for minor bugs and issues reported by Ghost users.
View the changelog for full details: v5.33.6...v5.33.7
🪄 Love open source? We're hiring JavaScript Engineers to work on Ghost full-time
Tag Name: v5.33.7
Release Date: 2/7/2023
GhostOpen-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.
Ghost v5.33.7 introduces a performance optimization for email sending by implementing short-lived caching for email batch bodies. This enhancement reduces database queries and improves reliability when sending emails to multiple batches simultaneously, particularly benefiting publishers who send newsletters to large subscriber lists.
No migration steps are required for this release. The performance improvements are applied automatically when you upgrade to v5.33.7.
This release is recommended for all Ghost users, especially those who regularly send newsletters to large subscriber lists. The performance improvements for email sending make this a worthwhile upgrade with no breaking changes or migration steps required.
To upgrade:
This release addresses an issue identified in Team#2522 where sending emails to multiple batches simultaneously could potentially be affected by database failures. By implementing caching for email batch bodies, Ghost now reduces its dependency on continuous database availability during the email sending process.
Ghost now implements a caching mechanism for email batch bodies when sending to multiple batches within the same segment. Previously, the system would generate the email body separately for each batch, resulting in redundant database queries. With this new feature:
No security fixes were included in this release.
The implementation of short-lived caching for email batch bodies brings significant performance improvements:
Ghost v5.33.7 focuses on improving the performance and reliability of email sending operations. By implementing short-lived caching for email batch bodies, this release reduces database load and makes the newsletter sending process more resilient against potential database failures.
This change is particularly beneficial for publishers with large subscriber lists who send regular newsletters, as it optimizes resource usage during email campaigns and reduces the risk of sending failures. The implementation is completely transparent to users, requiring no configuration changes or special setup.
While this is a minor release with a focused scope, the performance optimization addresses a specific pain point in email delivery reliability, making it a valuable upgrade for all Ghost users who utilize the newsletter functionality.
This release contains fixes for minor bugs and issues reported by Ghost users.
View the changelog for full details: v5.33.6...v5.33.7
🪄 Love open source? We're hiring JavaScript Engineers to work on Ghost full-time