- Update rfc9457 and include redirect support. [[f9fe241](https://github.com/NRWLDev/fastapi-problem/commit/f9fe2411aa6d1fea0397794f318503b0cc33c005)]
Documentation
- Expand documentation to include headers and sentry information. [[555e657](https://github.com/NRWLDev/fastapi-problem/commit/555e6578dc16c5895226bb36839b74cc0e34f537)]
0.7.18
Features and Improvements
- Allow handlers to return None to delegate handling of the exception to the next handler in the chain. [[dd3a252](https://github.com/NRWLDev/fastapi-problem/commit/dd3a25255d5d7b4a782f30e4dbb86937778227e6)]
0.7.17
Bug fixes
- Add deprecation warnings to deprecated modules. [[15](https://github.com/NRWLDev/fastapi-problem/issues/15)] [[a23747f](https://github.com/NRWLDev/fastapi-problem/commit/a23747f82fcdbcbf35a12effc977651c0c2be936)]
0.7.16
Bug fixes
- Include Problem.headers in the JSONResponse. [[95bce0c](https://github.com/NRWLDev/fastapi-problem/commit/95bce0ca81b71eba6b7dd5dd18776f1ba8169f0f)]
0.7.15
Bug fixes
- rfc9457 now supports headers and status_code, no need to reimplement base classes. [[089c65f](https://github.com/NRWLDev/fastapi-problem/commit/089c65fdeacd589a3db5ff4e6a095b3732054a08)]
0.7.14
Bug fixes
- Remove HTTPException subclassing, and notify starlette of Problem in exception handlers to have them properly handled in sentry integration. [[b8324fa](https://github.com/NRWLDev/fastapi-problem/commit/b8324faf5c792692ad1971137a6a837b11a14010)]