Version 6.0.1
- Breaking Changes:
- The
v8-libcpp-ia32.dll
andv8-libcpp-x64.dll
assemblies are no longer used. - V8 deployment requires two new assemblies:
v8-zlib-ia32.dll
andv8-zlib-x64.dll
.
- The
- Improved support for IIS least-privilege accounts (GitHub Issue #160).
- Fixed 64-bit V8 initialization on Azure App Service (GitHub Issue #166).
- Enabled
DirectAccess
forComVisible
.NET objects (GitHub Issue #161). - Added
ScriptEngine.ExposeHostObjectStaticMembers
(GitHub Issue #152). - Added
ScriptEngine.UndefinedImportValue
and madeUndefined.Value
public (GitHub Issue #154). - Enhanced
ExtendedHostFunctions.typeLibEnums
to pull in external enumerations. - Added thread affinity enforcement in
WindowsScriptEngine.Dispose
. - Eliminated
KeyNotFoundException
when checking for system documents (GitHub Issue #169). - Enabled the use of the application's root folder as a backup for its local data folder (GitHub Issue #171).
- Reduced minimum CPU profile and heap size sampling intervals to 125 ms.
- Updated deployment and API documentation, resolving GitHub Issues #158 and #159.
- Tested with V8 8.1.307.28.