BREAKING CHANGE(redirect): Remove deprecated SSL redirect implementation and update exports to use the new redirect module

This commit is contained in:
2025-04-04 17:15:50 +00:00
parent c0002fee38
commit 0de7531e17
5 changed files with 304 additions and 34 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-04-04 - 7.0.0 - BREAKING CHANGE(redirect)
Remove deprecated SSL redirect implementation and update exports to use the new redirect module
- Deleted ts/classes.sslredirect.ts which contained the old SSL redirect logic
- Updated ts/index.ts to export 'redirect/classes.redirect.js' instead of the removed SSL redirect module
- Adopted a new redirect implementation that provides enhanced features and a more consistent API
## 2025-03-25 - 6.0.1 - fix(readme)
Update README documentation: replace all outdated 'PortProxy' references with 'SmartProxy', adjust architecture diagrams, code examples, and configuration details (including correcting IPTables to NfTables) to reflect the new naming.