v1.3.0
Released on 2022-02-01 — GitHub Release
Framework
Section titled “Framework”- rename module from tal-tech to zeromicro by @kevwan in https://github.com/zeromicro/go-zero/pull/1413
- upgrade from earlier versions:
- update goctl:
go install github.com/zeromicro/go-zero/tools/goctl@latest - migrate command:
goctl migrate --verbose --version v1.3.0
- update goctl:
- upgrade from earlier versions:
- support re-entrance in periodlimit by @kevwan in https://github.com/zeromicro/go-zero/pull/1428
- support panic handling in mapreduce (core/mr package) by @kevwan in https://github.com/zeromicro/go-zero/pull/1433
- support the ltrim command of redis by @shenbaise9527 in https://github.com/zeromicro/go-zero/pull/1443
- implement console plain output for debug logs by @kevwan in https://github.com/zeromicro/go-zero/pull/1456
- optimize string search with Aho–Corasick algorithm by @kevwan in https://github.com/zeromicro/go-zero/pull/1476
- minor improvements and bug fixes
- add migrate subcommand to upgrade go-zero from earlier versions by @anqiansong in https://github.com/zeromicro/go-zero/pull/1419
- fix goctl pg model generation without tag by @SpectatorNan in https://github.com/zeromicro/go-zero/pull/1407
- support rpc protoc subcommand to use installed protoc by @anqiansong in https://github.com/zeromicro/go-zero/pull/1251
- support global parameters in templates by @anqiansong in https://github.com/zeromicro/go-zero/pull/1458
- support JwtTransition in API files by @anqiansong in https://github.com/zeromicro/go-zero/pull/1460
- support same handler name in different API groups by @anqiansong in https://github.com/zeromicro/go-zero/pull/1478
- minor improvements and bug fixes
New Contributors
Section titled “New Contributors”- @SpectatorNan made their first contribution in https://github.com/zeromicro/go-zero/pull/1407
- @letian-jiang made their first contribution in https://github.com/zeromicro/go-zero/pull/1454
- @Lisanaaa made their first contribution in https://github.com/zeromicro/go-zero/pull/1475
Full Changelog: https://github.com/zeromicro/go-zero/compare/v1.2.5…v1.3.0