- Prevent request validation errors from appearing as a duplicate of internal validation errors in swagger docs. [[33](https://github.com/NRWLDev/fastapi-problem/issues/33)] [[9082dbe](https://github.com/NRWLDev/fastapi-problem/commit/9082dbefbec6777be62ef2e87b8ca442e5a67a42)]
0.10.6
Features and Improvements
- Add support for generating specific error responses for swagger. [[31](https://github.com/NRWLDev/fastapi-problem/issues/31)] [[bed7f10](https://github.com/NRWLDev/fastapi-problem/commit/bed7f100f0c1a8afab8220665e1dcb2e9b80866f)]
0.10.5
Bug fixes
- Include examples for 4xx and 5xx responses. [[234b84b](https://github.com/NRWLDev/fastapi-problem/commit/234b84b6331892f1ecefaad24357fa9b92cd9825)]
0.10.4
Features and Improvements
- Register generic 4xx and 5xx responses for paths in swagger docs. [[cc08e52](https://github.com/NRWLDev/fastapi-problem/commit/cc08e52f28b1b55cd8c2874faee610c5f81fd04e)]
0.10.3
Features and Improvements
- Register generic 4xx and 5xx responses for paths in swagger docs. [[de698cc](https://github.com/NRWLDev/fastapi-problem/commit/de698ccc61ef10e3245c5201640ecf7d418fe01f)]
0.10.2
Features and Improvements
- Replace default 422 response in swagger with an accurate Problem component. [[28](https://github.com/NRWLDev/fastapi-problem/issues/28)] [[e92514f](https://github.com/NRWLDev/fastapi-problem/commit/e92514f8b253db4b2df3a2d21135c7a75d33155c)]