wikimedia / ToolforgeBundle

A Symfony 4 & 5 bundle that provides some common parts of web-based tools running on Wikimedia's Toolforge. Maintained by the Wikimedia Foundation's Community Tech team.
https://packagist.org/packages/wikimedia/toolforge-bundle
GNU General Public License v3.0
13 stars 4 forks source link

Update the OAuth library to the latest version #11

Closed samwilson closed 5 years ago

samwilson commented 5 years ago

Bug: https://phabricator.wikimedia.org/T210564

aezell commented 5 years ago

I'm not sure how to test this. Is it possible until we upstream (or downstream?) it into an application that uses it?

samwilson commented 5 years ago

Yeah, it's tricky. I've tested it locally in an application (where I manually overrode the version of mediawiki/oauthclient) and it's all fine. Would be good to figure out a better way! Usually, for major version bumps other than 0 → 1 there would be more documentation about how to handle the breaking changes. In this case though there aren't any breaking changes, and the release is just for the upload feature and to signal that the library is stable.

You can see the actual changes here.