• v1.2.1-aio.1 2740d73678

    feat: add user_id ticket support and public events endpoint
    Some checks failed
    lint / lint (push) Has been cancelled

    Ghost released this 2026-04-24 06:55:18 +00:00 | 41 commits to main since this release

    • Tickets can be created with user_id instead of name/email
    • name/email default to empty string in DB (not NULL-safe)
    • New endpoints: GET /api/v1/events/public, GET /api/v1/tickets/user/{user_id}
    • POST /api/v1/tickets/{event_id} accepts user_id in body
    • Migration m007 adds user_id column to tickets table
    • CreateTicket validates: either user_id or (name + email) required

    Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

    Downloads