File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed
Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ v4.9.0] - 2022-10-03
4+
5+ ### Added:
6+
7+ - ** [ dnsprovider] ** Add DNS provider for CIVO
8+ - ** [ dnsprovider] ** Add DNS provider for VK Cloud
9+ - ** [ dnsprovider] ** Add DNS provider for YandexCloud
10+ - ** [ dnsprovider] ** digitalocean: configurable base URL
11+ - ** [ dnsprovider] ** loopia: add configurable API endpoint
12+ - ** [ dnsprovider] ** pdns: notify secondary servers after updates
13+
14+ ### Changed:
15+ - ** [ dnsprovider] ** allinkl: removed deprecated sha1 hashing
16+ - ** [ dnsprovider] ** auroradns: update authentification
17+ - ** [ dnsprovider] ** dnspod: deprecated. Use Tencent Cloud instead.
18+ - ** [ dnsprovider] ** exoscale: migrate to API v2 endpoints
19+ - ** [ dnsprovider] ** gcloud: update golang.org/x/oauth2
20+ - ** [ dnsprovider] ** lightsail: cleanup
21+ - ** [ dnsprovider] ** sakuracloud: update api client library
22+ - ** [ cname] ** take out CNAME support from experimental features
23+ - ** [ lib,cname] ** add recursive CNAME lookup support
24+ - ** [ lib] ** Remove embedded issuer certificates from issued certificate if bundle is false
25+
26+ ### Fixed:
27+ - ** [ dnsprovider] ** luadns: fix cname support
28+ - ** [ dnsprovider] ** njalla: fix record id unmarshal error
29+ - ** [ dnsprovider] ** tencentcloud: fix subdomain error
30+
331## [ v4.8.0] - 2022-06-30
432
533### 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/4.8 .0"
8+ ourUserAgent = "xenolf-acme/4.9 .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