No user-visible changes in this release.
View the changelogs for full details:
- Ghost - 3.42.6...3.42.7
- Admin - TryGhost/Admin@3.42.6...3.42.7
Tag Name: 3.42.7
Release Date: 11/3/2021
GhostOpen-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.
Ghost 3.42.7 introduces a critical fix for the ETag header issue that was causing outdated admin content to be served after upgrades. It also adds a new forceUpgrade configuration setting for better upgrade management and improves the release notification system. This maintenance release focuses on improving caching behavior and upgrade experiences rather than adding new user-facing features.
forceUpgrade configuration setting for better upgrade managementNo migration steps are required for this release. The update can be installed using your standard Ghost update process.
If you're using custom code that interacts with the admin interface caching mechanisms, be aware that the ETag generation has been modified to use content-based hashing rather than relying on file metadata.
This release is recommended for all users as it fixes an important caching issue that could cause the admin interface to malfunction after upgrades.
The update is particularly important for:
The upgrade process follows the standard Ghost update procedure and requires no special steps or configuration changes.
send package combined with consistent file sizes and fixed modification dates from npm pack/ghost/ admin interfaceforceUpgrade configuration setting as a property of host_settings
RELEASE_NOTIFICATION_URL secret to the release workflow
action-ghost-release GitHub Action for streamlined release processesNo security fixes were included in this release.
Ghost 3.42.7 is primarily a maintenance release that addresses an important caching issue with the admin interface. The fix for the ETag header ensures that after upgrading Ghost, users will always receive the correct version of the admin interface rather than potentially outdated cached content.
The addition of the forceUpgrade configuration setting provides administrators with more control over the upgrade process, especially when used in conjunction with the Built-in Members Authentication feature.
The release workflow improvements with the RELEASE_NOTIFICATION_URL secret enhance the development and release process, though this change is mostly relevant to Ghost core contributors rather than end users.
Overall, this release improves reliability and maintainability without introducing any breaking changes or requiring migration steps.
No user-visible changes in this release.
View the changelogs for full details: