Releases: KES-IT/Speed-Cron
Releases · KES-IT/Speed-Cron
v0.6.0
v0.5.2
v0.5.1
v0.5.0
v0.4.8
v0.4.7
Changelog
Release 0.4.7 - 2023-12-29
🐛 Bug Fixes
- 修复 go-lint 问题 (f127ff7)
⚙️ Miscellaneous Tasks
- Bump github.com/gogf/gf/v2 from 2.5.7 to 2.6.0 (aa17435)
- Bump github.com/gogf/gf/v2 from 2.5.7 to 2.6.0 (808ce7c)
- Bump actions/setup-go from 4 to 5 (7a4a614)
- Bump actions/setup-go from 4 to 5 (6b21493)
- 升级项目依赖 (20db86e)
- Bump github.com/schollz/progressbar/v3 from 3.13.1 to 3.14.1 (d3e14a9)
- Bump github.com/schollz/progressbar/v3 (f6e04fa)
- Bump github.com/gogf/gf/contrib/drivers/mysql/v2 from 2.5.5 to 2.5.6 (3bbdb95)
- Bump github.com/gogf/gf/contrib/drivers/mysql/v2 (f6acbc2)
- Bump github.com/gogf/gf/contrib/drivers/mysql/v2 from 2.5.4 to 2.5.5 (c5c54d9)
- Bump github.com/gogf/gf/contrib/drivers/mysql/v2 (b12b5e8)
🔼 Updates
Signed-off-by
- Dependabot[bot] [email protected] (808ce7c)
- Dependabot[bot] [email protected] (6b21493)
- Dependabot[bot] [email protected] (f6e04fa)
- Dependabot[bot] [email protected] (f6acbc2)
- Dependabot[bot] [email protected] (b12b5e8)
v0.4.6
Changelog
Release 0.4.6 - 2023-09-27
⛰️ Features
- 新增依赖检测更新机器人 (cba426e)
⚙️ Miscellaneous Tasks
- Bump github.com/gogf/gf/contrib/drivers/mysql/v2 from 2.5.1 to 2.5.4 (ab1358d)
- Bump github.com/gogf/gf/contrib/drivers/mysql/v2 (06093a1)
- Bump github.com/gogf/gf/v2 from 2.5.1 to 2.5.4 (4cb893c)
- Bump actions/checkout from 3 to 4 (ca485a6)
- Bump github.com/gogf/gf/v2 from 2.5.1 to 2.5.4 (6632782)
- Bump actions/checkout from 3 to 4 (65f2115)
🔼 Updates
- 修改一处作者注释 (84bf86c)
Signed-off-by
- Dependabot[bot] [email protected] (06093a1)
- Dependabot[bot] [email protected] (6632782)
- Dependabot[bot] [email protected] (65f2115)
v0.4.5
Changelog
Release 0.4.5 - 2023-08-12
⛰️ Features
🐛 Bug Fixes
- 修复build-test名称错误的bug (43509e4)
- 修复二进制分发action依赖名称出错的问题 (730e5b4)
- 修改自建runner参数配置 (fa087b7)
- 修改actions步骤名称 (b35f833)
- 修改actions步骤名称 (b16fa78)
- 修复build-go-binary依赖工作流 (abfb49b)
- 取消忽略beta版本tag (d32de4b)
- 暂时忽略go 1.18版本测试 (526c694)
- 暂时忽略go 1.21版本测试 (618662b)
- 修正了一些初次启动错误报错显示时长 (042150b)
- 修改了初次设备信息的文字提示 (9dacad0)
- 修改了version指令的描述 (8946715)
- 修正了函数注释中的错误创建者名字 (d2daedd)
- 修正了一处函数注释错误 (ce503a9)
- 增加更新定时器成功提示 (e384c93)
- 删除了无用的文件夹与文件 (6b3e4aa)
🚜 Refactor
📚 Documentation
- 精简了编译测试action中的冗余注释 (bc3893f)
- Update README.md (4d711a4)
- 增加与修改了一些注释 (15ad40d)
- 增加CHANGELOG.md文件 (84a46b1)
⚡ Performance
- 精简了build-go-binary的结构 (757ceb5)
🧪 Testing
- Go-test的runs-on切换为GitHub windows-latest (8769d2b)
- Go-test的runs-on切换为GitHub windows-latest (4eff3a8)
- 增加测试ip与mac返回 (52b5288)
- 增加测试action代码 (09c4f66)
- 换用新的go build action (55239d8)
- 修改go-test自建runner标签名 (a05d2d5)
- 测试新runner (d199c7a)
- 增加最新go@stable版本测试 (d994a7a)
- 增加多Go版本并行测试 (cdb2db1)
- 测试actions/setup-go@v4 (1c57833)
⚙️ Miscellaneous Tasks
🔼 Updates
- 修改获取配置超时时间为10s (0de09b5)
- Go test Go版本升级为1.21 (3b43cf2)
- Build-test Go版本更改为1.20与1.21 (40a4a77)
- Setup-go Go版本升级为1.21.0 (534504b)
- Go build编译版本升级为1.21.0 (7f1d5c6)
- 修改release action标识名 (2b7627f)
- 修改git-cliff commit排序为由新到旧 (20afba5)
Delete
- 移除了go-test环节的环境参数 (b35f833)
v0.4.3
fix: 修复了更新与测速缓存锁没有被正确释放的问题
v0.4.2
Changelog
Release 0.4.2 - 2023-07-21
🐛 Bug Fixes
- 修复内存泄露的问题