File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v4.11.0] - 2023-05-02
4+
5+ ### Added:
6+ - ** [ lib] ** Support for certificate with raw IP SAN (RFC8738)
7+ - ** [ dnsprovider] ** Add Brandit.com as DNS provider
8+ - ** [ dnsprovider] ** Add DNS provider for Bunny
9+ - ** [ dnsprovider] ** Add DNS provider for Nodion
10+ - ** [ dnsprovider] ** Add Google Domains as DNS provider
11+ - ** [ dnsprovider] ** Add DNS provider for Plesk
12+
13+ ### Changed:
14+ - ** [ cli] ** feat: add LEGO_CERT_PEM_PATH and LEGO_CERT_PFX_PATH to run hook
15+ - ** [ lib,cli] ** feat: add RSA 3072
16+ - ** [ dnsprovider] ** gcloud: update google APIs to latest version
17+ - ** [ lib,dnsprovider,cname] ** chore: replace GetRecord by GetChallengeInfo
18+
19+ ### Fixed:
20+ - ** [ dnsprovider] ** rimuhosting: fix API base URL
21+
322## [ v4.10.2] - 2023-02-26
423
524Fix Docker image builds.
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.10.2 "
8+ ourUserAgent = "xenolf-acme/4.11.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