diff --git a/changelog/22.0/22.0.0/summary.md b/changelog/22.0/22.0.0/summary.md new file mode 100644 index 00000000000..ffe6650fe17 --- /dev/null +++ b/changelog/22.0/22.0.0/summary.md @@ -0,0 +1,15 @@ +## Summary + +### Table of Contents + +- **[Major Changes](#major-changes)** + - **[RPC Changes](#rpc-changes)** + + +## Major Changes + +### RPC Changes + +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. diff --git a/changelog/22.0/README.md b/changelog/22.0/README.md new file mode 100644 index 00000000000..18196e3f49d --- /dev/null +++ b/changelog/22.0/README.md @@ -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)