Added:
- Add
tls_ciphers
param to integration (#19334)
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)
Fixed:
- Update the description for the
tls_ca_cert
config option to useopenssl rehash
instead ofc_rehash
(#16981)
Added:
- Update the configuration file to include the new oauth options parameter (#16835)
Added:
- Bump the Python version from py3.9 to py3.11 (#15997)
- Added support for max_active_processes metric (#16193)
Added:
- Add metric for status page load duration (#15902)
Changed:
- Bump the minimum base check version (#15427)
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:
- Update HTTP config spec templates (#12890)
Fixed:
Added:
- Add metric_patterns options to filter all metric submission by a list of regexes (#11695)
Fixed:
- Support newer versions of
click
(#11746) - Remove outdated warning in the description for the
tls_ignore_warning
option (#11591)
Changed:
- Add tls_protocols_allowed option documentation (#11251)
Added:
- Add
pyproject.toml
file (#11415)
Fixed:
- Fix namespace packaging on Python 2 (#11532)
Fixed:
Added:
- Add runtime configuration validation (#8969)
Added:
- Add HTTP option to control the size of streaming responses (#10183)
- Add allow_redirect option (#10160)
Fixed:
- Bump base package dependency (#10218)
- Fix the description of the
allow_redirects
HTTP option (#10195)
Fixed:
- Set timeout for socket connection (#9722)
Fixed:
- Bump minimum base package version (#8443)
Added:
- Add config spec (#7879)
Fixed:
- Add missing default HTTP headers: Accept, Accept-Encoding (#7725)
Fixed:
- Update ntlm_domain example (#7118)
Added:
- Add note about warning concurrency (#6967)
Added:
- Allow optional dependency installation for all checks (#6589)
Fixed:
- Update deprecated imports (#6088)
Added:
- Use lazy logging format (#5377)
Added:
- Add option to override KRB5CCNAME env var (#4578)
Added:
- Add request wrappers to php_fpm (#4264)
Added:
- Adhere to code style (#3555)
Fixed:
- Properly ship flup on Python 3 (#3304)
Added:
- Added unix socket support (#2636) Thanks pperegrina.
Fixed:
- Make the status route-agnostic when using fastcgi (#2282)
Added:
- Support fastcgi requests (#1997)
Changed:
- Add data files to the wheel package (#1727)
Added:
- Add exponential backoff when status returns 503 (#1851)
Added:
- Adds a timeout parameter (#206, thanks @toksvaeth)
- Adds the ability to skip SSL validation (#941, thanks @dntbrme)
Added:
- adds php_fpm integration.