For the complete documentation index, see llms.txt. This page is also available as Markdown.

📜Talon 3.16.72

Release Date: Wednesday, May 27, 2026

Compatibility Notes

The following issues have compatibility implications:

Change Summary

Bugs

TALON-159

Heartbeat SrvMonSysMemoryStats.processRssBytes XML id collides with Rumi 4.0 schema (breaks rumi-agent deserialization)

Prior to this release, an XML field id collision in the heartbeat schema between nvx-talon 3.16.70 and Rumi 4.0 caused the Rumi management agent to throw {{IllegalStateException: field type mismatch (exp=0x02, actual=0) for field 26}} when deserializing heartbeats from any XVM running 3.16.70, dropping every per-XVM metric from the management dashboard. In nvx-talon 3.16.70, the {{processRssBytes}} implementation in {{SrvMonSysMemoryStats}} was assigned an XML id that Rumi 4.0 had already allocated to an unrelated embedded-entity field. This release places {{processRssBytes}} at the XML id Rumi 4.0 uses for the same field, so the rumi-agent decodes it correctly. Existing rumi-agent installations resume processing heartbeats without modification once XVMs are upgraded to this patch; heartbeats are transient telemetry, so no data migration is required.

Last updated