v27.11.0
Default (tags) / security (push) Failing after 14m59s
Default (tags) / test (push) Failing after 1s
Default (tags) / release (push) Has been skipped
Default (tags) / metadata (push) Has been skipped

This commit is contained in:
2026-05-24 01:25:21 +00:00
parent c7785d2f78
commit 72be691668
3 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -2,6 +2,9 @@
## Pending
## 2026-05-24 - 27.11.0
### Features
- 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
- exposes authenticated VPN identity to TypeScript socket-handler route context
## 2026-05-20 - 27.10.3
### Fixes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@push.rocks/smartproxy",
"version": "27.10.3",
"version": "27.11.0",
"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.",
"main": "dist_ts/index.js",
+1 -1
View File
@@ -3,6 +3,6 @@
*/
export const commitinfo = {
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.'
}