Skip to content

Latest commit

 

History

History
91 lines (51 loc) · 4.52 KB

CHANGELOG.md

File metadata and controls

91 lines (51 loc) · 4.52 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v0.6.4 - 2024-03-03

Compare with v0.6.3

Fixed

  • Fix return type of Context.performance()

v0.6.3 - 2024-03-03

Compare with v0.6.2

Fixed

  • Fix types of Ok, Warn, Critical, Unknown

v0.6.2 - 2024-03-03

Compare with v0.6.1

Fixed

  • Fix typings for the named tuples Metric and Performance

v0.6.1 - 2024-03-03

Compare with v0.6.0

Fixed

  • Fix types of the named tuples Result and Performance: They are named tuples and not data classes.

v0.6.0 - 2024-03-03

Compare with v0.5.0

Added

  • Add tests using tox
  • Add github action to run tests

Fixed

  • Fix constructor argument types in the class Performance
  • Fix the types ServiceState, Ok, Warn, Error, Unknown (NamedTuple)

v0.5.0 - 2024-02-28

Compare with v0.4.0

Fixed

  • Fix wrong type of argument verbose (9f6ae65 by Josef Friedrich).

v0.4.0 - 2022-11-26

Compare with v0.3.0

Fixed

  • Fix reimports (5821699 by Josef Friedrich).

v0.3.0 - 2022-11-26

Compare with v0.2.0

v0.2.0 - 2022-11-19

Compare with v0.1.0

v0.1.0 - 2022-11-19

Compare with first commit

Added

  • Add the last missing type hints (6fc3be4 by Josef Friedrich).
  • Add some types (3369633 by Josef Friedrich).
  • Add some type hints (d0c0835 by Josef Friedrich).
  • Add more type hints (e918595 by Josef Friedrich).
  • Add some more type hints (e7e4608 by Josef Friedrich).
  • Add type hints (ac99cc2 by Josef Friedrich).
  • Add boilerplate files (a93c235 by Josef Friedrich).
  • Add the automatically generated files (d3ab0ed by Josef Friedrich).