v4.6.0
Changelog
- 3ad2fa7 Prepare release v4.6.0
- 6b58241 feat: extended support of cert pool (#1565)
- bbec0a6 chore: add link to Discussions
- 6dd5d1f azure: add support for Azure Private Zone DNS (#1561)
- 27bb3f2 joker: explains user and password for SVC mode (#1555)
- a6855cb Added a --pfx, and --pfx.pass option to generate a PKCS#12 (.pfx) file. (#1387)
- f4b153f test: force to have a reproducible context for oracle provider tests
- 6907a39 Add DNS Provider for Tencent Cloud (#1527)
- 0324783 Add DNS provider for UKFast SafeDNS (#1545)
- f7c287e porkbun: fix typo in dns example (#1550)
- 0f3a835 lib: added uds capability to http challenge server (#1485)
- 2b20b13 mythicbeasts: fix token expiration (#1539)
- 7193412 Extend validity of TLS-ALPN-01 certificates to 365 days (#1534)
- 9114733 test: change LTD for NXDOMAIN
- 2de6e0b chore: update linter (#1524)
- d2455c5 vinyl: use tag for the API client (#1523)
- e719fab chore: homogeneous tests setup and close servers. (#1520)
- 15f3a45 godaddy: add tests on the client (#1521)
- 60ae6e6 chore: migrate RFC links (#1513)
- 18bcc0f exec: add detected variable to handle sequence interval (#1510)
- df54dd2 feat: Allows defining the reason for the certificate revocation (#1511)
- 88f62f1 rackspace: change zone ID to string (#1508)
- dfa0a6d Detach v4.5.3
NOTE
tencentcloud uses a monorepo with multimodule but the go.mod
files are incomplete.
If you have the following error:
ambiguous import: found package github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common/http in multiple modules
You have to add this line to your go.mod
exclude github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible