This release contains fixes for minor bugs and issues reported by Ghost users.
View the changelog for full details: v5.84.1...v5.84.2
Tag Name: v5.84.2
Release Date: 6/7/2024
GhostOpen-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.
Ghost v5.84.2 is a minor release that improves caching performance for sites with members, updates translations for signup forms and comments, enhances API performance, and adds documentation for link redirects. This release focuses on performance optimizations and user experience improvements without introducing any breaking changes.
No migration steps are required for this release. The update can be applied without any additional configuration changes.
This release is recommended for all Ghost users, especially those with member features enabled who will benefit from the improved caching performance. The update is low-risk with no breaking changes and can be applied immediately.
Fixed an issue where Ghost would unnecessarily send ghost-access=null; and ghost-access-hmac=null; cookies in requests to /members/api/member/ when no member was logged in. This prevented proper caching of these requests. The fix removes these cookies when no member is logged in and properly unsets them when a member logs out.
Added selectRaw to permitted options for the posts model, allowing content API requests to omit fields that aren't needed. This provides more flexibility when querying posts and improves API performance.
No security fixes were included in this release.
Removed unnecessary cookies from requests when no member is logged in, which significantly improves the cache hit ratio for sites with members caching enabled. Previously, even with no member logged in, Ghost would send null cookies that prevented proper caching.
Added support for selectRaw option in the posts model, allowing API requests to omit unnecessary fields when fetching posts, resulting in improved performance for content API requests.
Ghost v5.84.2 focuses on performance improvements and minor enhancements. The most significant change is the optimization of caching for sites with members enabled, which should result in better performance and reduced server load. The release also includes updated translations for signup forms and comments UI, enhancing the experience for international users. For developers, there's new documentation on link redirects and an enhanced API option for the posts model. All changes are backward compatible with no breaking changes.
This release contains fixes for minor bugs and issues reported by Ghost users.
View the changelog for full details: v5.84.1...v5.84.2