Skip to content

Release Notes

Note From the Team

This release brings a major update to the React UI Toolkit with the v5 modernization, expanded hotkey support across UI components, and improved redirection handling in the Web UI. On the backend side, we focused on improving activation reliability for newer AMT platforms and refining Secure Boot handling in OCR workflows.

Looking ahead, work on rpc-go v3 continues to ramp up. We’re adding new diagnostic capabilities, including flash logs, CIRA logs, and WSMAN class retrieval, which will begin rolling out in upcoming beta releases. We’re also improving rpc-go behavior when LMS is not available and adding better KVM feedback so users get clearer insight when starting a session. And of course, steady progress continues toward the broader v3 direction.

As always, thanks for the feedback and contributions, especially to our external contributors helping expand platform support.

Cheers,
The Device Management Toolkit Team

🚀 What's New?

UI Toolkit React: v5 Release (Breaking Change)

The React UI Toolkit received a major update introducing functional components and a style-props API. Builds now use Rollup, and component exports were restructured to better support future UI integrations.

You can see a summary of the improvements in PR #1906

Along with this release, we’ve also published an example app to help users test KVM, IDER, and SOL components. Instructions to get started are available here

Console: Linux arm64 Binary

We now publish Console binaries for Linux arm64, expanding deployment options for edge and ARM-based environments. This extends the build workflow to generate Linux arm64 binaries as part of the release assets.

Thanks to external contributor @justfrt for helping enable this support.

UI Toolkit & UI Toolkit Angular: Expanded Hotkey Support

New keyboard shortcuts were added, including ALT + F1 through F12 and CTRL + ALT + F1 through F12, giving users more options for sending remote key combinations.

Web UI: Option to Enable Redirection

The Web UI now displays a warning when KVM, SOL, or IDER is enabled but the overall Redirection feature is disabled. Users can now enable Redirection through Console or MPS before starting a session.

🧩 Enhancements & Improvements

Console & MPS: Secure Boot Handling Improvements for OCR

For One-Click Recovery workflows, Console and MPS now provide clearer feedback when EnforceSecureBoot is used in CCM mode. These updates align behavior with firmware expectations and help prevent unsupported boot scenarios earlier in the workflow.

RPC-Go: Activation Stability Improvements for AMT 19 and above versions

Updates the local ACM activation workflow to better support AMT 19+ platforms with TLS enforcement. This includes improved handling of MEBx password requirements and activation state transitions, resulting in more reliable activation on newer firmware versions.

🔧 Fixes & Maintenance

  • Console fixes related to encryption and decryption error handling, along with case-insensitive UUID comparisons

  • Console fix for IDER boot order handling

  • RPC-Go fixes for LME timeout handling and formatted log stability

  • RPS update to consistently use SHA256 for compatibility with older firmware versions

  • RPS improvement to validate upgrade results before reporting ACM activation success

  • UI Toolkit keyboard event handling fixes

  • Cypress test fixes for Linux environments in Sample Web UI

  • Minor dependency updates and general maintenance across toolkit components

Changelog

RPS

2.31.3 (2026-02-18)

Bug Fixes

  • always use sha256 in createSignedString for firmware compatibility (#2537) (8fc2c95)

2.31.2 (2026-01-16)

Bug Fixes

  • activation: check upgrade result before reporting ACM activation success (#2503) (765cb93)

MPS

2.26.0 (2026-02-18)

Features

  • api: Add CCM validation for EnforceSecureBoot in boot options (#2323) (5f4193c)

RPC Go

2.49.0 (2026-02-17)

Bug Fixes

  • addresses amt19+ activation on new machines (#1162) (e56715b)
  • updating redirection log proccess using thread safe and buffer (36b0a07)

Features

  • support for SHA-384 provisioning certificates in rpc-go (#1078) (a60c97d)

2.48.16 (2026-01-30)

Bug Fixes

  • lme: add timeout in lme-execute method (bffd2d3)

2.48.15 (2026-01-15)

Bug Fixes

  • workaround for fixing crash in formated logs (996b559)

Sample Web UI

3.54.0 (2026-02-18)

Bug Fixes

  • disable Enforce Secure Boot checkbox in CCM mode (#3101) (17ad7ea)
  • update redirection form state after enabling AMT features (#3131) (40a0276)

Features

  • show redirection warning when KVM/SOL/IDER is enabled but redirection is off (#3125) (a532bf7)

3.53.1 (2026-01-29)

Bug Fixes

3.53.0 (2026-01-28)

Features

  • Added hotkey support for ALT+Fx and CTL+ATL+Fx (bd681b7)

3.52.4 (2026-01-16)

Bug Fixes

  • hide edit device button in cloud deployment mode (#3078) (6e56b04)

UI Toolkit

3.3.10 (2026-02-09)

Bug Fixes

  • KeyboardHelper overrides kb event listener (#1583) (15a9157)

UI Toolkit Angular

11.1.1 (2026-02-09)

11.1.0 (2026-01-27)

Features

  • Added new hotkeys support for ALT+F1-F12 and CTRL+ALT+F1-F12 (463c352)

UI Toolkit React

5.0.1 (2026-02-24)

Bug Fixes

  • remove prepublishOnly to fix publish failure (#1907) (bed6e83)

5.0.0 (2026-02-24)

  • feat!: modernize library with functional components and style props API (#1906) (50a6183)

BREAKING CHANGES

  • Component styling now uses style props (containerStyle, canvasStyle, etc.) instead of CSS classes, canvasWidth/canvasHeight props now apply to CSS display size, replaced webpack with rollup for builds, restructured exports from src/components/*

Console

1.20.1 (2026-02-16)

Bug Fixes

  • handle encryption and decryption errors instead of silently ignoring them (#778) (ba02a58)

1.20.0 (2026-02-11)

Features

  • power: add EnforceSecureBoot error message for CCM mode (#779) (e16afa8)

1.19.2 (2026-02-06)

Bug Fixes

  • case-insensitive UUID comparison for CIRA (#784) (4d3e507)

1.19.1 (2026-02-04)

Bug Fixes

  • return empty boot source for IDER actions (#783) (865fd9b)

1.19.0 (2026-01-22)

Features

  • adds support for linux arm64 builds (5820237)

1.18.2 (2026-01-14)

Bug Fixes

  • gracefully handles failures setting up wsman client connections (#754) (b37698a)

1.18.1 (2026-01-12)

Bug Fixes

  • supports null values for MEBX and MPSPasswords (#753) (e568fca)

Go WSMAN Messages

2.36.2 (2026-02-09)

WSMAN Messages

5.14.4 (2026-02-09)

MPS Router

2.5.7 (2026-02-18)