Description
Rename the method BackoffConfig::normalised to BackoffConfig::normalized to align with American English spelling conventions for this API.
Required Changes
- Rename method definition in
src/server/runtime/backoff.rs (line 57)
- Update method call in
src/server/runtime.rs (line 338)
- Update documentation references in
src/server/config/mod.rs (lines 142, 146, 152)
- Update any relevant tests that reference the method name
- Update documentation that mentions the method
Breaking Change
This is a breaking API change and should be released as part of a 0.x point release.
Related
Description
Rename the method
BackoffConfig::normalisedtoBackoffConfig::normalizedto align with American English spelling conventions for this API.Required Changes
src/server/runtime/backoff.rs(line 57)src/server/runtime.rs(line 338)src/server/config/mod.rs(lines 142, 146, 152)Breaking Change
This is a breaking API change and should be released as part of a 0.x point release.
Related