Releases: Az107/HTeaPot
Version 0.3 !
🚀 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.
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
- Feature/pool by @Az107 in #3
- Feature/better responses by @Az107 in #5
- Fix/8 by @Az107 in #9
- Fix/7 by @Az107 in #11
- Enhanced HTML Preview by @LoboGuardian in #12
- Feature/v0.3 by @Az107 in #13
New Contributors
- @LoboGuardian made their first contribution in #12
Full Changelog: v0.1.1...v0.3