84 lines
3.7 KiB
Plaintext
84 lines
3.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
|
|
Copyright © 2004 Intel Corporation
|
|
|
|
Release notes file for Intel® AMT SDK WebStorage Module
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
WebStorage Module 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.
|
|
|
|
WebStorage Module release 18.0.1.1:
|
|
-----------------------------------
|
|
# Increase max connection timeout.
|
|
|
|
WebStorage Module release 18.0.0.1:
|
|
-----------------------------------
|
|
# Updated the Intel® AMT SDK version from 16.x to 18.x to indicate that the
|
|
SDK also supports Intel® CSME version 18.x, used on Intel® Meteor Lake platforms.
|
|
|
|
WebStorage Module release 16.0.7.1:
|
|
-----------------------------------
|
|
# This release changes the connection to Intel® AMT to use a SecureString for
|
|
storing passwords. All password references have been modified to support this
|
|
capability. As a result:
|
|
- All APIs that used a string to reference a password were replaced with a
|
|
SecureString.
|
|
- Updated Readme to note SecureString password ownership.
|
|
|
|
WebStorage Module release 16.0.5.1:
|
|
-----------------------------------
|
|
# This release changes the WebStorage library to compile to .NET Standard 2.0
|
|
instead of .NET Framework 4.6.1 - meaning that it can now be used as a part
|
|
of either of the following target frameworks:
|
|
.NET Standard starting from version 2.0
|
|
.NET Framework starting from version 4.6.1
|
|
.NET Core starting from version 2.0
|
|
.NET starting from version 5.0
|
|
# As part of the move to .NET Standard 2.0, the WebStorageConnection class now
|
|
uses the System.Net.Http.HttpClient class instead of the System.Net.WebClient
|
|
class for its connection to AMT. As a result, the WebStorageConnection class
|
|
and its interface IWebStorageConnection now implement the IDisposable
|
|
interface.
|
|
|
|
WebStorage Module 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.
|
|
|
|
WebStorage Module release 16.0.3.1:
|
|
-----------------------------------
|
|
# This version includes code changes resulting from an additional static code
|
|
analysis.
|
|
|
|
WebStorage Module 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
|
|
|
|
WebStorage Module 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
|
|
|
|
WebStorage Module release 14.0.1.1:
|
|
-----------------------------------
|
|
# First release since AMT SDK 12.0.0.9 was removed for maintenance
|
|
# Module contains: Bin folder with compiled dll, and C# source code
|
|
in the Src folder.
|
|
# See Readme file for more details.
|
|
|
|
------------------------------------------------------------------
|
|
* Other names and brands may be claimed as the property of others.
|