Skip to content

Releases: RogierW/rw-acme-client

4.2.0

06 Apr 07:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.1.1...4.2.0

4.1.1

01 Mar 14:11
96d93db
Compare
Choose a tag to compare

What's Changed

  • Use RuntimeException instead of Exception in #47

Full Changelog: 4.1.0...4.1.1

4.1.0

13 Feb 10:10
Compare
Choose a tag to compare

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 the spatie/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

Full Changelog: 4.0.1...4.1.0

4.0.1

25 Jan 17:55
Compare
Choose a tag to compare

What's Changed

  • Prevent logging an error when request is successful in Endpoints/DomainValidation.php

4.0.0

21 Nov 14:41
Compare
Choose a tag to compare

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

3.0.5

24 Aug 15:30
24bec87
Compare
Choose a tag to compare
  • Support for psr/log: ^3.0

3.0.4

22 Aug 13:49
37b2f74
Compare
Choose a tag to compare
  • caBundle property added to the certificate bundle DTO.
  • It's possible to have multiple TXT records. Therefore we should check all possible TXT values instead of only the first record.

3.0.3

02 Aug 12:00
4e670e6
Compare
Choose a tag to compare

Make sure the certificate key exists before setting it #28

3.0.2

19 May 10:20
Compare
Choose a tag to compare

Replace the abandoned spatie/data-transfer-object package with spatie/laravel-data.

3.0.1

11 May 14:11
Compare
Choose a tag to compare

psr/log has been upgraded to 2.0.0