We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed0fa44 commit d0853f5Copy full SHA for d0853f5
CHANGELOG.md
@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
- Implemented client-side timeout handling with automatic reconnection capability
19
20
### Changed
21
+- Optimized packet encoding to avoid intermediate Vec<u8> allocations, reducing memory pressure and improving performance
22
- Replaced all `println!` and `eprintln!` calls with appropriate structured logging macros (`debug!`, `info!`, `warn!`, `error!`)
23
- Enhanced logging detail with structured fields for better filtering and analysis
24
- Improved error logging with contextual information across all modules
0 commit comments