fix(smartproxy): No changes in this commit; configuration and source remain unchanged.

This commit is contained in:
Philipp Kunz 2025-05-10 15:10:29 +00:00
parent f85698c06a
commit 40d5eb8972
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 2025-05-10 - 16.0.1 - fix(smartproxy)
No changes in this commit; configuration and source remain unchanged.
## 2025-05-10 - 16.0.0 - BREAKING CHANGE(smartproxy/configuration)
Migrate SmartProxy to a fully unified routebased configuration by removing legacy domain-based settings and conversion code. CertProvisioner, NetworkProxyBridge, and RouteManager now use IRouteConfig exclusively, and related legacy interfaces and files have been removed.

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartproxy',
version: '16.0.0',
version: '16.0.1',
description: 'A powerful proxy package with unified route-based configuration for high traffic management. Features include SSL/TLS support, flexible routing patterns, WebSocket handling, advanced security options, and automatic ACME certificate management.'
}