Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@rluders rluders released this 31 Jan 19:39
· 1 commit to main since this release
1909b26

✨ New Features

  • 🚀 RFC 9457 Compliance: The Response helper now adheres to RFC 9457, standardizing error responses by including ProblemDetails in the response body and setting the Content-Type to application/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