Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
26f7431111 | ||
|
aa6ddbc4a6 |
10
changelog.md
10
changelog.md
@@ -1,6 +1,14 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 2025-07-20 - 20.0.0 - BREAKING_CHANGE(routing)
|
## 2025-07-21 - 20.0.2 - fix(docs)
|
||||||
|
Update documentation to improve clarity
|
||||||
|
|
||||||
|
- Enhanced readme with clearer breaking change warning for v20.0.0
|
||||||
|
- Fixed example email address from ssl@bleu.de to ssl@example.com
|
||||||
|
- Added load balancing and failover features to feature list
|
||||||
|
- Improved documentation structure and examples
|
||||||
|
|
||||||
|
## 2025-07-20 - 20.0.1 - 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
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartproxy",
|
"name": "@push.rocks/smartproxy",
|
||||||
"version": "20.0.0",
|
"version": "20.0.2",
|
||||||
"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,7 +51,8 @@
|
|||||||
"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"
|
||||||
|
Reference in New Issue
Block a user