Release 1.65.4
Release Notes - Seatmap Platform
Version 1.65.4 - 2026-04-30
Release Focus: Hotfix that hardens the editor-service zonesAssignment controller and the login filter against null/edge inputs that previously produced 500 errors.
What’s Fixed
zonesAssignment and login filter no longer NPE on edge inputs
Two adjacent paths in editor-service threw uncaught NullPointerException on edge inputs and surfaced as 500s in production logs. Issue: SEAT-963.
What changed
zonesAssignmentnow validates its inputs and short-circuits with a400response on malformed payloads instead of letting a downstream NPE escape.- The login filter handles missing or empty headers cleanly and emits a
401rather than crashing the request thread.
Who benefits
Integrators and oncall — fewer noisy 500s, stable 4xx contract for misuse, less paging on benign client mistakes.
Affected products
editor-service—zonesAssignmentcontroller and login filter.
Upgrade
Drop-in patch release. No API contract changes; previously-500 responses for the same inputs are now 4xx with a structured body.