Changelog
December 26, 2023 · View on GitHub
Changelog
Version 1.9.0
Released on 2023-12-26
✨ Features
- misc: Support defaultPluginSettings options on Gateway.
Improvements and Fixes
What's improved
- misc: Support defaultPluginSettings options on Gateway (fea957e)
Version 1.8.2
Released on 2023-12-15
🐛 Bug Fixes
- misc: Fix openapi requestBody.
Version 1.8.1
Released on 2023-12-14
🐛 Bug Fixes
- misc: Handling unknown error.
Version 1.8.0
Released on 2023-12-13
✨ Features
- misc: Support node runtime.
Version 1.8.0-beta.4
Released on 2023-12-13
🐛 Bug Fixes
- misc: Close ajv strict mode.
Version 1.8.0-beta.3
Released on 2023-12-13
🐛 Bug Fixes
- misc: Fix ajv schema.
Version 1.8.0-beta.2
Released on 2023-12-13
🐛 Bug Fixes
- misc: Fix request input.
Version 1.8.0-beta.1
Released on 2023-12-13
♻ Code Refactoring
- misc: Refactor to the Gateway Class and add tests.
✨ Features
- misc: Support node runtime.
Improvements and Fixes
Code refactoring
- misc: Refactor to the Gateway Class and add tests (e8c8cb5)
What's improved
- misc: Support node runtime (a8e2933)
Version 1.7.2
Released on 2023-12-12
🐛 Bug Fixes
- misc: Improve PluginGatewayError error response.
Version 1.7.1
Released on 2023-12-12
🐛 Bug Fixes
- misc: Fix error with openapi client init.
Version 1.7.0
Released on 2023-12-11
✨ Features
- misc: Support basic auth for OpenAPI.
Version 1.6.0
Released on 2023-12-11
✨ Features
- misc: Support OpenAPI request mode.
🐛 Bug Fixes
- misc: Fix types.
Improvements and Fixes
What's improved
- misc: Support OpenAPI request mode (605d947)
What's fixed
- misc: Fix types (8e2dde4)
Version 1.5.3
Released on 2023-09-12
🐛 Bug Fixes
- misc: Fix ci, Fix father version, Fix lint.
Improvements and Fixes
What's fixed
Version 1.5.2
Released on 2023-09-08
💄 Styles
- misc: Update lint.
Version 1.5.1
Released on 2023-09-05
🐛 Bug Fixes
- misc: Fix getPluginSettingsFromRequest.
Version 1.5.0
Released on 2023-08-29
✨ Features
- misc: 更新入参配置,解决跨域兼容性的问题.
Version 1.4.3
Released on 2023-08-29
🐛 Bug Fixes
- misc: 移除跨域限制,解决插件复用的问题.
Version 1.4.2
Released on 2023-08-29
🐛 Bug Fixes
- misc: 移除跨域限制,解决插件复用的问题.
Version 1.4.1
Released on 2023-08-29
🐛 Bug Fixes
- misc: 内联默认的 索引 URL,解决外部使用问题.
Version 1.4.0
Released on 2023-08-28
✨ Features
- misc: 支持入参包含 manifest.
Version 1.3.2
Released on 2023-08-26
🐛 Bug Fixes
- misc: Change master to main.
Version 1.3.1
Released on 2023-08-26
🐛 Bug Fixes
- misc: Fix an error when plugin settings is undefined.
Version 1.3.0
Released on 2023-08-25
✨ Features
- misc: 补充插件网关的校验逻辑.
Version 1.2.5
Released on 2023-08-25
🐛 Bug Fixes
- misc: 修正没有呈现索引 url 的问题.
Version 1.2.4
Released on 2023-08-25
🐛 Bug Fixes
- misc: 兼容 sdk 变更.
Version 1.2.3
Released on 2023-08-24
♻ Code Refactoring
- misc: Refactor with new manifest schema.
Improvements and Fixes
Code refactoring
Version 1.2.2
Released on 2023-08-22
🐛 Bug Fixes
- misc: Fix missing types.
Version 1.2.1
Released on 2023-08-22
🐛 Bug Fixes
- misc: Fix not release.
Version 1.2.0
Released on 2023-08-22
✨ Features
- misc: Add reusable gateway function.
🐛 Bug Fixes
- misc: Fix config error, fix config error.
Version 1.1.0
Released on 2023-08-20
✨ Features
- misc: Custom market index url.
Version 1.0.0
Released on 2023-08-19
♻ Code Refactoring
- misc: Remove searchEngine, remove webCrawler.
✨ Features
- misc: Chat plugin gateway 1.0, prod 生产锁定 indexURL 版本,先使用最简单的方式迁移插件服务端,初步剥离天气插件,支持 V1 manifest 版本的方案.
🐛 Bug Fixes
- misc: Fix console time error, fix import error, fix request error, 修正动态链路的命中逻辑,修正动态链路的命中逻辑.
Improvements and Fixes
Code refactoring
What's improved
- misc: Chat plugin gateway 1.0, closes #2 (788a30a)
- misc: Prod 生产锁定 indexURL 版本 (80cdafb)
- misc: 先使用最简单的方式迁移插件服务端 (eaf26bd)
- misc: 初步剥离天气插件,closes #1 (ecf1c4c)
- misc: 支持 V1 manifest 版本的方案 (8f26a6c)