Skip to content

Commit d0853f5

Browse files
committed
Update 0.9.5
1 parent ed0fa44 commit d0853f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- Implemented client-side timeout handling with automatic reconnection capability
1919

2020
### Changed
21+
- Optimized packet encoding to avoid intermediate Vec<u8> allocations, reducing memory pressure and improving performance
2122
- Replaced all `println!` and `eprintln!` calls with appropriate structured logging macros (`debug!`, `info!`, `warn!`, `error!`)
2223
- Enhanced logging detail with structured fields for better filtering and analysis
2324
- Improved error logging with contextual information across all modules

0 commit comments

Comments
 (0)