#47901 (new) Configuration of Central and Layouter via the k8s operator combined into a single manifest. #48380 (new) Introduced a pressure condition into Layouter. Now Layouter takes into account the disk pressure state of streamers and redistributes streams if a streamer is in a disk pressure state. Redistribution will only occur if there is another streamer in the cluster that is not in the disk pressure state. #48709 (new) Added support for load balancing WHIP (WebRTC publish). #48778 (new) Added support for load balancing RTSP (RTSP publish). #48789 (new) Added filtering by the stream.labels field. #46761 (improved) Refactored the operator and improved its test coverage. #47466 (improved) Added a stream.layout.node_layout_decisions field describing Layouter decisions about node compatibility with the stream. #47851 (improved) Added validation on the streamer.stats field to prevent it from appearing in the database. #47894 (improved) Reduced the default value of streamer_dead_timeout to 1 minute. This means that Failover will now be triggered by default after 1 minute when a streamer is unavailable. #48104 (fixed) Fixed a bug where the Streamer was considered dead differently in Layouter and Central, which led to Failover. #48172 (fixed) Added a service central migrate command to conveniently launch the migration tool. #48185 (improved) Improved the description for streamer_dvr_parts_exceeded in layout.change_reason. #48322 (fixed) Fixed Layouter behavior in single-streamer systems. Layouter will no longer consider disk load for such systems. #48411 (fixed) Added clearing of outdated records in the layout history. #48480 (improved) Fixed clearing of episodes with unconfigured stream DVR. #48542 (fixed) Improved Live & DVR availability after streamer failover. #48559 (fixed) Removed relayout for disabled streams. #48589 (fixed) Fixed the installation script to ensure correct migration after an update. #48673 (fixed) Removed relayout into null-ingest due to streamer_dvr_size_exceeded and node_become_offline reasons. #48735 (fixed) Fixed failover triggering after restarting Central.