github.com/lingyao2333/mo-zero@v1.4.1/ROADMAP.md (about) 1 # go-zero Roadmap 2 3 This document defines a high level roadmap for go-zero development and upcoming releases. 4 Community and contributor involvement is vital for successfully implementing all desired items for each release. 5 We hope that the items listed below will inspire further engagement from the community to keep go-zero progressing and shipping exciting and valuable features. 6 7 ## 2021 Q2 8 - [x] Support service discovery through K8S client api 9 - [x] Log full sql statements for easier sql problem solving 10 11 ## 2021 Q3 12 - [x] Support `goctl model pg` to support PostgreSQL code generation 13 - [x] Adapt builtin tracing mechanism to opentracing solutions 14 15 ## 2021 Q4 16 - [x] Support `username/password` authentication in ETCD 17 - [x] Support `SSL/TLS` in ETCD 18 - [x] Support `SSL/TLS` in `zRPC` 19 - [x] Support `TLS` in redis connections 20 - [x] Support `goctl bug` to report bugs conveniently 21 22 ## 2022 23 - [x] Support `context` in redis related methods for timeout and tracing 24 - [x] Support `context` in sql related methods for timeout and tracing 25 - [x] Support `context` in mongodb related methods for timeout and tracing 26 - [x] Add `httpc.Do` with HTTP call governance, like circuit breaker etc. 27 - [ ] Support `goctl doctor` command to report potential issues for given service 28 - [ ] Support `goctl mock` command to start a mocking server with given `.api` file