CampaignsSecondaryAuthenticationProvider.php has these still:
// @todo: Remove these unused fields when they're no longer required by the schema. 'token' => '', 'userBuckets' => '',
They were deprecated in rECAMf5bdc9e4df8f: Update extension for AuthManager since May 2016.
Why are they still marked under required?
Can we remove them from required as a step before bumping the schema? Or does default handling not happen?
Do we need to bump the major version (2.x)? Or can I do it as part of T379179: Send hCaptcha API response data to event platform and mark it as 1.4.0 too?