-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
On September 1, version 5.6.0 of MediaWiki::Bot, the high-level
library for interacting with MediaWiki wikis like Wikipedia, was
released. Today, I am releasing v5.6.1 and v5.6.2 (just a repackaged
version).
These releases include a fix for the new CSRF token handling that has
been deployed to Wikimedia Foundation wikis. If you work on WMF wikis
and have encountered problems with requests that mutate the wiki,
please upgrade to resolve this.
I have also added rudimentary support for handling CAPTCHAs. This has
been a longstanding omission from the library, and should make life
easier for developers using non-bot accounts, which are more likely to
encounter CAPTCHAs.
I have also added a new library of constants,
MediaWiki::Bot::Constants, which give symbolic names to the library's
numeric return codes.
In a similar vein, the main documentation has been improved with links
to the relevant API calls on
mediawiki.org, to better inform the
developer.
Finally, HTTPS is used by default. You should *never* log in over
HTTP, and attempting to do so will now issue a warning. Because WMF
wikis now support SSL on the main sites, most bots should work without
modification. Using the old deprecated secure server will emit a
deprecation warning.
These releases also make the test suite much more robust, and should
drastically improve CPANtesters statistics, which helps ensure we have
a high signal:noise ratio from CPANtesters, as well as travis-ci.
To upgrade, use your standard cpan client:
shell$ cpan
cpan> upgrade MediaWiki::Bot
...
Or, upgrade manually by downloading[0] and extracting the tarball. Then:
shell$ perl Build.PL
shell$ ./Build && ./Build test && ./Build install
If you encounter problems upgrading, or using the latest versions,
please request help on the mailing list, in IRC (#perlwikibot on
irc.freenode.net) or file a bug in the issue tracker
(
https://github.com/MediaWiki-Bot/MediaWiki-Bot/issues)
Enjoy,
- -Mike
[0]
https://cpan.metacpan.org/authors/id/L/LI/LIFEGUARD/MediaWiki-Bot-5.006002.tar.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBAgAGBQJUDnAmAAoJEBA4w7fbuRWuJEIQAIDUUhr/sRdigdQx+eO24kdC
g1Qh3RZYhWwfW2W/ISSMebQmmUlezqd5MTwZ+gjM9/+ZmCLYboeotlXIUatS5KJq
9wuRfBgnMWe3TxLf0tWLgwQ7MksOJgNKP0TXnF7LvMhkykuBZWjEsPY2V8ooTxtT
BRnlSdmkf83U+mVhjWYgtrRk7JLDEfVjrYlQfujq9dx6hXCW9mMD7aDwYFcUYNQG
Tl0yuFRpnykcXsbfF3HvpUY50eK+vCGa7Ivv3WV5CP4H0BCitB+7UFZE8ixTlFsR
8pEnPDB2+qo4EK/cqgZFHyliSCEk5qcfW7D1Fdqq/okKRLrD+QyNLc2dmb5cxFbD
DKL0X0viVk99B5/dcd6fCOpaqzIyhQzUhw40rLQuKFCvo7ZCmCQR8iE8hQZpLIUb
sV+stWosqnJTETMA+CIgmB489pOihjIwmgK4zVq0wiNI4ADZfzmQOiZnAnY9WXV9
CkmjKjlJlK2AM4WhA8KOMAsuCbbKmuX0iukTgMbbIj/W6fwQGb/TQr1l/goniz0e
9BVYY43iQinwrgcJEE3H4Z7Dco+Ac/AkKoOxmohtj2wXUvilqyHmdjvV170XKghe
hziYH/mmrV0iiM31dw3Nl0EoH7o93f6v+lVimC49EbOU1h3NFtI7XDHqIdL/8ehE
WioQQ2RrZEILMFg+TFEu
=qS3a
-----END PGP SIGNATURE-----