v2.1.131
阅读原文· github.com该版本修复了两个关键问题。一是解决了 VS Code 扩展在 Windows 系统上因捆绑 SDK 中硬编码的构建路径而无法激活的故障,涉及 createRequire 的 polyfill 错误。二是修正了 Mantle 端点认证因缺少 x-api-key 请求头而失败的问题。两项修复均针对特定错误,未涉及功能新增或性能指标变更。
What's changed
Fixed VS Code extension failing to activate on Windows due to a hardcoded build path in the bundled SDK (createRequire polyfill bug)
Fixed Mantle endpoint authentication failing with missing x-api-key header