-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ feat: support node mode #9
Conversation
## [Version 1.8.0-beta.1](v1.7.2...v1.8.0-beta.1) <sup>Released on **2023-12-13**</sup> #### ♻ Code Refactoring - **misc**: Refactor to the Gateway Class and add tests. #### ✨ Features - **misc**: Support node runtime. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### Code refactoring * **misc**: Refactor to the Gateway Class and add tests ([e8c8cb5](e8c8cb5)) #### What's improved * **misc**: Support node runtime ([a8e2933](a8e2933)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
## [Version 1.8.0-beta.2](v1.8.0-beta.1...v1.8.0-beta.2) <sup>Released on **2023-12-13**</sup> #### 🐛 Bug Fixes - **misc**: Fix request input. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Fix request input ([1b896de](1b896de)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
## [Version 1.8.0-beta.3](v1.8.0-beta.2...v1.8.0-beta.3) <sup>Released on **2023-12-13**</sup> #### 🐛 Bug Fixes - **misc**: Fix ajv schema. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Fix ajv schema ([40f22c5](40f22c5)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
## [Version 1.8.0-beta.4](v1.8.0-beta.3...v1.8.0-beta.4) <sup>Released on **2023-12-13**</sup> #### 🐛 Bug Fixes - **misc**: Close ajv strict mode. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Close ajv strict mode ([a6eb5b6](a6eb5b6)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
👍 @arvinxx |
❤️ Great PR @arvinxx ❤️ |
## [Version 1.8.0](v1.7.2...v1.8.0) <sup>Released on **2023-12-13**</sup> #### ✨ Features - **misc**: Support node runtime. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's improved * **misc**: Support node runtime, closes [#9](#9) ([28ef918](28ef918)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
🎉 This PR is included in version 1.8.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
💻 变更类型 | Change Type
🔀 变更说明 | Description of Change
createLobeChatPluginGateway
方法,替换为createGatewayOnEdgeRuntime
,服务于 Edge Runtime 场景。📝 补充信息 | Additional Information
Swagger 依赖的底层包,在 edge runtime 下不兼容。因此将 gateways 的实现重构为 Class 以便复用。并新增了 Node Runtime