fix(core): refactor: Rename IPortProxySettings to ISmartProxyOptions in internal modules

This commit is contained in:
2025-05-04 13:49:22 +00:00
parent 12b18373db
commit c6dff8b78d
12 changed files with 28 additions and 22 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-05-04 - 10.0.7 - fix(core)
refactor: Rename IPortProxySettings to ISmartProxyOptions in internal modules
- Replaced IPortProxySettings with ISmartProxyOptions in connection handler, connection manager, domain config manager, security manager, timeout manager, TLS manager, and network proxy bridge.
- Updated type imports and constructors accordingly while preserving backward compatibility via export alias.
## 2025-05-04 - 10.0.6 - fix(smartproxy)
No changes detected in project files. This commit updates commit info without modifying any functionality.