Skip to content

Releases: NRWLDev/fastapi-problem

v0.12.0

07 Jan 17:16

Choose a tag to compare

Features and Improvements

  • Breaking Drop python 3.9 support. [24268d0]

Commit Statistics

  • 1 commits contributed to the release.
  • 1 commits were parsed as conventional.

v0.11.6

20 Oct 14:13

Choose a tag to compare

Bug fixes

  • (handler) fix an invalid type hint [a40de5a]

Commit Statistics

  • 1 commits contributed to the release.
  • 1 commits were parsed as conventional.

v0.11.5

26 Aug 08:31

Choose a tag to compare

Bug fixes

  • OpenAPI Swagger docs generation in certain scenarios [44] [18a18cf]

v0.11.4

05 May 18:06

Choose a tag to compare

Documentation

  • Add documentation url for pypi. [f580c25]

Commit Statistics

  • 1 commits contributed to the release.
  • 1 commits were parsed as conventional.

v0.11.3

05 May 17:47

Choose a tag to compare

Bug fixes

  • Ensure urls appear in pypi. [524c4ba]

Commit Statistics

  • 1 commits contributed to the release.
  • 1 commits were parsed as conventional.

v0.11.2

30 Apr 08:16

Choose a tag to compare

Bug fixes

  • Support instantiated problems when generating swagger responses to allow for customising details and additional keys. [85d4a7d]
  • Ensure generic swagger problem definitions inherit documentation uri template and strict settings. [f33e013]
  • Correctly set 422 content type in swagger when generic error responses are excluded. [997a2a6]

Commit Statistics

  • 6 commits contributed to the release.
  • 3 commits were parsed as conventional.

v0.11.1

29 Apr 14:43

Choose a tag to compare

Features and Improvements

  • Add support for generating response examples for multiple exceptions under the same status code in swagger docs. [37] [863178e]
  • Add generate_swagger_response method to ExceptionHandler to support generating responses with documentation_uris. [38] [8bba952]

Commit Statistics

  • 2 commits contributed to the release.
  • 2 commits were parsed as conventional.

v0.11.0

26 Apr 20:42

Choose a tag to compare

Features and Improvements

  • Breaking Migrate http_exception_handler and request_validation_handler definition to first class parameters. [bff1fa1]

Commit Statistics

  • 2 commits contributed to the release.
  • 1 commits were parsed as conventional.

v0.10.10

25 Apr 14:08

Choose a tag to compare

Bug fixes

  • Support user defined http and request validation exception handlers. [28dcb79]

Commit Statistics

  • 1 commits contributed to the release.
  • 1 commits were parsed as conventional.

v0.10.9

25 Apr 13:55

Choose a tag to compare

Bug fixes

  • Update underlying starlette problem library with support for user defined HTTPException handler. [7a9898e]

Commit Statistics

  • 1 commits contributed to the release.
  • 1 commits were parsed as conventional.