首页
开源
资讯
活动
开源许可证
软件工程云服务
软件代码质量检测云服务
持续集成与部署云服务
社区个性化内容推荐服务
贡献审阅人推荐服务
群体化学习服务
重睛鸟代码扫描工具
登录
注册
代码拉取完成,页面将自动刷新
Watch
12
Star
88
Fork
17
Serverless Devs
/
Serverless-Devs
Fork 仓库
加载中
取消
确认
代码
Issues
8
Pull Requests
0
Wiki
3
统计
发行版
最新版
v3.1.5
245da82
2024-12-27 23:03
对比
Release v3.1.5
serverlessfans
### 🐞 Bug Fixes - Can't publish package without s.yaml - by @zxypro1 [<samp>(d44fa)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/d44fa7c) ##### [View changes on GitHub](https://github.com/Serverless-Devs/Serverless-Devs/compare/v3.1.4...v3.1.5)
最后提交信息为:
fix: s cli fc-api updateFunction -h (#706)
v3.1.4
245da82
2024-12-27 14:32
对比
Release v3.1.4
serverlessfans
### 🚨 Breaking Changes - Publish package size must be less than 20MB and will show warning when larger than 10MB - by @zxypro1 [<samp>(3e6cd)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/3e6cdbe) ### 🚀 Features - Remove props key if value is undefined or null - by @zxypro1 [<samp>(4d53d)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/4d53dff) - Variables, build, publish yaml validation - by @zxypro1 [<samp>(cdfad)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/cdfad5c) - Add duplicate variables validation - by @zxypro1 [<samp>(d56c0)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/d56c0eb) - Support cond - by @zxypro1 [<samp>(350bf)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/350bf67) ### 🐞 Bug Fixes - Beta.x.x#x url error - by @zxypro1 [<samp>(0142d)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/0142da8) - Aliyun task worker won't have stderr - by @zxypro1 [<samp>(833e9)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/833e9aa) - Variable.yaml - by @zxypro1 [<samp>(29faf)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/29faf72) ##### [View changes on GitHub](https://github.com/Serverless-Devs/Serverless-Devs/compare/v3.1.3...v3.1.4)
最后提交信息为:
fix: s cli fc-api updateFunction -h (#706)
v3.1.3
245da82
2024-11-07 19:28
对比
Release v3.1.3
serverlessfans
### 🐞 Bug Fixes - Init error when template have if else - by @zxypro1 [<samp>(6c59e)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/6c59ee3) ##### [View changes on GitHub](https://github.com/Serverless-Devs/Serverless-Devs/compare/v3.1.2...v3.1.3)
最后提交信息为:
fix: s cli fc-api updateFunction -h (#706)
v3.1.2
245da82
2024-10-28 10:23
对比
Release v3.1.2
serverlessfans
### 🚀 Features - If resource does not exist in baseline yaml, diffs will be empty - by @zxypro1 [<samp>(88850)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/88850cf) - When -f, ${resources.info} don't throw error - by @zxypro1 [<samp>(c7e70)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/c7e7037) - Volcano engine add node20 template - by @zxypro1 [<samp>(076b7)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/076b778) - Aliyun-cli support StsToken - by @zxypro1 [<samp>(48024)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/4802487) ### 🐞 Bug Fixes - `s config get` access error message - by @zxypro1 [<samp>(a2f31)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/a2f31be) - Cicd env won't show permission warn - by @zxypro1 [<samp>(3731c)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/3731ca8) - Devs art template won't support {{}} - by @zxypro1 [<samp>(a0e9a)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/a0e9aef) - Acc type invalid - by @zxypro1 [<samp>(e9149)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/e9149b8) ##### [View changes on GitHub](https://github.com/Serverless-Devs/Serverless-Devs/compare/v3.1.1...v3.1.2)
最后提交信息为:
fix: s cli fc-api updateFunction -h (#706)
v3.1.1
245da82
2024-08-23 21:23
对比
Release v3.1.1
serverlessfans
### 🚀 Features - Support ${this.vars} ${resources.xx.vars} - by @zxypro1 [<samp>(bf60b)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/bf60b54) - Add secret command - by @zxypro1 [<samp>(f1bc8)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/f1bc8d2) - Preview ${config} won't throw error, ${secret} will be hidden - by @zxypro1 [<samp>(25f15)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/25f15f3) - When -o, --output-format exist, allow failure - by @zxypro1 [<samp>(3db24)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/3db2430) - Add `--baseline-template`, submit diff result to component - by @zxypro1 [<samp>(d0f8b)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/d0f8bd6) - Support {self.xx} - by @zxypro1 [<samp>(c618b)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/c618b3e) - Support ${shared} - by @zxypro1 [<samp>(a7fc0)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/a7fc08e) ### 🐞 Bug Fixes - Load-application - by @zxypro1 [<samp>(35959)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/3595991) - Env work without s.yaml - by @zxypro1 [<samp>(cab78)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/cab786d) - DEBUG support fix - by @zxypro1 [<samp>(ee88d)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/ee88d72) - Sts api fail - by @zxypro1 [<samp>(23358)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/23358b3) ##### [View changes on GitHub](https://github.com/Serverless-Devs/Serverless-Devs/compare/v3.1.0...v3.1.1)
最后提交信息为:
fix: s cli fc-api updateFunction -h (#706)
v3.1.0
245da82
2024-07-15 17:19
对比
Release v3.1.0
serverlessfans
### 🚀 Features - Support `resources.xx.info.xx` - by @zxypro1 [<samp>(38422)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/384220c) - Add __component info to output - by @zxypro1 [<samp>(910f9)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/910f97e) - Support ${components.xx.output} - by @zxypro1 [<samp>(76c2a)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/76c2ab5) ### 🐞 Bug Fixes - Fail to get info using `s [resourceName] [command]` - by @zxypro1 [<samp>(ecbcb)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/ecbcbf1) ##### [View changes on GitHub](https://github.com/Serverless-Devs/Serverless-Devs/compare/v3.0.10...v3.1.0)
最后提交信息为:
fix: s cli fc-api updateFunction -h (#706)
v3.0.10
245da82
2024-06-17 13:50
对比
Release v3.0.10
serverlessfans
### 🚀 Features - Volcengine support - by @zxypro1 [<samp>(32239)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/322394c) - Add root warning - by @zxypro1 [<samp>(cd320)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/cd3206f) ##### [View changes on GitHub](https://github.com/Serverless-Devs/Serverless-Devs/compare/v3.0.9...v3.0.10)
最后提交信息为:
fix: s cli fc-api updateFunction -h (#706)
v3.0.9
245da82
2024-06-04 14:32
对比
Release v3.0.9
serverlessfans
### 🚀 Features - Add `--private` for `s registry list` command to show private packages - by @zxypro1 [<samp>(36b45)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/36b45d8) ### 🐞 Bug Fixes - Help info - by @zxypro1 [<samp>(9d0fb)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/9d0fb6f) - Env command only run with 3.x version yaml - by @zxypro1 [<samp>(8a52b)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/8a52b3e) ##### [View changes on GitHub](https://github.com/Serverless-Devs/Serverless-Devs/compare/v3.0.8...v3.0.9)
最后提交信息为:
fix: s cli fc-api updateFunction -h (#706)
v3.0.8
245da82
2024-05-09 09:11
对比
Release v3.0.8
serverlessfans
### 🚨 Breaking Changes - Only use env component after being manually set - by @zxypro1 in https://github.com/Serverless-Devs/Serverless-Devs/issues/820 [<samp>(38392)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/38392d8) ### 🐞 Bug Fixes - Flow stuck when flow projects > 1 and diff - by @zxypro1 in https://github.com/Serverless-Devs/Serverless-Devs/issues/821 [<samp>(b6b84)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/b6b8494) ##### [View changes on GitHub](https://github.com/Serverless-Devs/Serverless-Devs/compare/v3.0.7...v3.0.8)
最后提交信息为:
fix: s cli fc-api updateFunction -h (#706)
v3.0.7
245da82
2024-04-11 10:20
对比
Release v3.0.7
serverlessfans
### 🚀 Features - Support custom registry - by @zxypro1 [<samp>(12388)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/1238897) - Support no input parameters - by @zxypro1 in https://github.com/Serverless-Devs/Serverless-Devs/issues/818 [<samp>(b8023)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/b802381) ### 🐞 Bug Fixes - Registry provider support huoshan - by @zxypro1 [<samp>(25fa1)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/25fa1c5) - Github registry default load from devsapp - by @zxypro1 in https://github.com/Serverless-Devs/Serverless-Devs/issues/813 [<samp>(c1a3c)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/c1a3cba) - Action `fc3 invoke` timeout - by @zxypro1 in https://github.com/Serverless-Devs/Serverless-Devs/issues/815 [<samp>(578af)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/578af2f) - Component action command not found - by @zxypro1 in https://github.com/Serverless-Devs/Serverless-Devs/issues/816 [<samp>(9987d)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/9987d34) ##### [View changes on GitHub](https://github.com/Serverless-Devs/Serverless-Devs/compare/v3.0.6...v3.0.7)
最后提交信息为:
fix: s cli fc-api updateFunction -h (#706)
v3.0.6
245da82
2024-03-29 19:01
对比
Release v3.0.6
serverlessfans
### 🐞 Bug Fixes - Remove dingtalk - by @zxypro1 [<samp>(94e67)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/94e67dc) - Command not found when load dev component - by @zxypro1 [<samp>(016f3)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/016f3e6) ##### [View changes on GitHub](https://github.com/Serverless-Devs/Serverless-Devs/compare/v3.0.5...v3.0.6)
最后提交信息为:
fix: s cli fc-api updateFunction -h (#706)
v3.0.5
245da82
2024-03-25 09:50
对比
Release v3.0.5
serverlessfans
### 🚨 Breaking Changes - Global options adjustment - by @zxypro1 [<samp>(d8b4c)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/d8b4c7f) ### 🚀 Features - Switch `env set` to `set env` - by @zxypro1 [<samp>(3c0b7)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/3c0b707) - Use default env wouldn't block the process - by @zxypro1 [<samp>(93b2e)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/93b2eaa) - Specify env won't block process - by @zxypro1 [<samp>(1aee5)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/1aee56e) ### 🐞 Bug Fixes - Display optimization - by @zxypro1 [<samp>(360c0)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/360c098) ##### [View changes on GitHub](https://github.com/Serverless-Devs/Serverless-Devs/compare/v3.0.4...v3.0.5)
最后提交信息为:
fix: s cli fc-api updateFunction -h (#706)
v3.0.4
245da82
2024-03-18 12:47
对比
Release v3.0.4
serverlessfans
*No significant changes* ##### [View changes on GitHub](https://github.com/Serverless-Devs/Serverless-Devs/compare/v3.0.3...v3.0.4)
最后提交信息为:
fix: s cli fc-api updateFunction -h (#706)
v3.0.3
245da82
2024-03-15 19:03
对比
Release v3.0.3
serverlessfans
### 🚀 Features - 🎸 add issue_template - by @heimanba and **丹坤** in https://github.com/Serverless-Devs/Serverless-Devs/issues/780 [<samp>(6ed69)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/6ed6991) - Obfuscate information in cicd env - by @zxypro1 in https://github.com/Serverless-Devs/Serverless-Devs/issues/782 [<samp>(e73ab)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/e73ab91) ### 🐞 Bug Fixes - Registry schema incorrect - by @zxypro1 in https://github.com/Serverless-Devs/Serverless-Devs/issues/783 [<samp>(fa642)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/fa642b4) - Invalid docs url - by @zxypro1 [<samp>(4abeb)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/4abeb31) - Obfuscate [*] - by @zxypro1 [<samp>(4c99b)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/4c99b80) - Print WARNING when use logger.tips - by @zxypro1 [<samp>(cc832)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/cc832b5) ##### [View changes on GitHub](https://github.com/Serverless-Devs/Serverless-Devs/compare/v3.0.2...v3.0.3)
最后提交信息为:
fix: s cli fc-api updateFunction -h (#706)
v3.0.2
245da82
2024-02-22 20:37
对比
Release v3.0.2
serverlessfans
### 🚀 Features - Add flag at header in mock env - by @zxypro1 in https://github.com/Serverless-Devs/Serverless-Devs/issues/774 [<samp>(7f56c)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/7f56ce0) ### 🐞 Bug Fixes - Env not found when run env component - by @zxypro1 in https://github.com/Serverless-Devs/Serverless-Devs/issues/772 [<samp>(19f2e)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/19f2ec1) ##### [View changes on GitHub](https://github.com/Serverless-Devs/Serverless-Devs/compare/v3.0.1...v3.0.2)
最后提交信息为:
fix: s cli fc-api updateFunction -h (#706)
v3.0.1
245da82
2024-02-01 19:19
对比
Release v3.0.1
serverlessfans
### 🚀 Features - Remove 'project' in env.yaml - by @zxypro1 in https://github.com/Serverless-Devs/Serverless-Devs/issues/759 [<samp>(40af4)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/40af4f9) - Add schema rules for publish.yaml - by @zxypro1 in https://github.com/Serverless-Devs/Serverless-Devs/issues/765 [<samp>(ac0a4)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/ac0a420) ### 🐞 Bug Fixes - `cli` command log error - by @zxypro1 in https://github.com/Serverless-Devs/Serverless-Devs/issues/760 [<samp>(2853e)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/2853e11) - Didn't block report when analysis is disabled - by @zxypro1 in https://github.com/Serverless-Devs/Serverless-Devs/issues/762 [<samp>(f84d4)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/f84d42d) ##### [View changes on GitHub](https://github.com/Serverless-Devs/Serverless-Devs/compare/v3.0.0...v3.0.1)
最后提交信息为:
fix: s cli fc-api updateFunction -h (#706)
v3.0.0
245da82
2023-12-26 20:06
对比
Release v3.0.0
serverlessfans
### 🐞 Bug Fixes - `s cli` command invalid. - by @zxypro1 [<samp>(eb1a3)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/eb1a309) - Report fail: Please check the value of source in loadComponent function. - by @zxypro1 [<samp>(84991)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/8499112) - `verify` command support `--output` parameter. - by @zxypro1 [<samp>(87b61)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/87b6173) - Strip ansi when show output with `-o`. - by @zxypro1 [<samp>(1607c)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/1607c9e) - Regular expression error on special tokens - by @zxypro1 in https://github.com/Serverless-Devs/Serverless-Devs/issues/727 [<samp>(1e80f)</samp>](https://github.com/Serverless-Devs/Serverless-Devs/commit/1e80f07) ##### [View changes on GitHub](https://github.com/Serverless-Devs/Serverless-Devs/compare/0.1.4...v3.0.0)
最后提交信息为:
fix: s cli fc-api updateFunction -h (#706)
0.1.4
245da82
2023-12-19 15:04
对比
Release 0.1.4
serverlessfans
## 🚀 Features - Add `--no-overwrite` param on `init` command.
最后提交信息为:
fix: s cli fc-api updateFunction -h (#706)
0.1.3
245da82
2023-12-13 17:37
对比
Release 0.1.3
serverlessfans
## 🚀 Features - Release `verify` command. ## 🛠️ Bug Fixes - Env comppnent run incorrectly. - Windows application download failed. - Process didn't exit after execution. [#716](https://github.com/Serverless-Devs/Serverless-Devs/issues/716) - Incorrectly use v3 logic on v2 application when `env` param is set.
最后提交信息为:
fix: s cli fc-api updateFunction -h (#706)
0.1.2
245da82
2023-12-11 15:54
对比
Release 0.1.2
serverlessfans
## 🚀 Features - Add early versions of the `verify` command. [#712](https://github.com/orgs/Serverless-Devs/discussions/712) ## 🛠️ Bug Fixes - Env component don't run even when a default env is set. - `s config get` print nothing when no account is configured. - `${env}` not found when `.env` file in `./code` dir. - No report data when deploy on aliyun fc website. - `s config delete` requires access parameter. [#714](https://github.com/Serverless-Devs/Serverless-Devs/issues/714) - Request headers are being displayed when downloading components. ## 💻 Maintenance - Add more help information to `env` command. - Improve `env` documentation. - Add an new parameter to `env init` command.
最后提交信息为:
fix: s cli fc-api updateFunction -h (#706)
下载
请输入验证码,防止盗链导致资源被占用
取消
下载