jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/657976 )
Change subject: [doc] Update ROADMAP.rst and prepare release 6.0 ...................................................................... [doc] Update ROADMAP.rst and prepare release 6.0 Bug: T269066 Change-Id: I57fa0425fda2dbeb185ea63323884344d988f0a6 --- M ROADMAP.rst 1 file changed, 13 insertions(+), 0 deletions(-) Approvals: JJMC89: Looks good to me, approved jenkins-bot: Verified diff --git a/ROADMAP.rst b/ROADMAP.rst index 82bd3c1..2d6c11b 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,6 +1,18 @@ +**Note: 5.6.0 is the last release supporting MediaWiki 1.19-1.22.** + +Breaking changes with Pywikibot 6.0.0 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +* MediaWiki 1.23+ is supported only +* comms.http.request() will return a requests.Response object rather than plain text +* comms.threadedhttp module will be removed +* config.db_hostname will be renamed to db_hostname_format +* APISite.loadimageinfo() will not return any content + Current release changes ~~~~~~~~~~~~~~~~~~~~~~~ +* Use string instead of Path-like object with "open" function in UploadRobot for Python 3.5 compatibility (T272345) * Add support for trwikivoyage (T271263) * UI.input_list_choice() has been improved (T272237) * Global handleArgs() function was removed in favour of handle_args @@ -12,6 +24,7 @@ * pagenenerators.handleArg() method was renamed to handle_arg() (T271437) * Page methods deprecated for 6 years were removed * Create a Site with AutoFamily if a family isn't predefined (T249087) +* L10N updates Future release notes ~~~~~~~~~~~~~~~~~~~~ -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/657976 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: I57fa0425fda2dbeb185ea63323884344d988f0a6 Gerrit-Change-Number: 657976 Gerrit-PatchSet: 2 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: JJMC89 <[email protected]> Gerrit-Reviewer: Mpaa <[email protected]> Gerrit-Reviewer: jenkins-bot Gerrit-MessageType: merged
_______________________________________________ Pywikibot-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-commits
