Removed:
- Remove support for Python 2. (#18580)
Fixed:
- Bump the version of datadog-checks-base to 37.0.0 (#18617)
Changed:
- Bump minimum version of base check (#18733)
Added:
- Bump the python version from 3.11 to 3.12 (#18212)
Added:
- Bump the Python version from py3.9 to py3.11 (#15997)
Fixed:
- Update datadog-checks-base dependency version to 32.6.0 (#15604)
Added:
- Update generated config models (#15212)
Fixed:
- Fix types for generated config models (#15334)
Fixed:
- Bump Python version from py3.8 to py3.9 (#14701)
Added:
- Add metric_patterns options to filter all metric submission by a list of regexes (#11695)
Added:
- Add
pyproject.toml
file (#11416)
Fixed:
- Fix namespace packaging on Python 2 (#11532)
Fixed:
- Add comment to autogenerated model files (#10945)
Fixed:
- Fix config example (#10337)
Added:
- Disable generic tags (#10027)
Fixed:
- Change directory parameter to optional (#10051)
Added:
- Add runtime configuration validation (#8970)
Fixed:
- Fix refactored imports (#9136)
Fixed:
- Fix empty queue parsing (#8852)
Fixed:
- Bump minimum base package version (#8443)
Fixed:
- Fix postqueue defer counting (#8296)
Added:
- Add config specs (#7760)
Added:
- Allow optional dependency installation for all checks (#6589)
Fixed:
Fixed:
- Fix possible IndexError (#5494)
Added:
Fixed:
- Properly collect metadata when
postqueue
is false (#5142)
Added:
- Add version metadata (#4949)
Added:
- Adhere to code style (#3556)
Added:
Fixed:
- Use subprocess to get sudo capabilities instead of system() (#2353)
Fixed:
- Add data files to the wheel package (#1727)
Fixed:
- Bump check to be in sync with new release tooling.
Added:
- option to run the check using postqueue -p (#665)
Added:
- run the check as the postfix user, not root (#619 and #702com//issues/702)
Added:
- adds postfix integration.