Skip to content

v2.65.3

Latest
Compare
Choose a tag to compare
@caohuilin caohuilin released this 06 Mar 00:25

What's Changed

New Features 🎉

  • feat: defineRuntimeConfig supports function parameters and multiple entry configuration by @caohuilin in #6895
  • feat: export getMonitors for server component by @yimingjfe in #6896
  • feat: Add response APIs to support setting response headers, status codes, and redirects by @yimingjfe in #6902

Bug Fixes 🐞

  • fix: requestContext should be add on runtimeContext before init by @zllkjc in #6898

Docs update 📄

更新内容

新特性 🎉

  • feat: defineRuntimeConfig 支持函数参数及配置多入口 由 @caohuilin 实现, 详情可查看 #6895
  • feat: 为 server component 暴露 getMonitors 由 @yimingjfe 实现, 详情可查看 #6896
  • feat: 添加一些响应的 API,可以设置响应头,状态码,及重定向 由 @yimingjfe 实现, 详情可查看 #6902

Bug 修复 🐞

  • fix: requestContext 应该在 init 前添加到 runtimeContext 由 @zllkjc 实现, 详情可查看 #6898

文档更新 📄

  • docs: 添加 monitors API 使用文档 由 @zllkjc 实现, 详情可查看 #6903