Release 1.65.2

Release date: April 29, 2026

Release Notes - Seatmap Platform

Version 1.65.2 - 2026-04-29

Release Focus: Wire the booking-service auth filter to return HTTP 402 Payment Required on requests for organizations with booking_disabled = true, completing the V2 enforcement begun in 1.65.0 and unblocked by the JOOQ regeneration in 1.65.1.


What’s Fixed

Booking-disabled organizations now correctly return 402 from the auth filter

Requests to V1/V2 booking endpoints under an organization whose booking_disabled flag is set now short-circuit at the auth filter and respond with HTTP 402, instead of falling through to handlers that would return generic 4xx/5xx responses. Issue: SEAT-959.

What changed

The booking-service auth filter reads the org’s booking_disabled column (now visible after the JOOQ regeneration in 1.65.1) and short-circuits with 402 when set. Integrators see a stable, machine-readable status they can map to a “billing required” UI state.


Affected products

  • booking-service — auth filter change.

Upgrade

Drop-in patch release. No API contract changes; the new 402 status is additive — previously these requests would have been allowed in the absence of working enforcement.