You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+37-1Lines changed: 37 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,43 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
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).
0 commit comments