Skip to content

Releases: taimoorq/logister-python

v0.2.4

18 Jun 21:36

Choose a tag to compare

  • Added first-class source context fields (repository, commit_sha, and branch) with LOGISTER_* and GitHub Actions environment variable support.
  • Added record_deployment() for posting release-to-commit deployment records to Logister.

v0.2.3

22 May 03:13

Choose a tag to compare

  • Added capture_span plus opt-in FastAPI, Django, and Flask request span capture for request load waterfall charts.

v0.2.0

22 Apr 21:28

Choose a tag to compare

  • Added Flask request instrumentation alongside the existing FastAPI, Django, and Celery integrations.
  • Added native Python logging support via instrument_logging() and LogisterLoggingHandler.
  • Expanded captured exception payloads with chained exceptions, richer traceback frames, optional frame locals, and Python runtime metadata.
  • Expanded framework context capture for FastAPI, Django, Flask, and Celery with fuller request and task metadata.
  • Updated README guidance to cover framework setup, logging integration, richer error capture, and current package capabilities.