Skip to content

Releases: ADR-007/fastapi-request-context

v1.4.0

29 Jan 15:13

Choose a tag to compare

v1.4.0 (2026-01-29)

This release is published under the MIT License.

Chores

Features

  • Add configuration options to ContextLoggingAdapter (ee0f9e1)

  • Add middleware to propagate context to taskiq worker (c7192d8)


Detailed Changes: v1.3.0...v1.4.0

v1.3.0

01 Dec 13:09

Choose a tag to compare

v1.3.0 (2025-12-01)

This release is published under the MIT License.

Documentation

  • Improve context-logging integration documentation and add tests (34aa256)

Features

  • Add configurable separator for context fields in SimpleContextFormatter (08e3082)

  • Add ellipsis to shortened field values in SimpleContextFormatter (2984e6f)

  • Add exception context for debugging (5a242cd)

  • Update JsonContextFormatter to nest context by default (c65d127)

  • Use context manager for adapters (13b69dc)


Detailed Changes: v1.2.0...v1.3.0

v1.2.0

01 Dec 12:00

Choose a tag to compare

v1.2.0 (2025-12-01)

This release is published under the MIT License.

Chores

  • Update coverage badge URL (3c25134)

Features

  • Add FastAPIWrapperMiddleware base class for ASGI middleware (8f96fef)

Detailed Changes: v1.1.0...v1.2.0

v1.1.0

29 Nov 12:30

Choose a tag to compare

v1.1.0 (2025-11-29)

This release is published under the MIT License.

Features

  • Add aiter_with_logging_context (df64eb1)

Detailed Changes: v1.0.0...v1.1.0

v1.0.0

28 Nov 21:04

Choose a tag to compare

v1.0.0 (2025-11-28)

This release is published under the MIT License.

  • Initial Release