Skip to content

Commit

Permalink
feat: add rpc changes to the summary
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <[email protected]>
  • Loading branch information
GuptaManan100 committed Nov 4, 2024
1 parent 90f8e34 commit 686e185
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions changelog/22.0/22.0.0/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## Summary

### Table of Contents

- **[Major Changes](#major-changes)**
- **[RPC Changes](#rpc-changes)**


## <a id="major-changes"/>Major Changes</a>

### <a id="rpc-changes"/>RPC Changes</a>

These are the RPC changes made in this release -

1. `ReadTransactionState` RPC has been added to both `VtctldServer`, and `TabletManagerClient` interface. These RPCs are used to fecilitate the users in reading the state of an unresolved distributed transaction. This can be useful in debugging what went wrong and how to fix the problem.
4 changes: 4 additions & 0 deletions changelog/22.0/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## v22.0
* **[22.0.0](22.0.0)**
* [Changelog](22.0.0/changelog.md)
* [Release Notes](22.0.0/release_notes.md)

0 comments on commit 686e185

Please sign in to comment.