Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,29 @@
## [0.16.2] - 2026-05-06

### 🚀 Features

- Introduce `fastedge_app_id` header support and enhance app resolution logic

### 🚜 Refactor

- Adjust logging levels, rename `FIXME` to `TODO`, and minor code cleanup
- Update `hostname` method to support `ToSmolStr` and enhance test cases
- Reformating all code after switch to 2024 rust edition
- Simplify header propagation logic with `&& let` chains
- Use `SmolStr` for defaulting backend hostname and adjust tracing level to debug

### ⚙️ Miscellaneous Tasks

- Update Rust edition to 2024 and clean up static lifetime annotation
## [0.16.1] - 2026-05-05

### 🚀 Features

- Add `Fastedge_Header_Hostname` header support and allow `Host` header overrides

### ⚙️ Miscellaneous Tasks

- Release
## [0.16.0] - 2026-05-05

### 🚀 Features
Expand Down
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["crates/*"]
resolver = "2"

[workspace.package]
version = "0.16.1"
version = "0.16.2"
edition = "2024"
publish = false
authors = ["FastEdge Development Team"]
Expand Down
Loading