fix(plugins): Simplified plugin import structure across codebase

This commit is contained in:
2025-02-21 23:11:13 +00:00
parent 233b26c308
commit 438d65107d
7 changed files with 27 additions and 6 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 2025-02-21 - 3.8.1 - fix(plugins)
Simplified plugin import structure across codebase
- Consolidated plugin imports under a single 'plugins.ts' file.
- Replaced individual plugin imports in smartproxy files with the consolidated plugin imports.
- Fixed error handling for early socket errors in PortProxy setup.
## 2025-02-21 - 3.8.0 - feat(PortProxy)
Add active connection tracking and logging in PortProxy