Skip to content

Latest commit

 

History

History
99 lines (51 loc) · 2.62 KB

File metadata and controls

99 lines (51 loc) · 2.62 KB

CHANGELOG

v1.7.2 (2026-04-16)

Bug Fixes

v1.7.1 (2026-04-07)

Bug Fixes

  • Update configuration options and enhance documentation for signal handling and graceful shutdown (4d6d51f)

v1.7.0 (2026-04-07)

Features

  • Implement signal handling and interruptible sleep; update app entrypoint and configuration settings (6673833)

v1.6.0 (2026-03-31)

Features

  • Simplify Docker build and release conditions in CI/CD pipeline (d8a9b6f)

v1.5.0 (2026-03-27)

Features

  • Add healthcheck for metrics endpoint and improve latency observation (dedf3cf)

  • Add Prometheus metrics support and update Dockerfile for exposure (0928fb3)

v1.4.0 (2026-03-27)

Features

  • Implement graceful shutdown and enhance request logging in main.py (9761126)

v1.3.0 (2026-03-27)

Features

  • Enhance logging with Rich console output and remove log format (d7f987b)

v1.2.0 (2026-03-27)

Features

  • Add SSL verification setting and logging in main.py (ae0c78a)

v1.1.0 (2026-03-27)

Features

  • Add request delay configuration and logging in main.py (f1d3afc)

v1.0.2 (2026-03-27)

Bug Fixes

  • Update default concurrency setting to 1 in config.py (9e7de4c)

v1.0.1 (2026-03-26)

Bug Fixes

  • Update CMD in Dockerfile and adjust major_on_zero in pyproject.toml (f03e64c)

v1.0.0 (2026-03-26)

  • Initial Release