Release 1.65.5

Release date: April 30, 2026

Release Notes - Seatmap Platform

Version 1.65.5 - 2026-04-30

Release Focus: Hotfix that returns HTTP 404 (not NPE 500) from editor-service when a request references a venue that does not exist.


What’s Fixed

Unknown venue ID returns 404 instead of 500

Calls to editor-service for a venue ID that did not exist previously threw an NPE in the controller layer and surfaced as a generic 500 Internal Server Error. The endpoint now correctly returns 404 Not Found with a structured body. Issue: SEAT-964.

Why it matters

Integrators retrying on transient 5xx would needlessly retry against a venue that’s been deleted or never existed. A stable 404 lets clients distinguish “gone forever” from “try again later” and lets oncall stop being paged on benign 404 traffic.


Affected products

  • editor-service — venue-lookup controller.

Upgrade

Drop-in patch release. No API contract changes; the 500 → 404 transition is strictly more informative for the same inputs.