Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralexzorin <alex@zorin.id.au>2022-09-02 16:55:04 +0300
committerGitHub <noreply@github.com>2022-09-02 16:55:04 +0300
commitc20d40ddbafb8db9e38cf5ec41b0ec187cc06686 (patch)
tree6a31fcda4be3a38d21e107e9f941ae8f7e42fc55 /certbot
parentf7e61edcb2ea3195c9889c407a08e6dffb7f60dc (diff)
acme: further deprecations (#9395)
* acme: deprecate acme.fields.Resource and .resource * acme: deprecate .messages.OLD_ERROR_PREFIX * acme: deprecate .messages.Directory.register * acme: clean up deprecations * dont use unscoped filterwarnings * change deprecation approach for acme.fields * warn on non-string keys in acme.messages.Directory * remove leaked filterwarnings in BackwardsCompatibleClientV2Test * remove non-string lookups of acme.messages.Directory
Diffstat (limited to 'certbot')
-rw-r--r--certbot/CHANGELOG.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/certbot/CHANGELOG.md b/certbot/CHANGELOG.md
index 04b25e98d..22c2ffdba 100644
--- a/certbot/CHANGELOG.md
+++ b/certbot/CHANGELOG.md
@@ -11,8 +11,14 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).
### Changed
* `acme.client.ClientBase`, `acme.messages.Authorization.resolved_combinations`,
- `acme.messages.Authorization.combinations` and `acme.mixins` are deprecated and
- will be removed in a future release.
+ `acme.messages.Authorization.combinations`, `acme.mixins`, `acme.fields.resource`,
+ and `acme.fields.Resource` are deprecated and will be removed in a future release.
+* `acme.messages.OLD_ERROR_PREFIX` (`urn:acme:error:`) is deprecated and support for
+ the old ACME error prefix in Certbot will be removed in the next major release of
+ Certbot.
+* `acme.messages.Directory.register` is deprecated and will be removed in the next
+ major release of Certbot. Furthermore, `.Directory` will only support lookups
+ by the exact resource name string in the ACME directory (e.g. `directory['newOrder']`).
* The `certbot-dns-cloudxns` plugin is now deprecated and will be removed in the
next major release of Certbot.
* The `source_address` argument for `acme.client.ClientNetwork` is deprecated