Removed:
- Remove support for Python 2. (#18580)
Added:
- Bump the python version from 3.11 to 3.12 (#18207)
Fixed:
- Bump the version of datadog-checks-base to 37.0.0 (#18617)
Changed:
- Bump minimum version of base check (#18733)
Fixed:
- Using constant values instead of reassigning variables in each check run (#17749)
Added:
- Add optional display_name tag (#17657)
Added:
- Bump the Python version from py3.9 to py3.11 (#15997)
Fixed:
- Fix regression introduced in Agent 7.41.0 when handling service name patterns that are a prefix of another pattern (#16120)
Added:
- Add Windows service
trigger_start
filter to config (#16038)
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)
Added:
- Bump dependencies for Agent 7.47 (#15145)
Fixed:
- Bump Python version from py3.8 to py3.9 (#14701)
Added:
- Add Windows service
startup_type
filter to config (#12940)
Added:
- Add optional windows_service_startup_type tag (#12932)
Fixed:
- Upgrade dependencies (#11958)
Added:
- Upgrade dependencies (#11726)
- Add metric_patterns options to filter all metric submission by a list of regexes (#11695)
Added:
- Add
pyproject.toml
file (#11460)
Fixed:
- Fix namespace packaging on Python 2 (#11532)
Changed:
- Add
server
default group for all monitor special cases (#10976)
Fixed:
- Add comment to autogenerated model files (#10945)
Added:
- Disable generic tags (#10027)
Added:
- Add runtime configuration validation (#9007)
Added:
- Upgrade pywin32 on Python 3 (#8845)
Fixed:
- Bump minimum base package version (#8443)
Changed:
- Report UNKNOWN instead of CRITICAL if no Windows service matches the query (#8171)
Added:
- windows service config specs (#7974)
Added:
- Upgrade pywin32 to 228 (#6980)
Added:
- Allow optional dependency installation for all checks (#6589)
Fixed:
- Update deprecated imports (#6088)
Fixed:
- Bump minimun agent version (#5834)
Deprecated:
- Deprecate
service
tag (#5545)
Added:
- Use lazy logging format (#5377)
Added:
- Upgrade pywin32 to 227 (#5036)
Added:
- Upgrade pywin32 to 225 (#4563)
Fixed:
- Search patterns in reverse sort order (#4503)
Added:
- Adhere to code style (#3583)
Fixed:
- Add debug to compare short names, service names and patterns (#3427)
Removed:
- Make windows_service use scm api instead of wmi (#2305)
Added:
- Pin pywin32 dependency (#2322)
Fixed:
- Add data files to the wheel package (#1727)
Added:
- adds custom tag support
Added:
- Allow wildcards for service names
- Allow ALL for service names to report all registered services.
Added:
- adds windows_service integration.