You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [Unreleased]
9
+
10
+
## Docs
11
+
12
+
- Aligned this changelog with actual github releases
13
+
- Updated project URL pointing to this changelog (for PyPi)
14
+
15
+
## [0.1.4] - 2024-11-08
16
+
17
+
## Fixed
18
+
19
+
- Fixed the content type of the `default` problem details response in the generated FastAPI OpenAPI specification to `application/problem+json` ([#720e154](https://github.com/g0di/fastapi-problem-details/commit/720e1541053b416123ac67b3c90ef4c71d7c5e44))
20
+
21
+
## Docs
22
+
23
+
- Add a troubleshooting section in the documentation about a small workaround when dealing with FastAPI `APIRouter` routers ([#447df1e](https://github.com/g0di/fastapi-problem-details/commit/447df1e319efb966c9484ffa5338978c8b53e2e9))
24
+
8
25
## [0.1.3] - 2024-11-04
9
26
10
27
### Fixed
@@ -46,3 +63,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
46
63
- Add ability to register the plugin to transform unhandled, validation and http errors as problem details response
47
64
- Add ability to raise `ProblemException` directly for returning problem details responses
48
65
- Add ability to returns `ProblemResponse` objects for returning problem details responses
0 commit comments