Added
Changed
Fixed
- Interfaces which plugins register themselves as implementing without inheriting from them now show up in
certbot pluginsoutput. IPluginFactory,IPlugin,IAuthenticatorandIInstallerhave been re-added to
certbot.interfaces.- This is to fix compatibility with a number of third-party DNS plugins which may
have started erroring withAttributeErrorin Certbot v2.0.0. - Plugin authors can find more information about Certbot 2.x compatibility
here.
- This is to fix compatibility with a number of third-party DNS plugins which may
- A bug causing our certbot-apache tests to crash on some systems has been resolved.
More details about these changes can be found on our GitHub repo.