File tree Expand file tree Collapse file tree 2 files changed +26
-2
lines changed
Expand file tree Collapse file tree 2 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v3.6.0] - 2020-04-24
4+
5+ ### Added:
6+
7+ - ** [ dnsprovider] ** Add DNS provider for CloudDNS.
8+ - ** [ dnsprovider] ** alicloud: add support for domain with punycode
9+ - ** [ dnsprovider] ** cloudns: Add subuser support
10+ - ** [ cli] ** Information about renewed certificates are now passed to the renew hook
11+
12+ ### Changed:
13+
14+ - ** [ dnsprovider] ** acmedns: Update cpu/goacmedns v0.0.1 -> ; v0.0.2
15+ - ** [ dnsprovider] ** alicloud: update sdk dependency version to v1.61.112
16+ - ** [ dnsprovider] ** azure: Allow for the use of MSI
17+ - ** [ dnsprovider] ** constellix: improve challenge.
18+ - ** [ dnsprovider] ** godaddy: allow parallel solve.
19+ - ** [ dnsprovider] ** namedotcom: get the actual registered domain so we can remove just that from the hostname to be created
20+ - ** [ dnsprovider] ** transip: updated the client to v6
21+
22+ ### Fixed:
23+
24+ - ** [ dnsprovider] ** ns1: fix missing domain in log
25+ - ** [ dnsprovider] ** rimuhosting: use HTTP client from config.
26+
327## [ v3.5.0] - 2020-03-15
428
529### Added:
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/3.5 .0"
8+ ourUserAgent = "xenolf-acme/3.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