BREAKING CHANGE(smartacme): Make wildcard certificates opt-in to fix HTTP-01 only configurations
This commit is contained in:
17
changelog.md
17
changelog.md
@@ -1,5 +1,22 @@
|
||||
# Changelog
|
||||
|
||||
## 2025-05-19 - 8.0.0 - BREAKING CHANGE(smartacme)
|
||||
Make wildcard certificates opt-in to fix HTTP-01 only configurations
|
||||
|
||||
- BREAKING CHANGE: Wildcard certificates are no longer automatically requested for all domains
|
||||
- Added 'includeWildcard' option to getCertificateForDomain() to explicitly request wildcard certificates
|
||||
- HTTP-01 only configurations now work correctly as they do not try to request wildcard certificates automatically
|
||||
- Updated certificate CSR generation to match the requested domain configuration
|
||||
|
||||
## 2025-05-19 - 7.4.0 - feat(smartacme)
|
||||
Make wildcard certificates opt-in to fix HTTP-01 only configurations
|
||||
|
||||
- BREAKING CHANGE: Wildcard certificates are no longer automatically requested for all domains
|
||||
- Added `includeWildcard` option to `getCertificateForDomain()` to explicitly request wildcards
|
||||
- HTTP-01 only configurations now work correctly as they no longer attempt wildcard certificates
|
||||
- Wildcard certificates require DNS-01 handler and must be explicitly requested
|
||||
- Updated certificate CSR generation to match the requested domain configuration
|
||||
|
||||
## 2025-05-18 - 7.3.4 - fix(smartacme)
|
||||
Refine documentation and tests for improved clarity in ACME certificate management
|
||||
|
||||
|
||||
Reference in New Issue
Block a user