File tree Expand file tree Collapse file tree 2 files changed +24
-2
lines changed
Expand file tree Collapse file tree 2 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v4.6.0] - 2022-01-18
4+
5+ ### Added
6+
7+ - ** [ dnsprovider] ** Add DNS provider for UKFast SafeDNS
8+ - ** [ dnsprovider] ** Add DNS Provider for Tencent Cloud
9+ - ** [ dnsprovider] ** azure: add support for Azure Private Zone DNS
10+ - ** [ dnsprovider] ** exec: add sequence interval
11+ - ** [ cli] ** Add a ` --pfx ` , and ` --pfx.pas ` s option to generate a PKCS #12 (` .pfx ` ) file.
12+ - ** [ lib] ** Extended support of cert pool (` LEGO_CA_CERTIFICATES ` and ` LEGO_CA_SYSTEM_CERT_POOL ` )
13+ - ** [ lib,httpprovider] ** added uds capability to http challenge server
14+
15+ ### Changed
16+
17+ - ** [ lib] ** Extend validity of TLS-ALPN-01 certificates to 365 days
18+ - ** [ lib,cli] ** Allows defining the reason for the certificate revocation
19+
20+ ### Fixed
21+
22+ - ** [ dnsprovider] ** mythicbeasts: fix token expiration
23+ - ** [ dnsprovider] ** rackspace: change zone ID to string
24+
325## [ v4.5.3] - 2021-09-06
426
527### Fixed:
Original file line number Diff line number Diff line change @@ -5,10 +5,10 @@ package sender
55
66const (
77 // ourUserAgent is the User-Agent of this underlying library package.
8- ourUserAgent = "xenolf-acme/4.5.3 "
8+ ourUserAgent = "xenolf-acme/4.6.0 "
99
1010 // ourUserAgentComment is part of the UA comment linked to the version status of this underlying library package.
1111 // values: detach|release
1212 // NOTE: Update this with each tagged release.
13- ourUserAgentComment = "detach "
13+ ourUserAgentComment = "release "
1414)
You can’t perform that action at this time.
0 commit comments