Releases: RogierW/rw-acme-client
Releases · RogierW/rw-acme-client
5.0.0
4.2.0
What's Changed
- Improve local DNS challenge test by @robbinjanssen in #48
Full Changelog: 4.1.1...4.2.0
4.1.1
4.1.0
What's Changed
- Added the ability to set a custom API URL in #42
- The DNS local challenge test has been improved in #43
- Replaced the
dns_get_record
function with thespatie/dns
package to enhance functionality - Try to fetch the actual nameserver used by the zone instead of using the system's default DNS resolver
- These changes also prevent local caching issues
- Replaced the
Full Changelog: 4.0.1...4.1.0
4.0.1
4.0.0
What's Changed
- A minimum PHP version of 8.2 is now required
LetsEncryptException
has been added for easier catching of exceptions (previously, the\RuntimeException
was used) in #33- New
AcmeAccountInterface
has been added to allow users to use their own solution for storing account keys in #34 - New
HttpClientInterface
has been introduced that allow users to use their own HTTP client when making calls in #35 - Extra logging of failed HTTP requests has been added