Skip to content

Releases: Az107/HTeaPot

Version 0.3 !

06 Nov 11:45
a1ea656
Compare
Choose a tag to compare

🚀 Hteapot v0.3 Release Notes ☕️

We’re thrilled to bring you Hteapot v0.3, packed with exciting new features and improvements! 🎉

  • ✨ Keep-Alive Support: Enjoy smoother communication with our new keep-alive connections for better performance and less overhead.
  • 🔧 Major Refactor: The code has undergone a major facelift! Expect cleaner, more maintainable, and scalable code.
  • ⚡ Improved Caching System: Fetch data faster than ever with our optimized caching system!
  • 🔥 Enhanced Performance: Overall speed improvements and responsiveness to make Hteapot even snappier.

⚠️ Breaking Change (Lib Mode): In this version, the request is now created using HttpResponse::new() instead of
Hteapot::response_maker().
Both functions take the same arguments, so it’s a quick swap, but please be aware of this change when updating your code!

🔜 Binaries Availability: We will be uploading binaries for different platforms gradually. However, you can already install Hteapot v0.3 via cargo install hteapot or add it to your project with cargo add hteapot.

Architecture Windows macOS Linux
ARM
X86-64

We’re super excited about these updates, and we can’t wait for you to try them out! 🙌 As always, your feedback and contributions are welcome! 💬

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.3