Skip to content

Commit a44fe1a

Browse files
authored
Merge pull request #108 from G-Core/releases/v0.13.3
releases/v0.13.3
2 parents 495a6c0 + d9364ed commit a44fe1a

3 files changed

Lines changed: 42 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,41 @@
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

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "0.13.2"
6+
version = "0.13.4"
77
edition = "2021"
88
publish = false
99
authors = ["FastEdge Development Team"]

0 commit comments

Comments
 (0)