mirror of
https://github.com/ThisIsDara/mhr-cfw-go.git
synced 2026-05-17 21:24:36 +03:00
changelog fix
This commit is contained in:
@@ -89,15 +89,17 @@ jobs:
|
||||
with:
|
||||
files: ./binaries/*
|
||||
body: |
|
||||
## Bug Fixes
|
||||
- Updated version to 1.4.0.
|
||||
- Improved graceful shutdown by closing active client connections on stop.
|
||||
|
||||
# Changelog
|
||||
## 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 }}
|
||||
|
||||
Reference in New Issue
Block a user