File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 0.13.4] - 2026-01-06
2+
3+ ### 🚀 Features
4+
5+ - Add stats tracking to HTTP execution context
6+ - Simplify method signatures and improve executor property handling
7+ - Update request ID handling and stats row creation to use SmolStr references
8+ - Add stats tracking and new fields to HTTP state and key-value store
9+ - Refactor dictionary module to utils and implement UserDiagStats trait
10+ - Add external request stats tracking and implement ExtRequestStats trait
11+ - Refactor external request stats handling and update WasiHttpView trait
12+ - Clean up code formatting and improve readability in various modules
13+ - Improve code readability in open function by adjusting formatting
14+ - Remove unnecessary instrumentation from backend_request method
15+
16+ ### 🐛 Bug Fixes
17+
18+ - Update unit test handle_request calls to use SmolStr references
19+ - Add public host validation to prevent private host usage
20+ - Add public host validation and extract host function; downgrade package versions to 0.13.0-2
21+ - Update private IP address checks
22+ - Improve readability of error assertions in request tests
23+ - Reduce info logging level to debug for cache addition and request processing
24+ - Change logging level from debug to info for cache addition
25+
26+ ### ⚙️ Miscellaneous Tasks
27+
28+ - Update wit hash to reflect latest changes
29+ - Release
130## [ 0.13.2] - 2025-11-04
231
332### 🐛 Bug Fixes
433
534- Update Redis dependency to version 0.32 and improve error handling in async item retrieval
35+
36+ ### ⚙️ Miscellaneous Tasks
37+
38+ - Release
639## [ 0.13.1] - 2025-11-04
740
841### 🐛 Bug Fixes
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ members = ["crates/*"]
33resolver = " 2"
44
55[workspace .package ]
6- version = " 0.13.2 "
6+ version = " 0.13.4 "
77edition = " 2021"
88publish = false
99authors = [" FastEdge Development Team" ]
You can’t perform that action at this time.
0 commit comments