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:
- [tcp_checks] If dns-resolve failed don't report metrics. (#17912)
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 IPv4-only configuration option (#12632)
Fixed:
- Fix IPv4/IPv6 address resolution (#12526)
Added:
- Add IPv6 support (#11740)
Added:
- Add metric_patterns options to filter all metric submission by a list of regexes (#11695)
Added:
- Add
pyproject.toml
file (#11444)
Fixed:
- Fix namespace packaging on Python 2 (#11532)
Fixed:
- Add comment to autogenerated model files (#10945)
Added:
- Add multiple_ips option and address tag (#10868)
Added:
- Disable generic tags (#10027)
Fixed:
- Elevate log level for failed connections (#9965)
Changed:
- Remove messages for integrations for OK service checks (#9888)
Added:
- Re-resolve IP after a set duration (#9699)
Fixed:
- Do not resolve IP on init (#9644)
Added:
- Add runtime configuration validation (#8994)
Changed:
- Utilize time precision function from datadog_checks_base (#8841)
Fixed:
- Bump minimum base package version (#8443)
Added:
- Add config spec (#7531)
Fixed:
- Fix style for the latest release of Black (#7438)
Added:
- Use higher precision clock measurements for Python 3 (#6849)
Added:
- Allow optional dependency installation for all checks (#6589)
Fixed:
- Reattempt to resolve IP on failure (#6012)
Fixed:
- Don't report response time when connection fails (#5271)
Fixed:
- Fix service_checks submission (#5229)
Fixed:
- Remove legacy network check tcp (#4580)
Added:
- Adhere to code style (#3574)
Fixed:
- ensure_unicode with normalize for py3 compatibility (#3218)
Added:
- Support Python 3 (#2964)
Added:
- Send service check as metric (#2509)
Fixed:
- Add data files to the wheel package (#1727)
Fixed:
Deprecated:
- Remove the
skip_event
option from the check. See #1054
Added:
- adds tcp_check integration.