Skip to content

v0.5

Choose a tag to compare

@Az107 Az107 released this 07 Apr 14:26
· 41 commits to master since this release
4d97898

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

Full Changelog: v0.3...v0.5