Release 1.65.6
Release Notes - Seatmap Platform
Version 1.65.6 - 2026-05-01
Release Focus: Hotfix for booking-service RendererService.getById so a null generatedSvg no longer crashes the renderer endpoint with a 500.
What’s Fixed
RendererService.getById handles null generatedSvg
A schema whose generated_svg column had not yet been populated would cause RendererService.getById to dereference null and throw a 500. The path now treats a null generatedSvg as the documented “no SVG available” state and returns a structured response. Issue: SEAT-965.
Why it matters
Newly-created schemas, or schemas where conversion is still in flight, exposed an intermittent 500 to booking clients. Integrators saw it as a flaky renderer; in practice it was a missing null guard.
Affected products
booking-service—RendererService.getById.
Upgrade
Drop-in patch release. No API or configuration changes.