|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v2.0.0] - 2019-01-09 |
| 4 | + |
| 5 | +### Added: |
| 6 | +- **[cli,lib]** Option to disable the complete propagation Requirement |
| 7 | +- **[lib,cli]** Support non-ascii domain name (punnycode) |
| 8 | +- **[cli,lib]** Add configurable timeout when obtaining certificates |
| 9 | +- **[cli]** Archive revoked certificates |
| 10 | +- **[cli]** Add command to list certificates. |
| 11 | +- **[cli]** support for renew with CSR |
| 12 | +- **[cli]** add SAN on renew |
| 13 | +- **[lib]** Adds `Remove` for challenges |
| 14 | +- **[lib]** Add version to xenolf-acme in User-Agent. |
| 15 | +- **[dnsprovider]** The ability for a DNS provider to solve the challenge sequentially |
| 16 | +- **[dnsprovider]** Add DNS provider for "HTTP request". |
| 17 | +- **[dnsprovider]** Add DNS Provider for Vscale |
| 18 | +- **[dnsprovider]** Add DNS Provider for TransIP |
| 19 | +- **[dnsprovider]** Add DNS Provider for inwx |
| 20 | +- **[dnsprovider]** alidns: add support to handle more than 20 domains |
| 21 | + |
| 22 | +### Changed: |
| 23 | +- **[lib]** Check all challenges in a predictable order |
| 24 | +- **[lib]** Poll authz URL instead of challenge URL |
| 25 | +- **[lib]** Check all nameservers in a predictable order |
| 26 | +- **[lib]** Logs every iteration of waiting for the propagation |
| 27 | +- **[cli]** `--http`: enable HTTP challenge **important** |
| 28 | +- **[cli]** `--http.port`: previously named `--http` |
| 29 | +- **[cli]** `--http.webroot`: previously named `--webroot` |
| 30 | +- **[cli]** `--http.memcached-host`: previously named `--memcached-host` |
| 31 | +- **[cli]** `--tls`: enable TLS challenge **important** |
| 32 | +- **[cli]** `--tls.port`: previously named `--tls` |
| 33 | +- **[cli]** `--dns.resolvers`: previously named `--dns-resolvers` |
| 34 | +- **[dnsprovider]** gcloud: Use GCE_PROJECT for project always, if specified |
| 35 | + |
| 36 | +### Removed: |
| 37 | +- **[lib]** Remove `SetHTTP01Address` |
| 38 | +- **[lib]** Remove `SetTLSALPN01Address` |
| 39 | +- **[lib]** Remove `Exclude` |
| 40 | +- **[cli]** Remove `--exclude`, `-x` |
| 41 | + |
| 42 | +### Fixed: |
| 43 | +- **[lib]** Fixes revocation for subdomains and non-ascii domains |
| 44 | +- **[lib]** Disable pending authorizations |
| 45 | +- **[dnsprovider]** transip: concurrent access to the API. |
| 46 | +- **[dnsprovider]** gcloud: fix for wildcard |
| 47 | +- **[dnsprovider]** Azure: Do not overwrite existing TXT records |
| 48 | +- **[dnsprovider]** fix: Cloudflare error. |
| 49 | + |
3 | 50 | ## [v1.2.0] - 2018-11-04 |
4 | 51 |
|
5 | 52 | ### Added: |
|
0 commit comments