aboutsummaryrefslogtreecommitdiffstats
path: root/RELEASE-NOTES-1.43
diff options
context:
space:
mode:
authorC. Scott Ananian <cscott@cscott.net>2024-10-18 18:18:34 -0400
committerC. Scott Ananian <cscott@cscott.net>2024-10-18 18:45:00 -0400
commit4d4715326a3c03086982e7890e5082b595a32d9f (patch)
tree31d2dcb021939aff2d63d8ac6761d4505178423e /RELEASE-NOTES-1.43
parentc49d9199a5880939028ffb1b52f2e52f04706719 (diff)
downloadmediawikicore-4d4715326a3c03086982e7890e5082b595a32d9f.tar.gz
mediawikicore-4d4715326a3c03086982e7890e5082b595a32d9f.zip
Deprecate ::setMetrics() calls with StatsdDataFactoryInterface
HtmlInputTransformHelper::setMetrics() and HtmlToContentTransform::setMetrics() take a StatsFactory now; deprecate passing a StatsdDataFactoryInterface. Depends-On: I0d8eb6cacd761fa4959419b10d59046e61c714ff Change-Id: I2374731f6d37a191fc4a865d2665f2ca18182db1
Diffstat (limited to 'RELEASE-NOTES-1.43')
-rw-r--r--RELEASE-NOTES-1.433
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE-NOTES-1.43 b/RELEASE-NOTES-1.43
index f63acaed5ff2..43eef1bb3203 100644
--- a/RELEASE-NOTES-1.43
+++ b/RELEASE-NOTES-1.43
@@ -950,6 +950,9 @@ because of Phabricator reports.
* HtmlInputTransformHelper::init()
Similarly, calling the constructor method in PageRestHelperFactory
without the appropriate initialization arguments is now deprecated.
+* Calling HtmlToContentTransform::setMetrics() and
+ HtmlInputTransformHelper::setMetrics() with a StatsdDataFactoryInterface
+ is deprecated and emits warnings. Pass a StatsFactory instead.
* HTMLForm methods getPreText, setPreText, addPreText, getPostText,
setPostText, addPostText, getHeaderText, setHeaderText, addHeaderText,
getFooterText, setFooterText and addFooterText, deprecated since 1.38, now