Skip to content

Commit a1dbccc

Browse files
author
Nilanshu Sharma
committed
Address PR comments
Signed-off-by: Nilanshu Sharma <nilanshu_sharma@apple.com>
1 parent 726a849 commit a1dbccc

File tree

1 file changed

+11
-15
lines changed

1 file changed

+11
-15
lines changed

docs/release-scope.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -159,18 +159,14 @@ Not part of 1.0. Future plans:
159159

160160
| Area | Description | Status |
161161
|------|-------------|--------|
162-
| Command Coverage | [All standard commands implemented with typed return values](#command-coverage) ||
163-
| Pipelines | [Node + cluster pipelines tested and validated](#pipelines) ||
164-
| Transactions | [Cluster transaction support functional](#transactions) ||
165-
| Error Handling | [Typed errors with file/line capture](#error-handling) ||
166-
| Security | [TLS/mTLS validated](#security) ||
167-
| Cluster Mode | [ASK/MOVED + READONLY + topology refresh](#cluster-mode-support) ||
168-
| Logging | [Debug/trace logs added across critical paths](#debug-ability) ||
169-
| Timeouts | [Command timeout support](#timeouts-and-retries) ||
170-
| Pending Issues | [Resolve critical GitHub issues](#additional-items) ||
171-
| Documentation | API docs + changelog finalized ||
172-
| GitHub Release | 1.0 tag + changelog published ||
173-
174-
### Notes
175-
- **** = Planned for 1.0
176-
- **** = Completed
162+
| Command Coverage | [All standard commands implemented with typed return values](#command-coverage) | [] |
163+
| Pipelines | [Node + cluster pipelines tested and validated](#pipelines) | [x] |
164+
| Transactions | [Cluster transaction support functional](#transactions) | [x] |
165+
| Error Handling | [Typed errors with file/line capture](#error-handling) | [] |
166+
| Security | [TLS/mTLS validated](#security) | [x] |
167+
| Cluster Mode | [ASK/MOVED + READONLY + topology refresh](#cluster-mode-support) | [x] |
168+
| Logging | [Debug/trace logs added across critical paths](#debug-ability) | [] |
169+
| Timeouts | [Command timeout support](#timeouts-and-retries) | [x] |
170+
| Pending Issues | [Resolve critical GitHub issues](#additional-items) | [] |
171+
| Documentation | API docs + changelog finalized | [] |
172+
| GitHub Release | 1.0 tag + changelog published | [] |

0 commit comments

Comments
 (0)