Release 1.65.1

Release date: April 29, 2026

Release Notes - Seatmap Platform

Version 1.65.1 - 2026-04-29

Release Focus: Hotfix that regenerates the JOOQ-generated Organization record so the booking_disabled and login_disabled columns added in 1.65.0 are present on the booking-service side.


What’s Fixed

booking_disabled and login_disabled now visible to booking-service

The 1.65.0 release added booking_disabled and login_disabled columns to the organization table to back the new V2 booking-disabled enforcement. The booking-service ships with pre-generated JOOQ records, and those records were not regenerated against the new schema. As a result, booking-service code could not read or assert on the new columns at runtime. Issue: SEAT-959.

What changed

Regenerated Organization (and dependent JOOQ types) against the 1.65.0 schema. No business-logic changes; the next 1.65.x patch wires the auth filter to actually return 402 on booking_disabled = true.


Affected products

  • booking-service — regenerated JOOQ models only.

Upgrade

Drop-in patch release. No API, configuration, or migration changes.