Accepting request 911272 from home:dspinella:branches:devel:languages:python:certbot
- Update to version 1.18.0
* New functions that Certbot plugins can use to interact with the user have
been added to certbot.display.util. We plan to deprecate using IDisplay
with zope in favor of these new functions in the future.
* The Plugin, Authenticator and Installer classes are added to
certbot.interfaces module as alternatives to Certbot's current zope based
plugin interfaces. The API of these interfaces is identical, but they are
based on Python's abc module instead of zope. Certbot will continue to
detect plugins that implement either interface, but we plan to drop support
for zope based interfaces in a future version of Certbot.
* The class certbot.configuration.NamespaceConfig is added to the Certbot's
public API
* When self-validating HTTP-01 challenges using
acme.challenges.HTTP01Response.simple_verify, we now assume that the response
is composed of only ASCII characters. Previously we were relying on the
default behavior of the requests library which tries to guess the encoding of
the response which was error prone
* In order to simplify the transition to Certbot's new plugin interfaces, the
classes Plugin and Installer in certbot.plugins.common module and
certbot.plugins.dns_common.DNSAuthenticator now implement Certbot's new
plugin interfaces. The Certbot plugins based on these classes are now
automatically detected as implementing these interfaces.
* The Apache authenticator no longer crashes with "Unable to insert label"
when encountering a completely empty vhost. This issue affected Certbot 1.17.0.
OBS-URL: https://build.opensuse.org/request/show/911272
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot?expand=0&rev=86
This commit is contained in:
@@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 10 13:23:09 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>
|
||||
|
||||
- Update to version 1.18.0
|
||||
* New functions that Certbot plugins can use to interact with the user have
|
||||
been added to certbot.display.util. We plan to deprecate using IDisplay
|
||||
with zope in favor of these new functions in the future.
|
||||
* The Plugin, Authenticator and Installer classes are added to
|
||||
certbot.interfaces module as alternatives to Certbot's current zope based
|
||||
plugin interfaces. The API of these interfaces is identical, but they are
|
||||
based on Python's abc module instead of zope. Certbot will continue to
|
||||
detect plugins that implement either interface, but we plan to drop support
|
||||
for zope based interfaces in a future version of Certbot.
|
||||
* The class certbot.configuration.NamespaceConfig is added to the Certbot's
|
||||
public API
|
||||
* When self-validating HTTP-01 challenges using
|
||||
acme.challenges.HTTP01Response.simple_verify, we now assume that the response
|
||||
is composed of only ASCII characters. Previously we were relying on the
|
||||
default behavior of the requests library which tries to guess the encoding of
|
||||
the response which was error prone
|
||||
* In order to simplify the transition to Certbot's new plugin interfaces, the
|
||||
classes Plugin and Installer in certbot.plugins.common module and
|
||||
certbot.plugins.dns_common.DNSAuthenticator now implement Certbot's new
|
||||
plugin interfaces. The Certbot plugins based on these classes are now
|
||||
automatically detected as implementing these interfaces.
|
||||
* The Apache authenticator no longer crashes with "Unable to insert label"
|
||||
when encountering a completely empty vhost. This issue affected Certbot 1.17.0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 30 08:40:46 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user