From cf435bfcc1f5cd7bfc1c04fd9cf68be84b217632 Mon Sep 17 00:00:00 2001 From: Kevin Wan Date: Tue, 3 Jan 2023 23:38:14 +0800 Subject: [PATCH] chore: remove roadmap file, not updating (#2749) --- ROADMAP.md | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 ROADMAP.md diff --git a/ROADMAP.md b/ROADMAP.md deleted file mode 100644 index 83f9723a..00000000 --- a/ROADMAP.md +++ /dev/null @@ -1,28 +0,0 @@ -# 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 -- [x] Support service discovery through K8S client api -- [x] Log full sql statements for easier sql problem solving - -## 2021 Q3 -- [x] Support `goctl model pg` to support PostgreSQL code generation -- [x] Adapt builtin tracing mechanism to opentracing solutions - -## 2021 Q4 -- [x] Support `username/password` authentication in ETCD -- [x] Support `SSL/TLS` in ETCD -- [x] Support `SSL/TLS` in `zRPC` -- [x] Support `TLS` in redis connections -- [x] Support `goctl bug` to report bugs conveniently - -## 2022 -- [x] Support `context` in redis related methods for timeout and tracing -- [x] Support `context` in sql related methods for timeout and tracing -- [x] Support `context` in mongodb related methods for timeout and tracing -- [x] Add `httpc.Do` with HTTP call governance, like circuit breaker etc. -- [ ] Support `goctl doctor` command to report potential issues for given service -- [ ] Support `goctl mock` command to start a mocking server with given `.api` file