Skip to content

v1.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 14 May 09:41

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.
    🦢