-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add rpc changes to the summary
Signed-off-by: Manan Gupta <[email protected]>
- Loading branch information
1 parent
90f8e34
commit 686e185
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |