Skip to content

Commit 0c0ee41

Browse files
committedOct 3, 2024·
Prepare release v4.19.0
1 parent a83482c commit 0c0ee41

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed
 

‎CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [v4.19.0] - 2024-10-03
4+
5+
### Added
6+
7+
- **[dnsprovider]** Add DNS provider for HuaweiCloud
8+
- **[dnsprovider]** Add DNS provider for SelfHost.(de|eu)
9+
- **[lib,cli,dnsprovider]** Add `dns.propagation-rns` option
10+
- **[cli,dnsprovider]** Add `dns.propagation-wait` flag
11+
- **[lib,dnsprovider]** Add `PropagationWait` function
12+
13+
### Changed
14+
15+
- **[dnsprovider]** ionos: follow CNAME
16+
- **[lib,dnsprovider]** Reducing the lock strength of the soa cache entry
17+
- **[lib,cli,dnsprovider]** Deprecation of `dns.disable-cp`, replaced by `dns.propagation-disable-ans`.
18+
19+
### Fixed
20+
21+
- **[dnsprovider]** Use UTC instead of GMT when possible
22+
- **[dnsprovider]** namesilo: restrict CleanUp
23+
- **[dnsprovider]** godaddy: fix cleanup
24+
325
## [v4.18.0] - 2024-08-30
426

527
### Added

‎acme/api/internal/sender/useragent.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ package sender
55

66
const (
77
// ourUserAgent is the User-Agent of this underlying library package.
8-
ourUserAgent = "xenolf-acme/4.18.0"
8+
ourUserAgent = "xenolf-acme/4.19.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
)

0 commit comments

Comments
 (0)
Please sign in to comment.