Skip to content

releases/v0.16.1#125

Merged
ruslanti merged 2 commits intomainfrom
releases/v0.16.1
May 5, 2026
Merged

releases/v0.16.1#125
ruslanti merged 2 commits intomainfrom
releases/v0.16.1

Conversation

@github-actions
Copy link
Copy Markdown

@github-actions github-actions Bot commented May 5, 2026

releases/v0.16.1

ruslanti added 2 commits May 5, 2026 14:29
…header overrides

Added the `Fastedge_Header_Hostname` header for backend requests when the `Host` header is set. Updated the forbidden header policy to permit the `Host` header, improving backend request handling and compatibility.
@ruslanti ruslanti requested review from Copilot and qrdl May 5, 2026 11:32
@ruslanti ruslanti self-assigned this May 5, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This release bumps the workspace to v0.16.1 and adds support for forwarding guest-provided Host overrides through the Wasmtime HTTP path so FastEdge backends can observe them consistently.

Changes:

  • Allow guest code to set the Host header in the runtime’s WASI HTTP view.
  • Update http-service request rewriting to capture the incoming Host value and forward it as Fastedge_Header_Hostname.
  • Bump release metadata (Cargo.toml, Cargo.lock, CHANGELOG.md) to 0.16.1.

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
crates/runtime/src/lib.rs Relaxes forbidden-header handling so guest requests can set Host.
crates/http-service/src/state.rs Rewrites backend-bound headers to preserve guest Host overrides via Fastedge_Header_Hostname.
CHANGELOG.md Documents the new release and Host-header support.
Cargo.toml Bumps workspace version to 0.16.1.
Cargo.lock Updates crate package versions to 0.16.1.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread crates/http-service/src/state.rs
Comment thread crates/http-service/src/state.rs
Comment thread crates/http-service/src/state.rs
@ruslanti ruslanti merged commit 5e5550b into main May 5, 2026
14 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants