Skip to content

Commit 766bbc6

Browse files
committed
update changelog to include rama 0.3.0-alpha.3
1 parent d66a977 commit 766bbc6

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,43 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
# 0.3.0-alpha.1
8+
# 0.3.0-alpha.3
9+
10+
> Release date: `2025-08-29`
11+
12+
### Windows Tier 1 Support
13+
14+
Windows is now a tier 1 platform.
15+
Bug tickets specific to windows can now be reported, windows 10 and above.
16+
17+
### Added
18+
19+
- Windows promoted to tier-1 target, with pre-built binaries, signed releases, and `winget` package publication (`Plabayo.Rama.Preview`) (#683, #689, #690).
20+
- HTTP-to-HTTPS upgrade redirect service (#678).
21+
- Support for custom X.509 certificate stores in `rama-tls-boring`, with system store defaults (via `schannel`) on Windows (#677).
22+
- Support for WebSocket extensions, including per-message deflate, plus new typed WebSocket headers (#663, #672).
23+
- Header byte size tracking for HTTP/1 and HTTP/2 requests and responses (#672, #688).
24+
- `include_dir` integration into `rama-utils`, with cross-platform support and embedded directory serving example (#665).
25+
- OTLP HTTP metrics improvements (#383).
26+
- Router support for defining routes without a leading slash (#664).
27+
- New unified HTTP and SOCKS5(h) proxy connector for `EasyWebClient`, with default HTTP proxy connector fallback (#659, #668).
28+
- `tokio-turmoil` based HTTP/1 client–server test for simulation environments (#642).
29+
- Hot-reload (dev-only) support for the `http_sse_datastar_hello` example.
30+
- Added support for HTTP status code 301 in `Redirect` server utilities.
31+
32+
### Changed
33+
34+
- Windows support validated across all CLI targets and CI (#674).
35+
- Internal layering simplified with `MaybeProxiedConnection` and `MaybeLayeredService` wrappers (#670, #673, #671).
36+
- Consistent naming change from `Websocket` to `WebSocket`.
37+
- Improved test coverage for `http-mitm-proxy-boring`.
38+
39+
### Fixed
40+
41+
- Broken tracing when multiple layers were active (#660).
42+
- Rust 1.89 lint errors (#661).
43+
44+
# 0.3.0-alpha.2
945

1046
> Release date: `2025-08-05`
1147

0 commit comments

Comments
 (0)