Skip to content

Releases: jakepenzak/litellm-pulse

v0.3.0-dev.2

v0.3.0-dev.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Jun 01:41
704308c

0.3.0-dev.2 (2026-06-30)

🛠 Refactoring

  • core architecture, project layout, and more comprehensive testing (#27) (cf09bd0)

v0.3.0-dev.1

v0.3.0-dev.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Jun 00:13
5c66b8b

0.3.0-dev.1 (2026-06-30)

🐛 Bug Fixes

  • extra prometheus model fields leaking through api (#25) (7324d96)

v0.3.0-dev

v0.3.0-dev Pre-release
Pre-release

Choose a tag to compare

@jakepenzak jakepenzak released this 25 Jun 03:21
94e503e

0.3.0-dev (2026-06-25)

✨ Features

  • add additional metrics and per-model usage tracking (#11)
  • add cli arguments alongside env variables (#19)

🔧 CI/CD

  • add support for pre-releases (#20)

🔨 Miscellaneous

  • add versioning-prerelease config

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 24 Jun 20:59
15993b8

0.2.2 (2026-06-24)

🐛 Bug Fixes

  • inital scrape stores zero delta on first deploy (#16) (8294360)

v0.2.1

Choose a tag to compare

@github-actions github-actions released this 24 Jun 19:20
1d9929c

0.2.1 (2026-06-24)

🐛 Bug Fixes

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 16:25
7979fdd

0.2.0 (2026-06-24)

✨ Features

  • add support for configurable timezones (#9) (fd3d0fe)
  • authentication support for scraping LiteLLM /metrics endpoint (#7) (0ea7d13)

🔧 CI/CD

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 23:44
a2c6187

0.1.0 (2026-06-21)

Initial release of litellm-pulse, a lightweight service that scrapes LiteLLM Prometheus metrics and exposes them as JSON for Homepage widgets and Home Assistant sensors. Features a FastAPI application with a Prometheus text format parser, SQLite time-series storage with daily/weekly/monthly aggregates and counter reset detection, and REST endpoints for cost and token metrics. Includes 49 pytest tests, pre-commit linting with ruff, and CI/CD pipelines with automated releases via release-please and Docker image publishing to GHCR.

✨ Features

  • initial litellm-pulse metrics exporter (00f72f2)
  • SQLite time-series storage with daily/weekly/monthly aggregates (c24ce5f)

🔧 CI/CD

  • add CI/CD, release-please, tests, and project infrastructure (4b184d3)