feat(smartproxy): Update dependencies and enhance ACME certificate provisioning with wildcard support

This commit is contained in:
2025-05-19 10:11:29 +00:00
parent 9646dba601
commit ec81678651
6 changed files with 161 additions and 1225 deletions

View File

@ -1,5 +1,14 @@
# Changelog
## 2025-05-19 - 19.3.0 - feat(smartproxy)
Update dependencies and enhance ACME certificate provisioning with wildcard support
- Bump @types/node from ^22.15.18 to ^22.15.19
- Bump @push.rocks/smartacme from ^7.3.4 to ^8.0.0
- Bump @push.rocks/smartnetwork from ^4.0.1 to ^4.0.2
- Add new test (test.certificate-acme-update.ts) to verify wildcard certificate logic
- Update SmartCertManager to request wildcard certificates if DNS-01 challenge is available
## 2025-05-19 - 19.2.6 - fix(tests)
Adjust test cases for ACME challenge route handling, mutex locking in route updates, and port management. Remove obsolete challenge-route lifecycle tests and update expected outcomes in port80 management and race condition tests.