Releases: cellbang/cell
Releases · cellbang/cell
Bug Fixes
- fix(cli-service) 修复 ServeHook after 阶段未执行问题
Features
- feat(web) 支持 ServerAware 扩展接口,方便扩展 Web Socket 服务
Bug Fixes
- fix(cache) 修复编译警告问题
Bug Fixes
- fix(cli-common) 修复通过组件 package.json 里面的 keywords 指定组件配置文件前置名称的问题
Features & Bug Fixes
- fix(cache) 修复 cache 组件报异步依赖注入错误问题
- feat(cli-common) 支持通过组件 package.json 里面的 keywords 指定组件配置文件前置名称,例如:
"keywords": ["sample-component"]
,则组件配置文件名称可以为:sample.yml
,模式配置文件为:sample-[mode].yml
Bug Fixes
- fix(fc3-plugin) createOrUpdateFunction 增加 timeout 时间
Features
- feat(cli-runtime) 支持阿里云 fc 3.0 插件
- feat(fc3-plugin) 支持自定义域名和大代码包上传
Features
Features
Bug Fixes
- fix(oauth2-client) 添加 authorizationCodeGrantUri 配置,更新 AuthorizationResponse 判定逻辑