✨ 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