Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

33 lines (28 loc) · 1.37 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. This project adheres to CHANGELOG.

[3.0.0] - 2024-10-24

Added

Changed breaking

  • Removed _incr postfix for counter metrics, as the upstream thumbor was renaming them accordingly (see thumbor/thumbor#1462). This will change all metric names of type counter. Make sure all your alerting rules and dashboards are adjusted accordingly!

[2.0.0] - 2022-08-19

Fixed

[1.0.0] - 2022-07-01

Changed

  • Python 3 and Thumbor 7 support (mbarouski)
  • Removed pyvows in favor of pytest (mbarouski)

[0.1.1] - 2017-03-17

Fixed

  • fixed hard coded label mapping not matching with prefix 'thumbor_'

[0.1.0] - 2017-02-23

Added

  • initial metrics class
  • initial tests
  • initial documentation and related files