Release Notes¶
Note From the Team
This release includes several enhancements across Console, RPS, RPC-Go, and the Sample Web UI, including support for redirection over CIRA, improved connection tracking, KVM performance metrics, hardware information improvements, and multiple validation and stability fixes across the toolkit.
The end-to-end TLS work included in this release is still considered preview support and will continue to evolve over the next few releases as we refine the provisioning and TLS configuration flow across different AMT versions.
In upcoming releases, you should start seeing improvements coming to rpc-go v3, including a revamped amtinfo experience, proxy information support in amtinfo, non-admin support for basic commands, along with wireless profile configuration support in Console, and a lot more.
Follow our Sprint Board to learn more and track upcoming features.
As always, thanks to everyone providing feedback, testing new functionality, and contributing to the toolkit.
Cheers,
The Device Management Toolkit Team
🚀 What's New?¶
Console: Redirection Over CIRA¶
Console now supports launching redirection sessions over CIRA connections, enabling remote KVM, SOL, and IDER workflows when devices are outside the enterprise network. This builds on the broader effort to make Console support cloud-based deployment scenarios.
Console: KVM Performance Metrics¶
Console now includes KVM performance timing metrics and monitoring support, helping users better understand remote session responsiveness and troubleshoot performance-related issues.
Sample Web UI: Improved Hardware Information Layout¶
The Hardware Information experience in the Sample Web UI was updated with layout improvements to make device details easier to navigate and review.
RPS & RPC-Go: Preview Support for End-to-End TLS Between AMT and RPS¶
This release includes preview support for end-to-end TLS communication between Intel AMT and RPS using the -tls-tunnel flag in rpc-go.
This capability is still being improved and is not considered fully ready for all deployment scenarios yet. We are continuing to refine the provisioning and TLS configuration flow across different AMT versions, and more documentation around this workflow will be added in later releases.
🧩 Enhancements & Improvements¶
Sample Web UI: Improved Request Handling and Performance¶
The Sample Web UI now cancels pending requests when navigating between pages and caches AMT feature queries to reduce duplicate HTTP requests.
Console: Connection Status Tracking¶
Console now tracks device connection status changes along with last connected and disconnected timestamps, improving visibility into device connectivity state.
RPS: Provisioning Certificate Validation Improvements¶
RPS now validates that provisioning certificates include the expected root certificate before activation begins. Additional validation and error handling improvements were also added for unsupported ECDSA/EC provisioning certificates.
🔧 Fixes & Maintenance¶
-
Console stability and validation fixes for CIRA cleanup, invalid CIRA configuration names, auth handling, and WiFi profile validation
-
Console Hardware Information fixes for Memory Summary display, CIM_Chip formatting, and power state handling
-
Console and redirection fixes for KVM websocket cleanup, redirect session handling, and no-UI browser launch behavior
-
RPS activation and profile export fixes for domain suffix handling, shared static IP export, and invalid CIRA configuration validation
-
Sample Web UI fixes for cloud activation, reconnect handling, AMT 19+ activation support, validation messaging, translations, and redirection form state
-
RPC-Go fix to prevent crashes on fresh Windows 11 systems with outdated or missing MEI drivers
-
Go WSMAN Messages fixes for non-chunked responses over CIRA channels
-
WSMAN Messages
v6migration from CommonJS to ESM modules -
Minor dependency updates and general maintenance across toolkit components
Changelog¶
RPS¶
2.34.2 (2026-04-10)¶
2.34.1 (2026-04-09)¶
Bug Fixes
2.34.0 (2026-04-02)¶
Features
2.33.1 (2026-03-30)¶
Bug Fixes
2.33.0 (2026-03-30)¶
Features
2.32.2 (2026-03-24)¶
Bug Fixes
2.32.1 (2026-03-23)¶
Bug Fixes
2.32.0 (2026-03-18)¶
Features
- adds support for E2E TLS connection between AMT and RPS (0a60ff3)
2.31.4 (2026-03-11)¶
MPS¶
2.26.4 (2026-04-10)¶
2.26.3 (2026-03-24)¶
Bug Fixes
2.26.2 (2026-03-11)¶
2.26.1 (2026-03-02)¶
Bug Fixes
RPC Go¶
2.50.1 (2026-04-10)¶
2.50.0 (2026-03-28)¶
Features
- enable tls tunnel for e2e tls connection for RPS <-> AMT (a9cf653)
2.49.2 (2026-03-20)¶
2.49.1 (2026-02-23)¶
Bug Fixes
- prevent crash when MEI driver on fresh Windows 11 install is not updated (4cbec7f)
Sample Web UI¶
3.57.1 (2026-04-10)¶
3.57.0 (2026-04-06)¶
Features
- improves layout for HW Info (24f0aca)
3.56.0 (2026-04-06)¶
Features
- support cancel requests upon navigating away from page (7d94c74)
3.55.10 (2026-03-31)¶
Bug Fixes
3.55.9 (2026-03-30)¶
Bug Fixes
- add pattern validation for CIRA config name field (#3233) (dacbb63), closes device-management-toolkit/rps#2599
3.55.8 (2026-03-30)¶
Bug Fixes
3.55.7 (2026-03-20)¶
3.55.6 (2026-03-16)¶
Performance Improvements
3.55.5 (2026-03-16)¶
Bug Fixes
3.55.4 (2026-03-16)¶
Bug Fixes
3.55.3 (2026-03-11)¶
Bug Fixes
- shows correct error message on device load failure (56fcf1b)
3.55.2 (2026-03-09)¶
Bug Fixes
- i18n: add and update missing translations (528ea4d)
3.55.1 (2026-02-26)¶
Bug Fixes
3.55.0 (2026-02-24)¶
Bug Fixes
- disable Enforce Secure Boot checkbox in CCM mode (#3101) (17ad7ea)
- update redirection form state after enabling AMT features (#3131) (40a0276)
Features
3.54.1 (2026-02-24)¶
Bug Fixes
UI Toolkit¶
3.3.12 (2026-04-09)¶
3.3.11 (2026-03-11)¶
UI Toolkit Angular¶
11.1.3 (2026-04-10)¶
11.1.2 (2026-03-20)¶
UI Toolkit React¶
5.0.3 (2026-04-10)¶
5.0.2 (2026-03-11)¶
Console¶
1.22.9 (2026-04-10)¶
1.22.8 (2026-04-07)¶
Bug Fixes
- check len of state before accessing power state (efd1dac)
1.22.7 (2026-04-06)¶
Bug Fixes
- ensure CIM_Chip is returned in correct format (14fb6da)
1.22.6 (2026-03-30)¶
Bug Fixes
- add name validation to CIRA config to prevent 500 on invalid configName (#867) (220e5fa), closes device-management-toolkit/rps#2599
1.22.5 (2026-03-23)¶
Bug Fixes
1.22.4 (2026-03-19)¶
Bug Fixes
1.22.3 (2026-03-18)¶
Bug Fixes
1.22.2 (2026-03-16)¶
Bug Fixes
1.22.1 (2026-03-11)¶
Bug Fixes
1.22.0 (2026-03-09)¶
Features
1.21.3 (2026-02-25)¶
Bug Fixes
- ensure auth failure returns without next() call (#803) (76161c2)
- suppress browser launch in noui builds (#812) (26f5b47)
1.21.2 (2026-02-23)¶
Bug Fixes
1.21.1 (2026-02-20)¶
Bug Fixes
1.21.0 (2026-02-18)¶
Features
Go WSMAN Messages¶
2.38.1 (2026-04-10)¶
2.38.0 (2026-03-17)¶
Features
2.37.0 (2026-03-06)¶
Features
2.36.3 (2026-03-06)¶
Bug Fixes
WSMAN Messages¶
6.0.1 (2026-04-09)¶
6.0.0 (2026-04-06)¶
- build!: moves to ESM from CJS (6c05e50)
BREAKING CHANGES
- require() will no longer work with this package.
5.15.0 (2026-03-17)¶
Features
- adds Put to AMT TLS Credential Context (86b1791)