From c4e26198b99568e74aa8b32ee345bdcbe5d03f4c Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Tue, 17 Mar 2026 11:48:44 +0000 Subject: [PATCH] fix(repo): no changes to commit --- changelog.md | 4 ++++ ts/00_commitinfo_data.ts | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 1dec4ad..924d0fe 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,9 @@ # Changelog +## 2026-03-17 - 4.8.5 - fix(repo) +no changes to commit + + ## 2026-03-17 - 4.8.4 - fix(remoteingress-core) prevent stream stalls by guaranteeing flow-control updates and avoiding bounded per-stream channel overflows diff --git a/ts/00_commitinfo_data.ts b/ts/00_commitinfo_data.ts index 87c5505..20f0813 100644 --- a/ts/00_commitinfo_data.ts +++ b/ts/00_commitinfo_data.ts @@ -3,6 +3,6 @@ */ export const commitinfo = { name: '@serve.zone/remoteingress', - version: '4.8.4', + version: '4.8.5', description: 'Edge ingress tunnel for DcRouter - accepts incoming TCP connections at network edge and tunnels them to DcRouter SmartProxy preserving client IP via PROXY protocol v1.' }