Home

>

Tools

>

Ghost

>

Releases

>

5.116.1

Ghost Release: 5.116.1

Tag Name: v5.116.1

Release Date: 4/7/2025

Ghost LogoGhost

Open-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.

TL;DR

Ghost v5.116.1: Cache Invalidation URL Fix

This minor patch release fixes an issue with cache invalidation headers by changing them to use relative URLs instead of absolute URLs. This change improves the reliability of cache invalidation across different environments and deployment configurations.

This is a small but important fix for Ghost administrators managing caching strategies, particularly those using CDNs or proxy setups where absolute URLs might cause issues.

Highlight of the Release

    • Fixed cache invalidation headers to use relative URLs instead of absolute URLs
    • Improved compatibility with various CDN and proxy configurations
    • Enhanced reliability of the caching system

Migration Guide

No migration steps are required for this update. The change to cache invalidation headers is handled automatically by the Ghost platform after updating to v5.116.1.

Upgrade Recommendations

This is a minor patch release that fixes an issue with cache invalidation headers. We recommend all Ghost users upgrade to v5.116.1, especially if you:

  • Use CDNs or proxy servers in front of your Ghost installation
  • Have experienced any cache-related issues
  • Run Ghost in multiple environments where domain names might differ

The update is low-risk and requires no migration steps or configuration changes.

Bug Fixes

Cache Invalidation URL Fix

The primary bug fix in this release addresses how Ghost handles cache invalidation:

  • Changed cache invalidation headers to use relative URLs instead of absolute URLs
  • This prevents potential issues that could occur when absolute URLs don't match the expected domain or path structure
  • Improves compatibility with various CDN configurations and proxy setups
  • Ensures more reliable cache invalidation across different environments

New Features

No new features were introduced in this patch release. This update focuses solely on fixing the cache invalidation URL issue.

Security Updates

No security fixes were included in this patch release.

Performance Improvements

No specific performance improvements were included in this patch release. The focus was on fixing the cache invalidation URL issue, which may indirectly improve performance by ensuring more reliable cache behavior.

Impact Summary

This patch release changes how Ghost handles cache invalidation headers, switching from absolute URLs to relative URLs. While this change is technically small (only affecting 4 files with 11 additions and 13 deletions), it has important implications for cache reliability.

The impact is primarily positive for administrators and developers who manage Ghost installations with complex caching strategies, CDNs, or proxy configurations. By using relative URLs, cache invalidation becomes more consistent across different environments and deployment scenarios.

No user-facing changes are included in this release, and no configuration changes are required. The fix is automatically applied after updating to v5.116.1.

Full Release Notes

This release contains fixes for minor bugs and issues reported by Ghost users.


View the changelog for full details: v5.116.0...v5.116.1

Statistics:

File Changed4
Line Additions11
Line Deletions13
Line Changes24
Total Commits2

User Affected:

  • Improved reliability of cache invalidation mechanisms
  • Better compatibility with various CDN and proxy configurations
  • Reduced potential for caching issues when using absolute URLs

Contributors:

ronaldlangeveldgithub-actions[bot]