2021-06-13 11:59:30 +08:00
# go-zero Roadmap
This document defines a high level roadmap for go-zero development and upcoming releases.
Community and contributor involvement is vital for successfully implementing all desired items for each release.
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.
## 2021 Q2
2021-10-02 18:16:59 +08:00
- [x] Support service discovery through K8S client api
2021-09-26 17:38:49 +08:00
- [x] Log full sql statements for easier sql problem solving
2021-06-13 11:59:30 +08:00
## 2021 Q3
2021-09-26 17:38:49 +08:00
- [x] Support `goctl model pg` to support PostgreSQL code generation
2021-10-31 11:13:45 +08:00
- [x] Adapt builtin tracing mechanism to opentracing solutions
2021-06-13 11:59:30 +08:00
## 2021 Q4
2021-10-31 11:13:45 +08:00
- [x] Support `username/password` authentication in ETCD
2022-01-02 21:30:02 +08:00
- [x] Support `SSL/TLS` in ETCD
2021-10-31 11:13:45 +08:00
- [x] Support `SSL/TLS` in `zRPC`
2021-10-31 21:00:34 +08:00
- [x] Support `TLS` in redis connections
2022-01-02 21:30:02 +08:00
- [x] Support `goctl bug` to report bugs conveniently
2021-10-31 11:13:45 +08:00
## 2022
2022-02-15 08:37:03 +08:00
- [x] Support `context` in redis related methods for timeout and tracing
- [x] Support `context` in sql related methods for timeout and tracing
2021-09-26 17:41:19 +08:00
- [ ] Support `context` in mongodb related methods for timeout and tracing
2022-03-13 14:09:11 +08:00
- [x] Add `httpc.Do` with HTTP call governance, like circuit breaker etc.
2022-02-15 18:40:26 +08:00
- [ ] Support `goctl doctor` command to report potential issues for given service
- [ ] Support `goctl mock` command to start a mocking server with given `.api` file