admin/backend/amt-sdk-20-0-0-1/WS-ManagementCS_Samples_Module/WS-ManagementCsSamples Release-notes.txt
lvfengfree b92e1119ae fix: 修复菜单为空问题 - 移除后端过滤home路由的错误逻辑
- 修复RouteService中错误过滤home路由的问题
- 后端现在正确返回所有用户有权限的路由
- 添加设备管理相关功能(列表、在线监控、电源管理、远程监控)
- 添加详细的修复文档和重启脚本
- 更新权限配置脚本

问题根源:后端代码中有逻辑会过滤掉home路由,导致前端收到空数组,无法生成菜单
解决方案:移除过滤home路由的逻辑,让后端返回所有有权限的路由
2026-03-01 09:50:19 +08:00

91 lines
4.1 KiB
Plaintext

-------------------------------------------------------------------
Copyright (C) 2004 Intel Corporation
Release notes file for Intel® AMT SDK WS-ManagementCS Samples Module
-------------------------------------------------------------------
WS-ManagementCS Samples release 20.0.0.1:
-----------------------------------------
# No code changes in this release.
# The Intel(R) AMT SDK has been updated from version 18.x to 20.x.
This update indicates that the SDK now supports Intel(R) CSME version 20.x,
which is used on Intel(R) Lunar Lake platforms.
WS-ManagementCS Samples release 18.0.1.1:
-----------------------------------------
# No code changes in this release.
WS-ManagementCS Samples release 18.0.0.1:
-----------------------------------------
# Updated the Intel(R) AMT SDK version from 16.x to 18.x to indicate that the
SDK also supports Intel(R) CSME version 18.x, used on Intel(R) Meteor Lake platforms.
WS-ManagementCS Samples release 16.0.7.1:
-----------------------------------------
# This release changes all samples to compile to .NET Framework 4.8 instead of
.NET Framework 4.6.1.
# This version contains an updated version of the Intel.Wsman.Scripting.dll
that uses SecureString for passwords.
# The Connection_setup class was updated to implement the IDisposable interface
and so were all of its derivatives, the API classes of each sample.
# Passwords are converted to SecureString before sending them to
Intel.Wsman.Scripting.dll.
# Updated WS-Management classes to support 1024 byte long audit log signatures.
WS-ManagementCS Samples release 16.0.5.1:
-----------------------------------------
# This version contains an updated version of the Intel.Wsman.Scripting.dll
compiled to .NET Standard 2.0.
# All samples were changed to compile using an SDK style project file, allowing
users to easily compile the samples to .NET (Core) if they wish.
WS-ManagementCS Samples release 16.0.4.1:
-----------------------------------------
This release includes:
# Support for Intel AMT connectivity over TLS with an option to accept a
self-signed certificate. Using a self-signed certificate allows the developer
to initially enable a TLS connection with untrusted self-signed certificates.
When moving towards productization, the developer should switch to use
certificates provided by a trusted certificate authority. In absence of
deployment of a trusted certificate authority, the WSMAN AMTAuthenticate()
command must be used to verify that the endpoint is authentic AMT Firmware.
# Static code analysis fixes
# An updated version of the Intel.Wsman.Scripting.dll
WS-ManagementCS Samples release 16.0.3.1:
-----------------------------------------
# This version contains an updated version of the Intel.Wsman.Scripting.dll
WS-ManagementCS Samples release 16.0.0.1:
-----------------------------------------
# Updated the version of the AMT SDK from 15.x to 16.x to reflect that the AMT
SDK also supports CSME version 16.x that is used on Intel* Alderlake platforms
WS-ManagementCS Samples release 15.0.2.1:
-----------------------------------------
# This version excludes the Storage samples.
The storage feature is deprecated since ME11
WS-ManagementCS Samples release 15.0.1.1:
-----------------------------------------
# This version contains an updated version of the Intel.Wsman.Scripting.dll
WS-ManagementCS Samples release 15.0.0.1:
-----------------------------------------
# Updated the version of the AMT SDK from 14.x to 15.x to reflect that the AMT
SDK also supports CSME version 15.x that is used on Intel* Tigerlake platforms
WS-ManagementCS Samples release 14.0.1.1:
-----------------------------------------
# First release since AMT SDK 12.0.0.9 was removed for maintenance
# Module contains: Bin folder with compiled samples, and C# source code
in the Src folder; a Visual Studio C# project for each sample.
# In this release we have added to RemoteControl sample: Wake from connected-
standby option.
# See Readme file for more details.
------------------------------------------------------------------
* Other names and brands may be claimed as the property of others.