From 686e185f86a411c6871925e4bae4f8901ca32d8c Mon Sep 17 00:00:00 2001 From: Manan Gupta Date: Mon, 4 Nov 2024 16:39:47 +0530 Subject: [PATCH] feat: add rpc changes to the summary Signed-off-by: Manan Gupta --- changelog/22.0/22.0.0/summary.md | 15 +++++++++++++++ changelog/22.0/README.md | 4 ++++ 2 files changed, 19 insertions(+) create mode 100644 changelog/22.0/22.0.0/summary.md create mode 100644 changelog/22.0/README.md 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)