Compare commits

..

1 Commits

Author SHA1 Message Date
Juergen Kunz
e9c753d2a9 BREAKING_CHANGE(routing): refactor route configuration to support multiple targets
Some checks failed
Default (tags) / security (push) Successful in 55s
Default (tags) / test (push) Failing after 31m9s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped
2025-07-21 08:45:13 +00:00
2 changed files with 3 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# Changelog # Changelog
## 2025-07-20 - 20.0.1 - BREAKING_CHANGE(routing) ## 2025-07-20 - 20.0.0 - BREAKING_CHANGE(routing)
Refactor route configuration to support multiple targets Refactor route configuration to support multiple targets
- Changed route action configuration from single `target` to `targets` array - Changed route action configuration from single `target` to `targets` array

View File

@@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartproxy", "name": "@push.rocks/smartproxy",
"version": "20.0.1", "version": "20.0.0",
"private": false, "private": false,
"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.", "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.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
@@ -51,8 +51,7 @@
"assets/**/*", "assets/**/*",
"cli.js", "cli.js",
"npmextra.json", "npmextra.json",
"readme.md", "readme.md"
"changelog.md"
], ],
"browserslist": [ "browserslist": [
"last 1 chrome versions" "last 1 chrome versions"