- 🐛 Fixed error rendering when using a duplicate offer code (#20156) - Sag
- 🐛 Fixed Admin search sometimes stalling on first query (#20143) - Kevin Ansfield
View the changelog for full details: v5.82.8...v5.82.9
Tag Name: v5.82.9
Release Date: 5/13/2024
GhostOpen-source publishing platform specifically designed for professional bloggers and publications. Focuses on clean, minimalist writing and publishing experience.
This release significantly improves the Admin search experience with faster indexing and better result ordering. It introduces internal linking capabilities for standard links, enhancing content connectivity. The update also includes numerous error handling improvements to prevent HTTP 500 errors when dealing with user-submitted content, file uploads, and API requests. Several bug fixes address issues with offer codes, payment methods, and search functionality.
No breaking changes were introduced in this release that would require migration steps. The improvements and bug fixes should work seamlessly with existing Ghost installations.
This release is recommended for all Ghost users, especially those who:
The update includes significant improvements to search functionality, internal linking, and error handling that will enhance the overall user experience and system stability.
Accept-Version header to prevent HTTP 500 errorsGhost now supports internal linking capabilities for standard links, making it easier to connect content within your site. When creating links, you'll see search results for posts, pages, authors, and tags with additional metadata displayed on hover, including access status and publish date.
The search functionality has been significantly enhanced with:
Redis has been added to the docker-compose file, allowing for easier local development when Redis is required for caching purposes within Ghost.
A new module has been added to handle signing and validating HTTP signatures, which is a core part of interfacing with ActivityPub-enabled servers. This will allow for generating signed requests for Activities.
No significant security fixes were included in this release.
The 30-second search content expiry has been replaced with explicit expiry, which reduces unnecessary delays and server load. Content is now:
This results in faster search operations, especially when first using internal linking search inside the editor.
beforeSend code for better efficiencyGhost v5.82.9 focuses on enhancing the content creation experience through improved internal linking and search capabilities. The addition of metadata display on hover for internal links makes it easier for content creators to select the right content to link to.
The search improvements are substantial, with better result ordering, reduced re-indexing, and fixes for stalling issues. This makes the search experience faster and more intuitive, especially within the editor.
The extensive error handling improvements address multiple scenarios where users previously encountered HTTP 500 errors, making the system more robust when dealing with user-submitted content, file uploads, and API requests.
For developers, the addition of Redis via Docker, improved JSDoc typing, and various code optimizations make the development experience smoother and more efficient.
Overall, this release enhances both the user experience and system stability without introducing breaking changes, making it a recommended upgrade for all Ghost users.
View the changelog for full details: v5.82.8...v5.82.9