Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 992 Bytes

CHANGES.md

File metadata and controls

44 lines (27 loc) · 992 Bytes

0.2.1 - 2025-02-04

Changed

  • Tracing feature now prints special handlers in lowered debug log level (/metrics, /_healthcheck, etc.)
  • Updated paperclip to 0.9

0.2.0 - 2024-04-22

Added

  • Stable rust compatibility (Remove need for result_flattening)
  • Prometheus metrics via metrics-rs
  • Mysql support

Changed

  • Add debug info to errors in default error handler
  • Use bunyan format for tracing
  • Obfuscate passwords in logs

0.1.2 - 2024-01-09

Fixed

  • Reinstated rabbit and actix_validation feature to Cargo.toml

0.1.1 - 2023-12-21

Added

  • SanitizedString
  • More docs

0.1.0 - 2023-09-26

Initial release

  • MultiPool - Master/replica-aware wrapper for r2d2
  • StatsPresenter - Framework for readiness and statistics reporting
  • JsonError - Middleware that makes actix-web return errors as JSONs