changelog fix

This commit is contained in:
ThisIsDara
2026-05-14 13:10:09 +03:30
parent ff6035305d
commit ec44b3ccab
+6 -4
View File
@@ -89,15 +89,17 @@ jobs:
with: with:
files: ./binaries/* files: ./binaries/*
body: | body: |
## Bug Fixes # Changelog
- Updated version to 1.4.0.
- Improved graceful shutdown by closing active client connections on stop.
## Improvements ## Improvements
- Added startup prewarm to keep Apps Script containers hot for faster first requests. - Added startup prewarm to keep Apps Script containers hot for faster first requests.
- Added periodic keepalive ping to reduce idle latency spikes. - Added periodic keepalive ping to reduce idle latency spikes.
- Tuned HTTP/2 transport with idle and ping timeouts for more stable performance. - Tuned HTTP/2 transport with idle and ping timeouts for more stable performance.
- Enabled static asset cache fast-path to reduce repeated relay calls. - 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: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}