From ff6035305d879df1f6fb28847c936e20690226c9 Mon Sep 17 00:00:00 2001 From: ThisIsDara <1380katana@gmail.com> Date: Thu, 14 May 2026 13:00:44 +0330 Subject: [PATCH] Update release changelog --- .github/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66de853..d50ac53 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,15 +89,15 @@ jobs: with: files: ./binaries/* body: | - Changelog - Improvements + ## Bug Fixes + - Updated version to 1.4.0. + - Improved graceful shutdown by closing active client connections on stop. + + ## Improvements - Added startup prewarm to keep Apps Script containers hot for faster first requests. - Added periodic keepalive ping to reduce idle latency spikes. - Tuned HTTP/2 transport with idle and ping timeouts for more stable performance. - Enabled static asset cache fast-path to reduce repeated relay calls. - Fixes - - Updated version to 1.4.0. - - Improved graceful shutdown by closing active client connections on stop. 🦢 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}