v27.11.0
This commit is contained in:
+3
-1
@@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
## Pending
|
## Pending
|
||||||
|
|
||||||
|
|
||||||
|
## 2026-05-24 - 27.11.0
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|
||||||
- add authenticated VPN route security from trusted PROXY v2 metadata (rustproxy)
|
- add authenticated VPN route security from trusted PROXY v2 metadata (rustproxy)
|
||||||
@@ -9,7 +12,6 @@
|
|||||||
- adds VPN client ID and assigned-IP allow lists separate from source-IP policy
|
- adds VPN client ID and assigned-IP allow lists separate from source-IP policy
|
||||||
- exposes authenticated VPN identity to TypeScript socket-handler route context
|
- exposes authenticated VPN identity to TypeScript socket-handler route context
|
||||||
|
|
||||||
|
|
||||||
## 2026-05-20 - 27.10.3
|
## 2026-05-20 - 27.10.3
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@push.rocks/smartproxy",
|
"name": "@push.rocks/smartproxy",
|
||||||
"version": "27.10.3",
|
"version": "27.11.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",
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartproxy',
|
name: '@push.rocks/smartproxy',
|
||||||
version: '27.10.3',
|
version: '27.11.0',
|
||||||
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.'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user