jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/630579 )
Change subject: [doc] Update ROADMAP.rst ...................................................................... [doc] Update ROADMAP.rst Change-Id: I03b5bdf770ff10209f0eb29e787f2b61324c4c90 --- M ROADMAP.rst 1 file changed, 27 insertions(+), 6 deletions(-) Approvals: Xqt: Looks good to me, approved jenkins-bot: Verified diff --git a/ROADMAP.rst b/ROADMAP.rst index bd90185..b57609f 100644 --- a/ROADMAP.rst +++ b/ROADMAP.rst @@ -1,6 +1,24 @@ Current release changes ~~~~~~~~~~~~~~~~~~~~~~~ +* Prevent circular imports in config2.py and http.py (T264500) +* version.get_module_version() is deprecated and gives no meaningfull result +* Fix version.get_module_filename() and update log lines (T264235) +* Re-enable printing log header (T264235) +* Fix result of tools.intersect_generators() (T263947) +* Only show _GLOBAL_HELP options if explicitly wanted +* Deprecated Family.version() methods were removed +* Unused parameters of page methods like forceReload, insite, throttle, step was removed +* Raise RuntimeError instead of AttributeError for old wikis (T263951) +* Deprecated script options were removed +* lyricwiki_family was removed (T245439) +* RecentChangesPageGenerator parameters has been synced with APISite.recentchanges +* APISite.recentchanges accepts keyword parameters only +* LoginStatus enum class was moved from site to login.py +* WbRepresentation derives from abstract base class abc.ABC +* Update characters in the Cf category to Unicode version 12.1.0 +* Update __all__ variable in pywikibot (T122879) +* Use api.APIGenerator through site._generator (T129013) * Support of MediaWiki releases below 1.19 has been dropped (T245350) * Page.get_best_claim () retrieves preferred Claim of a property referring to the given page (T175207) * Check whether _putthead is current_thread() to join() (T263331) @@ -22,15 +40,18 @@ Future release notes ~~~~~~~~~~~~~~~~~~~~ -* 4.4.0: Property.getTspe() method will be removed -* 4.4.0: Request.http_params() method will be removed -* 4.4.0: DataSite.get_item() method will be removed -* 4.4.0: date.MakeParameter() function will be removed -* 4.4.0: pagegenerators.ReferringPageGenerator is desupported and will be removed +* 5.0.0: version.getfileversion() is desupported and will be removed +* 5.0.0: Methods deprecated for 5 years or longer will be removed +* 5.0.0: Outdated recentchanges parameter will be removed +* 5.0.0: site.LoginStatus will be removed in favour of login.LoginStatus +* 5.0.0: Property.getType() method will be removed +* 5.0.0: Request.http_params() method will be removed +* 5.0.0: DataSite.get_item() method will be removed +* 5.0.0: date.MakeParameter() function will be removed +* 5.0.0: pagegenerators.ReferringPageGenerator is desupported and will be removed * 4.3.0: Unsused UserBlocked exception will be removed * 4.3.0: Deprecated Page.contributingUsers() will be removed * 4.2.0: tools.StringTypes will be removed * 4.1.0: Deprecated editor.command will be removed * 4.1.0: tools.open_compressed, tools.UnicodeType and tools.signature will be removed * 4.1.0: comms.PywikibotCookieJar and comms.mode_check_decorator will be removed -* 4.0.0: Unused parameters of page methods like forceReload, insite, throttle, step will be removed -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/630579 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: I03b5bdf770ff10209f0eb29e787f2b61324c4c90 Gerrit-Change-Number: 630579 Gerrit-PatchSet: 7 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Mpaa <[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
