From fe383ddddd6c077b86b2121471d572815fd0a0fc Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 12 May 2026 22:23:17 +0000 Subject: [PATCH] v27.10.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 dc5ebd5..2439602 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,9 @@ ## Pending + +## 2026-05-12 - 27.10.1 + ### Fixes - handle HTTP/3 backend forwarding failures with protocol fallback and pool cleanup (proxy-service) diff --git a/package.json b/package.json index 454135b..eba59f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartproxy", - "version": "27.10.0", + "version": "27.10.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 3b6be52..b74a680 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.10.0', + version: '27.10.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.' }