Releases: zeromicro/go-zero
Releases · zeromicro/go-zero
Release v1.0.26
- support Dockerfile generation in goctl
goctl docker -go shorturl.go
and run following command in the dir which containsgo.mod
, like
docker build -t shorturl:v1 -f api/Dockerfile .
to build the docker image - fix goctl proto arguments problem, use
-o
to specify proto file
Release v1.0.25
- fix goctl rpc generation bug
Release v1.0.24
- support https in rest
- optimized goctl rpc commands
- minor improvements
Release v1.0.23
- middleware annotation supported in api files
- fix goctl code generation bugs
- minor goctl improvements
Release v1.0.22
- support cross domain in rest server (CORS)
- support goctl templates, located in $HOME/.goctl/
- let balancer in zrpc clients customizable
- add redis zrevrank command
- minor improvements
Release v1.0.21
- add api template support in goctl, use "goctl api go template" to generate the default templates, remove any file and regenerate it with default if you want to discard the changes
- add logx.Alert(msg) to log the alert into the error.log, monitor it and make the alerts
- add fx.Split(n) to split as chunks by given size n
- minor improvements
update goctl
v1.0.20 avoid bigint converted into float64 when unmarshaling
update goctl, fix primary key conversion problem
v1.0.19 add more tests
update goctl, read database from mongo url
v1.0.18 update shorturl doc
Fix goctl bug in windows.
v1.0.17 goreportcard not working, remove it temporarily