jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/661340 )
Change subject: [doc] Update ROADMAP.rst ...................................................................... [doc] Update ROADMAP.rst Change-Id: I57cc3db3d98480d98833d068606ec11be65c986d --- M ROADMAP.rst 1 file changed, 8 insertions(+), 2 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/ROADMAP.rst b/ROADMAP.rst index d2b9666..684b401 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -4,12 +4,20 @@ Breaking changes ^^^^^^^^^^^^^^^^ +* Support of MediaWiki < 1.23 has been dropped (T268979) +* APISite.loadimageinfo will no longer return any content * Return requests.Response with http.request() instead of plain text (T265206) * config.db_hostname has been renamed to db_hostname_format Other changes ^^^^^^^^^^^^^ +* Create a SiteLink with __getitem__ method and implement lazy load (T273386, T245809, T238471, T226157) +* Fix date.formats['MonthName'] behaviour (T273573) +* Deprecated Family.known_families dict was removed (T89451) +* Implement pagegenerators.handle_args() to process all options at once +* Deprecated DataSite.get_* methods was removed +* Deprecated LogEntryFactory.logtypes classproperty was removed * Add enabled_options, disabled_options to GeneratorFactory (T271320) * Move interwiki() interwiki_prefix() and local_interwiki() methods from BaseSite to APISite * Add requests.Response.headers to log when an API error occurs (T272325) @@ -23,10 +31,8 @@ * 5.5.0: Deprecated data attribute of http.fetch() result will be given up (T265206) * 5.5.0: Site.getuserinfo() method will be dropped in favour of userinfo property * 5.5.0: Site.getglobaluserinfo() method will be dropped in favour of globaluserinfo property -* 5.4.0: Support of MediaWiki < 1.23 will be dropped with release 6.0 (T268979) * 5.4.0: LoginManager.getCookie() is deprecated and will be removed * 5.4.0: tools.PY2 will be removed (T213287) -* 5.3.0: LogEntryFactory.logtypes property will be removed * 5.3.0: toStdout parameter of logging.output()/pywikibot.output() function will be desupported * 5.0.0: OptionHandler.options dict will be removed in favour of OptionHandler.opt * 5.0.0: Methods deprecated for 5 years or longer will be removed -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/661340 To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I57cc3db3d98480d98833d068606ec11be65c986d Gerrit-Change-Number: 661340 Gerrit-PatchSet: 1 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
