v0.5
HTeaPot v0.5 – Performance & Scalability Boost
This release brings major improvements focused on performance, scalability, and internal architecture.
🚀 Highlights
Asynchronous Logger
The logging system now runs on a dedicated thread, minimizing overhead and improving responsiveness under high load.
Improved Request Parser
Parsing has been optimized for speed and robustness, allowing faster and more reliable handling of incoming requests.
Enhanced Response Builder
Responses can now be built in different modes, including normal and chunked transfer encoding. More output modes are planned for future versions.
📦 Availability
HTeaPot v0.5 is now available:
- On crates.io
- As precompiled binaries (see below)
- Or you can build it from the main branch for the latest updates
What's Changed
- Better brew lib by @Az107 in #15
- Fix/status panic by @Az107 in #17
- Feature/better request handling by @Az107 in #18
Full Changelog: v0.3...v0.5