Releases: rluders/httpsuite
Releases · rluders/httpsuite
v2.1.0
✨ New Features
-
🚀 RFC 9457 Compliance: The
Response
helper now adheres to RFC 9457, standardizing error responses by includingProblemDetails
in the response body and setting theContent-Type
toapplication/problem+json; charset=utf-8
.⚠️ Important Note: Due to RFC 9457 compliance, the error response format has changed, which may cause incompatibilities with existing implementations using this library.
📚 Documentation Updates
- 📝 Updated documentation to reflect the new error handling standards.
📦 Dependency Updates
- 🔧 Upgraded dependencies in sample projects to ensure compatibility with the latest changes.
Full Changelog: v2.0.0...v2.1.0
v2.0.0
🔄 What's New?
🛑 Bye-bye, chi
dependency!
No more chi
in our lives! We are now lighter and more flexible without it. 🏋️♀️💨
🔀 Router Party! 🎉
You can now use the router of your dreams:
- 🦍 Gorilla MUX
- 🐐 Chi (if you still want it, no hard feelings)
- 📦 Go Standard Router
🛠️ Improved Request Handling
Say hello to ParamExtractor
! 🧙♂️ It makes pulling out parameters from requests a breeze!
📚 More Docs, More Fun
- 🔍 Updated README with installation & router instructions.
- 🛣️ Code examples to show you the ropes for each router.
For full details, check out the PR here! ✨