Home

>

Tools

>

Ghost

>

Releases

>

4.48.8

Ghost Release: 4.48.8

Tag Name: v4.48.8

Release Date: 11/15/2022

Ghost LogoGhost

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

TL;DR

Ghost v4.48.8 fixes a validation issue in the Members API newsletters endpoint. This update ensures that the validation for the Members API newsletters matches the subset of Admin API's members validation schema, addressing a bug that could affect newsletter subscriptions for members.

Highlight of the Release

    • Fixed validation for Members API newsletters endpoint
    • Updated Members API newsletter validation to match Admin API's members validation schema
    • Improved consistency between API endpoints

Migration Guide

No migration steps are required for this release. The fix for the Members API newsletters endpoint validation is applied automatically when upgrading to v4.48.8.

Upgrade Recommendations

This is a minor bug fix release that addresses validation issues in the Members API newsletters endpoint. It is recommended to upgrade if you are using the Members API for newsletter management to ensure consistent validation behavior.

The upgrade should be straightforward with no breaking changes or special steps required.

Bug Fixes

Fixed validation for Members API newsletters endpoint

This release addresses a validation issue in the Members API newsletters endpoint. The validation schema has been updated to match the subset of Admin API's members validation schema, ensuring consistent behavior across both APIs.

The fix references TryGhost/Toolbox#465 and aligns with the validation schema defined in the SDK's admin-api-schema package.

New Features

No new features were introduced in this release. This is a bug fix release focused on improving the validation for the Members API newsletters endpoint.

Security Updates

No security fixes were included in this release.

Performance Improvements

No specific performance improvements were included in this release. The changes were focused on fixing validation issues rather than performance enhancements.

Impact Summary

This release fixes a validation issue in the Members API newsletters endpoint, ensuring that it properly matches the Admin API's members validation schema. While this is a relatively small change (28 changes across 4 files), it improves the consistency between different parts of the Ghost API ecosystem.

The impact is primarily for developers working with the Members API for newsletter subscriptions, providing more reliable and consistent validation behavior. This should reduce potential errors when managing newsletter subscriptions through the API.

Full Release Notes

Statistics:

File Changed4
Line Additions26
Line Deletions2
Line Changes28
Total Commits2

User Affected:

  • Fixed validation issues when working with the Members API newsletters endpoint
  • More consistent behavior between Members API and Admin API validation schemas

Contributors:

nazdaniellockyer