Skip to content

Commit

Permalink
Add interface link
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <[email protected]>
  • Loading branch information
timvaillancourt committed Mar 28, 2024
1 parent b09337b commit 906774a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog/20.0/20.0.0/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ The new `--healthcheck-dial-concurrency` flag defines the maximum number of heal

### <a id="method-renaming-in-durabler-interface"/>Method renaming in `Durabler` interface

The methods of the `Durabler` interface were renamed to public _(capitalized)_ names to make it easier to integrate custom Durability Policies from external packages. See [RFC for details](https://github.com/vitessio/vitess/issues/15544).
The methods of [the `Durabler` interface](https://github.com/timvaillancourt/vitess/blob/main/go/vt/vtctl/reparentutil/durability.go#L70-L79) in `reparentutil` were renamed to be public _(capitalized)_ methods to make it easier to integrate custom Durability Policies from external packages. See [RFC for details](https://github.com/vitessio/vitess/issues/15544).

Changes:
- The `promotionRule` method was renamed to `PromotionRule`
Expand Down

0 comments on commit 906774a

Please sign in to comment.