From 2b153171f5a8453e617721e02bf86cddb521c57f Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Fri, 29 May 2026 05:27:55 +0000 Subject: [PATCH] v27.11.1 --- changelog.md | 3 +++ package.json | 2 +- ts/00_commitinfo_data.ts | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 6c6026e..bdfddec 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-29 - 27.11.1 + ### Fixes - keep upgraded WebSocket tunnels on dedicated WebSocket lifecycle timeouts instead of the HTTP socket timeout (rustproxy) diff --git a/package.json b/package.json index 33e7d46..30caab5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartproxy", - "version": "27.11.0", + "version": "27.11.1", "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", diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index cc41dcd..ac79913 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@push.rocks/smartproxy', - version: '27.11.0', + version: '27.11.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.' }