Skip to content

v1.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Apr 11:22
938efaa

1.4.0 (2026-04-01)

This release includes the upstream timeout and request body limit work from #25. The original auto-generated notes omitted that PR because its earlier merge commit messages were not in a release-please parseable format.

Features

  • proxy: expose configurable upstream timeout and body size controls for slow upstream services (#25)
    • add connection_timeout_ms, read_timeout_ms, write_timeout_ms, and max_request_body_bytes
    • support host-level and location-level overrides
    • update frontend host configuration, API types, and documentation
  • release: enforce semantic pull request titles (63c34e4)