Skip to content

4.0.0

Compare
Choose a tag to compare
@RogierW RogierW released this 21 Nov 14:41
· 34 commits to master since this release

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