framework:
- support TLS in rest (web framework)
- support TLS in zrpc
- support TLS for redis connections
- support
username/password
authentication for etcd - support
CORS
in rest (web framework) - support
prefix
for group of routes, also supported throughprefix
in.api
files - support individual
timeout
setting for specific route(s) - support
NonBlock
dependency checking mode, default to be blocking mode slow threshold
for stat logs now can be set in redis, sqlx, mongo, rest, zrpc- minor bug fixes and improvements
goctl:
- support
prefix
code generation in.api
files - support multiple version templates
- optimize the syntax of requests with empty body
- fix the issue of grpc client package generation
- goctl returns non-zero status code on failure
- bug fixes and minor improvements