Skip to content

Commit 4945499

Browse files
committed
changelog summary
Signed-off-by: Shlomi Noach <[email protected]>
1 parent 5220051 commit 4945499

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

changelog/23.0/23.0.0/summary.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- [Dynamic control of `EmergencyReparentShard`-based recoveries](#vtorc-dynamic-ers-disabled)
1818
- [Recovery stats to include keyspace/shard](#recoveries-stats-keyspace-shard)
1919
- **[VTTablet](#minor-changes-vttablet)**
20+
- [API Changes](#api-changes)
2021
- [CLI Flags](#flags-vttablet)
2122
- [Managed MySQL configuration defaults to caching-sha2-password](#mysql-caching-sha2-password)
2223
- [MySQL timezone environment propagation](#mysql-timezone-env)
@@ -101,6 +102,10 @@ Previous to this release, only the recovery "type" was included in labels.
101102

102103
### <a id="minor-changes-vttablet"/>VTTablet</a>
103104

105+
#### <a id="api-changes"/>API Changes</a>
106+
107+
- Added `RestartReplication` method to `TabletManagerClient` interface. This new RPC allows stopping and restarting MySQL replication with semi-sync configuration in a single call, providing a convenient alternative to separate `StopReplication` and `StartReplication` calls.
108+
104109
#### <a id="flags-vttablet"/>CLI Flags</a>
105110

106111
- `skip-user-metrics` flag if enabled, replaces the username label with "UserLabelDisabled" to prevent metric explosion in environments with many unique users.

0 commit comments

Comments
 (0)