# acme.sh changelog > acme.sh release notes. - Vendor: acme.sh - Category: Developer Tools - Official site: https://acme.sh/ - Tracked by: What's New (https://whatsnew.fyi/product/acme-sh) - Harvested from: GitHub (acmesh-official/acme.sh) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. ## Releases ### 3.1.4 - Date: 2026-07-17 - Version: 3.1.4 - Original notes: https://github.com/acmesh-official/acme.sh/releases/tag/3.1.4 - Permalink: https://whatsnew.fyi/product/acme-sh/releases/3.1.4 - **added** — Support ACME Renewal Information (ARI, RFC 9773) enabled by default, with renewals following the renewal window suggested by the CA - **added** — Support dns-persist-01 challenge with --dns-persist-days option - **added** — Support negative --days values to schedule renewal relative to certificate expiration date, combinable with --valid-to for renewal margin - **added** — Support ACME account key rollover - **added** — Support multiple account emails with --update-account persisting the new email - **added** — Retry failed install and deploy steps on the next renewal - **added** — Add bash completion, installed via --install - **added** — Add DNS providers: Level27, CDMON, Poweradmin, IP-Projects, EuroDNS, Firestorm, creoline, LaoDC, WEDOS, muumuu, Volcano Engine, Glesys, Aruba Business, Calrissia, and Hostinger - **added** — Add deploy hooks: FortiGate, Baidu Cloud CDN, and Windows RDP - **added** — Add notify hook: customscript - **changed** — Installed cron job now runs every 6 hours to react to ARI renewal windows in time - **changed** — Docker images are now also published to ghcr.io - **removed** — Remove dns_hetzner.sh - **fixed** — Fix various bugs 1. Support ACME Renewal Information (ARI, RFC 9773), enabled by default. Renewals now follow the renewal window suggested by the CA. Set NO_ARI=1 to disable. The installed cron job now runs every 6 hours to react to ARI renewal windows in time. 2. Support the dns-persist-01 challenge, with --dns-persist-days. 3. A negative --days schedules renewal relative to the cert expiration date, and can be combined with --valid-to to set a renewal margin. 4. Support ACME account key rollover. 5. Support multiple account emails. --update-account now persists the new email. 6. Retry failed install/deploy steps on the next renewal. 7. Add bash completion, installed via --install. 8. New DNS providers: Level27, CDMON, Poweradmin, IP-Projects, EuroDNS, Firestorm, creoline, LaoDC, WEDOS, muumuu, Volcano Engine, Glesys, Aruba Business, Calrissia, Hostinger. New deploy hooks: FortiGate, Baidu Cloud CDN, Windows RDP. New notify hook: customscript. 9. dns_hetzner.sh was removed ([#6990](https://github.com/acmesh-official/acme.sh/issues/6990)). 10. Docker images are now also published to ghcr.io. 11. A lot of bug fixes. ### 3.1.3 - Date: 2026-04-28 - Version: 3.1.3 - Original notes: https://github.com/acmesh-official/acme.sh/releases/tag/3.1.3 - Permalink: https://whatsnew.fyi/product/acme-sh/releases/3.1.3 normal release, fix bugs ### 3.1.2 — Regular release - Date: 2025-11-29 - Version: 3.1.2 - Original notes: https://github.com/acmesh-official/acme.sh/releases/tag/3.1.2 - Permalink: https://whatsnew.fyi/product/acme-sh/releases/3.1.2 1. support cert profile and ip cert. 2. a lot of bug fixes. ### 3.1.1 — normal release - Date: 2025-04-23 - Version: 3.1.1 - Original notes: https://github.com/acmesh-official/acme.sh/releases/tag/3.1.1 - Permalink: https://whatsnew.fyi/product/acme-sh/releases/3.1.1 - **added** — Add DNS API for Technitum DNS server - **added** — Add deploy hook for Ruckus ZoneDirector / Unleashed - **changed** — Adapt dns_world4you to change in world4you.com DeleteDnsRecordForm - **added** — Add support for ZoneEdit.com - **fixed** — Fix keystore ownership in Unifi deployment - **fixed** — Fix structural info for new DNS providers - **added** — Add structured info for lima-city and west.cn - **fixed** — Remove control characters - **added** — Add mijn.host DNS API support - **fixed** — Fix syntax for OpenBSD sh - **changed** — Update dns_cyon plugin - **fixed** — Correct typo in acme.sh - **added** — Add script for deploying certificate on Proxmox Backup Server - **added** — Add new version API dns SELECTEL dns_selectel.sh (actual v2) - **changed** — Use uname -n instead of hostname for portability - **fixed** — Fix cloudkey gen 2 changes - **changed** — Add TrueNAS deploy websocket - **added** — Add DNS API script for HE DDNS - **added** — Add Beget.com DNS API support - **fixed** — Fix bug saving SYNO_LOCAL_HOSTNAME ##### What's Changed * add dns_api for Technitum dns server by @qupfer in https://github.com/acmesh-official/acme.sh/pull/6117 * deploy hook for Ruckus ZoneDirector / Unleashed by @kchiem in https://github.com/acmesh-official/acme.sh/pull/4832 * dns_world4you: Adapt to change in world4you.com DeleteDnsRecordForm by @NerLOR in https://github.com/acmesh-official/acme.sh/pull/6114 * Add support for ZoneEdit.com by @lukavia in https://github.com/acmesh-official/acme.sh/pull/6136 * Fix keystore ownership in Unifi deployment - unifi.sh by @adn77 in https://github.com/acmesh-official/acme.sh/pull/6168 * DNS API: fix structural info for new providers by @stokito in https://github.com/acmesh-official/acme.sh/pull/6174 * dnsapi: Add structured info for lima-city and west.cn by @stokito in https://github.com/acmesh-official/acme.sh/pull/6176 * fix: remove control characters by @M0NsTeRRR in https://github.com/acmesh-official/acme.sh/pull/6181 * Add mijn.host DNS API Support by @peterv99 in https://github.com/acmesh-official/acme.sh/pull/6178 * Fix syntax for OpenBSD sh by @catap in https://github.com/acmesh-official/acme.sh/pull/6099 * Update dns_cyon plugin by @JazzMalar in https://github.com/acmesh-official/acme.sh/pull/6184 * Correct typo in acme.sh by @jpmens in https://github.com/acmesh-official/acme.sh/pull/6190 * Create script for deploy certificate on Proxmox Backup Server by @HTDemony in https://github.com/acmesh-official/acme.sh/pull/6191 * Feature: Add new version API dns SELECTEL dns_selectel.sh (actual v2) by @vlad-kms in https://github.com/acmesh-official/acme.sh/pull/5128 * Portability: use `uname -n` instead of `hostname`. by @ghen2 in https://github.com/acmesh-official/acme.sh/pull/6194 * Fixed cloudkey gen 2 changes by @3VAbdAVE in https://github.com/acmesh-official/acme.sh/pull/6195 * Truenas deploy websocket by @Attackwave in https://github.com/acmesh-official/acme.sh/pull/6108 * Add dnsapi script for HE DDNS by @markkuleinio in https://github.com/acmesh-official/acme.sh/pull/5237 * Add Beget.com DNS API support by @ARNik in https://github.com/acmesh-official/acme.sh/pull/6202 * Fix bug saving SYNO_LOCAL_HOSTNAME by @davidha in https://github.com/acmesh-official/acme.sh/pull/6226 * Allow deploying of PKCS to docker containers and other hooks by @tomo2403 in https://github.com/acmesh-official/acme.sh/pull/6234 * chore(synology): remove personal mail by @scruel in https://github.com/acmesh-official/acme.sh/pull/6239 * dns_world4you: Adapt to change in world4you.com by @NerLOR in https://github.com/acmesh-official/acme.sh/pull/6242 * Support FreeBSD's sed -i by @aafbsd in https://github.com/acmesh-official/acme.sh/pull/6245 * Add FreeMyIP DNS Api Support by @Giova96 in https://github.com/acmesh-official/acme.sh/pull/6240 * cqhttp notify-hook:Compatibility with QQ Headless Project Napcat by @metaforget in https://github.com/acmesh-official/acme.sh/pull/6257 * dns_he_ddns: Add empty dns_he_ddns_rm() to remove warnings by @markkuleinio in https://github.com/acmesh-official/acme.sh/pull/6263 * routeros: file-name should in quotes in newer (7.18) version by @copyliu in https://github.com/acmesh-official/acme.sh/pull/6262 * haproxy: don't leak private keys when doing --debug by @wlallemand in https://github.com/acmesh-official/acme.sh/pull/6268 * update documentation for --cert-home parameter by @fraenki in https://github.com/acmesh-official/acme.sh/pull/4384 * support NTFY_TOKEN by @beedaddy in https://github.com/acmesh-official/acme.sh/pull/6277 * fix regex of matching hetzner dns api error responses by @lindsayzhou in https://github.com/acmesh-official/acme.sh/pull/6198 * Avoid permissions errors for chown .well-known by @kevinoid in https://github.com/acmesh-official/acme.sh/pull/623 * Fix error message variable when reload cmd returns with an error by @magyarsz in https://github.com/acmesh-official/acme.sh/pull/6282 * Don't deploy ECC certs to legacy Ruckus by @ms264556 in https://githu _[Truncated at 4000 characters — full notes: https://github.com/acmesh-official/acme.sh/releases/tag/3.1.1]_ ### 3.1.0 — Minor fixes - Date: 2024-11-23 - Version: 3.1.0 - Original notes: https://github.com/acmesh-official/acme.sh/releases/tag/3.1.0 - Permalink: https://whatsnew.fyi/product/acme-sh/releases/3.1.0 - **changed** — Refactor Alibaba Cloud API - **fixed** — Fix Timeweb Cloud DNS API pagination - **changed** — Update dns_openprovider.sh for OpenProvider - **changed** — Update dns_doapi - **added** — Add OpenContainers Annotations as Labels to Docker Image - **added** — Add ali_dcdn deploy hook for Alibaba Cloud DCDN - **added** — Add libiconv dependency on OpenBSD - **added** — Add omg.lol DNS API - **fixed** — Fix markdown issue in telegram notify hook - **changed** — Update Porkbun API URL - **fixed** — Fix POSIX shell portability - **fixed** — Fix dns_pdns.sh to use saved account conf - **fixed** — Fix Linode DNS Pagination Bug - **fixed** — Fix TrueNAS broken script since 23.10 scale release - **changed** — Add swanctl support to StrongSwan deploy hook - **added** — Add existing bearer token support to Azure DNS API - **changed** — Update fornex dns API to version 2.3.1 ##### What's Changed * refactor: Alibaba Cloud API by @PMExtra in https://github.com/acmesh-official/acme.sh/pull/5294 * Fix Timeweb Cloud DNS API pagination by @nikolaypronchev in https://github.com/acmesh-official/acme.sh/pull/5296 * Update dns_openprovider.sh for OpenProvider by @WinSCaP in https://github.com/acmesh-official/acme.sh/pull/5183 * update dns_doapi by @henrikalves in https://github.com/acmesh-official/acme.sh/pull/5158 * Add OpenContainers Annotations as Labels to Docker Image by @mpgirro in https://github.com/acmesh-official/acme.sh/pull/5305 * Add ali_dcdn deploy hook (Alibaba Cloud DCDN) by @PMExtra in https://github.com/acmesh-official/acme.sh/pull/5297 * on OpenBSD, add libiconv by @jschauma in https://github.com/acmesh-official/acme.sh/pull/5309 * Updated MS links, added wiki link, updated error messages, updated API limit comment by @abulgatz in https://github.com/acmesh-official/acme.sh/pull/5313 * Adding omg.lol DNS API by @as-kholin in https://github.com/acmesh-official/acme.sh/pull/5301 * Fix markdown issue in telegram notify hook by @fazelukario in https://github.com/acmesh-official/acme.sh/pull/5315 * Update Porkbun API URL by @allddd in https://github.com/acmesh-official/acme.sh/pull/5323 * Revert txt add update by @lifeboy in https://github.com/acmesh-official/acme.sh/pull/5331 * Fix POSIX shell portability by @ryoon in https://github.com/acmesh-official/acme.sh/pull/5374 * Fix dns_pdns.sh to use saved account conf by @sahsanu in https://github.com/acmesh-official/acme.sh/pull/5328 * Dns API: fix structural info by @stokito in https://github.com/acmesh-official/acme.sh/pull/6087 * Fixes issue 4956: 'Linode DNS Pagination Bug' by @vmmello in https://github.com/acmesh-official/acme.sh/pull/5172 * fix(truenas): broken script since 23.10 scale release by @M0NsTeRRR in https://github.com/acmesh-official/acme.sh/pull/6089 * StrongSwan deploy hook: swanctl support by @sergiustheblack in https://github.com/acmesh-official/acme.sh/pull/6094 * Add existing bearer token support to Azure DNS API by @stbeldarborge in https://github.com/acmesh-official/acme.sh/pull/5276 * fix: new version of fornex dns based on api version 2.3.1 by @CreatorHRS in https://github.com/acmesh-official/acme.sh/pull/6106 ##### New Contributors * @WinSCaP made their first contribution in https://github.com/acmesh-official/acme.sh/pull/5183 * @henrikalves made their first contribution in https://github.com/acmesh-official/acme.sh/pull/5158 * @mpgirro made their first contribution in https://github.com/acmesh-official/acme.sh/pull/5305 * @jschauma made their first contribution in https://github.com/acmesh-official/acme.sh/pull/5309 * @abulgatz made their first contribution in https://github.com/acmesh-official/acme.sh/pull/5313 * @as-kholin made their first contribution in https://github.com/acmesh-official/acme.sh/pull/5301 * @fazelukario made their first contribution in https://github.com/acmesh-official/acme.sh/pull/5315 * @ryoon made their first contribution in https://github.com/acmesh-official/acme.sh/pull/5374 * @vmmello made their first contribution in https://github.com/acmesh-official/acme.sh/pull/5172 * @M0NsTeRRR made their first contribution in https://github.com/acmesh-official/acme.sh/pull/6089 * @sergiustheblack made their first contribution in https://github.com/acmesh-official/acme.sh/pull/6094 * @stbeldarborge made their first contribution in https://github.com/acmesh-official/acme.sh/pull/5276 * @CreatorHRS made their first contribution in https://github.com/acmesh-official/acme.sh/pull/6106 **Full Changelog**: https://github.com/acmesh-official/acme.sh/compare/3.0.9...3.1.0 ### 3.0.9 — Minor, just for nsupdate hook - Date: 2024-09-23 - Version: 3.0.9 - Original notes: https://github.com/acmesh-official/acme.sh/releases/tag/3.0.9 - Permalink: https://whatsnew.fyi/product/acme-sh/releases/3.0.9 Minor, just for nsupdate hook ### 3.0.8 — Normal release - Date: 2024-09-15 - Version: 3.0.8 - Original notes: https://github.com/acmesh-official/acme.sh/releases/tag/3.0.8 - Permalink: https://whatsnew.fyi/product/acme-sh/releases/3.0.8 - **added** — Add support for Mattermost notifications (Bot account) - **changed** — Update haproxy.sh - **fixed** — Fix issue #4460 - **changed** — Update dns_1984.hosting.sh login and account status URLs - **fixed** — Fix typo in proxmoxve deploy hook - **changed** — Update dns_gcloud.sh to remove logs record - **added** — Support West.cn Domain - **fixed** — Logout update for DSM Deploy script - **removed** — Remove dns_do as it does not work anymore - **fixed** — Fix RouterOS deploy hook for 7 - **fixed** — Switch to new Gandi LiveDNS API - **added** — Add SYNO_USE_TEMP_ADMIN variable - **fixed** — Fix broken logic in Synology deploy - **changed** — HAProxy deploy hook updates existing certificate over stats socket - **changed** — AWS DNS IMDSv2 support - **changed** — DNS-record TTL set to 300 - **added** — Add support for Lima-City - **added** — Add notification support for ntfy.sh - **added** — DNS API for IONOS cloud - **added** — Support manually defining extended key usage in CSR ##### What's Changed * Add support for Mattermost notifications (Bot account) by @defragatwork in https://github.com/acmesh-official/acme.sh/pull/4622 * Update haproxy.sh by @podguzovvasily in https://github.com/acmesh-official/acme.sh/pull/4841 * Acme2 similar names by @studycom-mrobinson in https://github.com/acmesh-official/acme.sh/pull/4855 * Fix https://github.com/acmesh-official/acme.sh/issues/4460 by @trulyliu in https://github.com/acmesh-official/acme.sh/pull/4843 * dns_1984.hosting.sh: update login and account status URLs by @phedoreanu in https://github.com/acmesh-official/acme.sh/pull/4866 * Fix typo in proxmoxve deploy hook by @Max13 in https://github.com/acmesh-official/acme.sh/pull/4853 * Update dns_gcloud.sh rm logs record added by @sandercox in https://github.com/acmesh-official/acme.sh/pull/4872 * support West.cn Domain by @mrbaiwei in https://github.com/acmesh-official/acme.sh/pull/4861 * sync by @Neilpang in https://github.com/acmesh-official/acme.sh/pull/4899 * sync by @Neilpang in https://github.com/acmesh-official/acme.sh/pull/4918 * Logout update for DSM Deploy script (2727 issue) by @LordDarkneo in https://github.com/acmesh-official/acme.sh/pull/4925 * remove dns_do as it does not work anymore by @seidler2547 in https://github.com/acmesh-official/acme.sh/pull/4161 * Fix RouterOS deploy hook for 7 by @dario-pilori in https://github.com/acmesh-official/acme.sh/pull/4940 * Fix #4836 (Switch to new Gandi LiveDNS API) by @rparenton in https://github.com/acmesh-official/acme.sh/pull/4948 * sync by @Neilpang in https://github.com/acmesh-official/acme.sh/pull/4986 * sync by @Neilpang in https://github.com/acmesh-official/acme.sh/pull/4987 * Add SYNO_USE_TEMP_ADMIN variable & Fix broken logic by @scruel in https://github.com/acmesh-official/acme.sh/pull/4706 * sync by @Neilpang in https://github.com/acmesh-official/acme.sh/pull/5021 * haproxy deploy hook updates existing certificate over stats socket by @wlallemand in https://github.com/acmesh-official/acme.sh/pull/4581 * Aws dns imdsv2 by @derytim in https://github.com/acmesh-official/acme.sh/pull/4979 * dns-record TTL set to 300 by @hknet in https://github.com/acmesh-official/acme.sh/pull/5048 * fix(config_migrate): always remove domain old key & replace old value by new value by @scruel in https://github.com/acmesh-official/acme.sh/pull/5032 * feature: add template option for panos deploy hook by @aSauerwein in https://github.com/acmesh-official/acme.sh/pull/5072 * Add support for Lima-City by @laraveluser in https://github.com/acmesh-official/acme.sh/pull/4757 * Fix: Decode eab_hmac_key as single-line by @annieoxe in https://github.com/acmesh-official/acme.sh/pull/5069 * sync by @Neilpang in https://github.com/acmesh-official/acme.sh/pull/5075 * Patch Synology DSM deploy: support DSM 6.x & user-friendly refactor. by @scruel in https://github.com/acmesh-official/acme.sh/pull/5023 * sync by @Neilpang in https://github.com/acmesh-official/acme.sh/pull/5102 * fix(deploy_dsm): missing gerp -P option on busybox by @scruel in https://github.com/acmesh-official/acme.sh/pull/5111 * fix(deploy_dsm): ensure grep get the error code by @scruel in https://github.com/acmesh-official/acme.sh/pull/5113 * fixed handling of key and secret by @hknet in https://github.com/acmesh-official/acme.sh/pull/5049 * sync by @Neilpang in https://github.com/acmesh-official/acme.sh/pull/5123 * Add notification support for ntfy.sh by @jeromecst in https://github.com/acmesh-official/acme.sh/pull/4929 * Structured DNS provider API info by @stokito in https://github.com/acmesh-official/acme.sh/pull/4738 * dns_1984.hosting - update _get_root check by @phedoreanu in https://github.com/acmesh-official/acme.sh/pull/5057 * Quote echo $data in _porkbun_rest (dns_porkbun) by @j-c-m in https://github.com/acmesh-official/acme.sh/pull/5041 * Feature: DNS API for IONOS cloud by @zak905 in https://github.com/acmesh-official/acme.sh/pull/5110 * improve compatibility wit _[Truncated at 4000 characters — full notes: https://github.com/acmesh-official/acme.sh/releases/tag/3.0.8]_ ### 3.0.7 — Normal release - Date: 2023-10-06 - Version: 3.0.7 - Original notes: https://github.com/acmesh-official/acme.sh/releases/tag/3.0.7 - Permalink: https://whatsnew.fyi/product/acme-sh/releases/3.0.7 - **fixed** — dns_1984.hosting.sh: fix login with valid csrftoken - **added** — Notify hook: AWS SES - **removed** — Remove external OTP dependency from deploy hook Synology_DSM.sh - **added** — Add BookMyName API support - **fixed** — Fix SES region variable - **changed** — Update dns_kappernet.sh - **added** — Add DNSExit.com API support - **fixed** — Fix the API calls that get the list of domains that PLESK can manage - **fixed** — Fixed help verbiage to reflect capabilities of --ecc flag - **added** — Added functionality for Palo Alto Firewall deployments (PANOS) - **fixed** — Fix for curl bugs nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation - **changed** — inwx: Be case insensitive while searching for the cookie - **fixed** — Fixed grep pattern regex for nginx conf path - **fixed** — Fix Auth API access for DSM 6 - **added** — Add ArtFiles.de DNS API plugin - **changed** — Improved api compatibility with devices - **added** — dns_gandi: implements token in addition to the (deprecated) API key - **changed** — Random cron - **added** — Add TencentCloud API - **fixed** — Fix Variomedia API ##### What's Changed * dns_1984.hosting.sh: fix login with valid csrftoken by @phedoreanu in https://github.com/acmesh-official/acme.sh/pull/4412 * Spelling / grammar by @systemcrash in https://github.com/acmesh-official/acme.sh/pull/4574 * Notify hook: AWS SES by @szhu25 in https://github.com/acmesh-official/acme.sh/pull/4687 * Remove external OTP dependency from deploy hook Synology_DSM.sh by @Eagle3386 in https://github.com/acmesh-official/acme.sh/pull/4646 * 4442 by @Neilpang in https://github.com/acmesh-official/acme.sh/pull/4691 * Add BookMyName API support by @alaunay in https://github.com/acmesh-official/acme.sh/pull/3208 * Fix SES region variable by @szhu25 in https://github.com/acmesh-official/acme.sh/pull/4700 * Update dns_kappernet.sh by @hknet in https://github.com/acmesh-official/acme.sh/pull/4714 * sync by @Neilpang in https://github.com/acmesh-official/acme.sh/pull/4720 * Add DNSExit.com API support by @samuel-jimenez in https://github.com/acmesh-official/acme.sh/pull/4712 * Fix the API calls that get the list of domains that PLESK can manage by @zearan in https://github.com/acmesh-official/acme.sh/pull/4710 * Fixed help verbiage to reflect capabilities of --ecc flag by @sg1888 in https://github.com/acmesh-official/acme.sh/pull/4708 * Added functionality for Palo Alto Firewall deployments (PANOS) by @sg1888 in https://github.com/acmesh-official/acme.sh/pull/4575 * Remove punctuation symbol by @vitoyucepi in https://github.com/acmesh-official/acme.sh/pull/4745 * Master 1 by @glocknerc in https://github.com/acmesh-official/acme.sh/pull/4755 * fix for curl bugs nghttp2_option_set_no_rfc9113_leading_and_trailing_… by @KincaidYang in https://github.com/acmesh-official/acme.sh/pull/4776 * inwx: Be case insensitive while searching for the cookie. by @sebastianas in https://github.com/acmesh-official/acme.sh/pull/4764 * Fixed grep pattern regex for nginx conf path by @Nirzak in https://github.com/acmesh-official/acme.sh/pull/4749 * fix for nghttp2_option_set_no_rfc9113_leading_and_trailing_ws_validation by @KincaidYang in https://github.com/acmesh-official/acme.sh/pull/4779 * Fix Auth API access for DSM 6 by @Eagle3386 in https://github.com/acmesh-official/acme.sh/pull/4728 * Add ArtFiles.de DNS API plugin by @Eagle3386 in https://github.com/acmesh-official/acme.sh/pull/3959 * Improved api compatibility with devices by @LJea in https://github.com/acmesh-official/acme.sh/pull/4754 * dns_gandi: implements token in addition to the (deprecated) API key by @zbbfufu in https://github.com/acmesh-official/acme.sh/pull/4794 * Random cron by @MarcelWaldvogel in https://github.com/acmesh-official/acme.sh/pull/944 * Add TencentCloud API by @KincaidYang in https://github.com/acmesh-official/acme.sh/pull/4782 * Fix Variomedia API by @TobiasGrave in https://github.com/acmesh-official/acme.sh/pull/4787 * fix: Synology DSM API path regex by @winromulus in https://github.com/acmesh-official/acme.sh/pull/4809 ##### New Contributors * @systemcrash made their first contribution in https://github.com/acmesh-official/acme.sh/pull/4574 * @Eagle3386 made their first contribution in https://github.com/acmesh-official/acme.sh/pull/4646 * @alaunay made their first contribution in https://github.com/acmesh-official/acme.sh/pull/3208 * @hknet made their first contribution in https://github.com/acmesh-official/acme.sh/pull/4714 * @samuel-jimenez made their first contribution in https://github.com/acmesh-official/acme.sh/pull/4712 * @zearan made their first contribution in https://github.com/acmesh-official/acme.sh/pull/4710 * @sg1888 made their first contribution in https://github.com/acmesh-official/acme.sh/pull/4708 * @vitoyucepi made their first contribution in https://github.com/acmesh-official/acme.sh/pull/4745 * @glocknerc made their first contribution in https://github.com/acmesh-official/acme.sh/pull/4755 * @KincaidYang made their first contribution in https://github.com/acmesh-official/acme.sh/pull/ _[Truncated at 4000 characters — full notes: https://github.com/acmesh-official/acme.sh/releases/tag/3.0.7]_ ### 3.0.6 — Fix important remote exec bug - Date: 2023-06-09 - Version: 3.0.6 - Original notes: https://github.com/acmesh-official/acme.sh/releases/tag/3.0.6 - Permalink: https://whatsnew.fyi/product/acme-sh/releases/3.0.6 Please all upgrade. https://github.com/acmesh-official/acme.sh/issues/4659 ### v3.0.5 — Normal release - Date: 2022-11-23 - Version: v3.0.5 - Original notes: https://github.com/acmesh-official/acme.sh/releases/tag/v3.0.5 - Permalink: https://whatsnew.fyi/product/acme-sh/releases/v3.0.5 1. bugs fixes. 2. more dns apis support.