Skip to content

Latest commit

 

History

History
241 lines (123 loc) · 6.19 KB

CHANGELOG.md

File metadata and controls

241 lines (123 loc) · 6.19 KB

CHANGELOG - windows_service

4.9.1 / 2024-07-05 / Agent 7.56.0

Fixed:

  • Using constant values instead of reassigning variables in each check run (#17749)

4.9.0 / 2024-05-31 / Agent 7.55.0

Added:

  • Add optional display_name tag (#17657)

4.8.0 / 2024-01-05 / Agent 7.51.0

Added:

  • Bump the Python version from py3.9 to py3.11 (#15997)

4.7.1 / 2023-11-10 / Agent 7.50.0

Fixed:

  • Fix regression introduced in Agent 7.41.0 when handling service name patterns that are a prefix of another pattern (#16120)

4.7.0 / 2023-10-26

Added:

  • Add Windows service trigger_start filter to config (#16038)

4.6.1 / 2023-08-18 / Agent 7.48.0

Fixed:

  • Update datadog-checks-base dependency version to 32.6.0 (#15604)

4.6.0 / 2023-08-10

Added:

  • Update generated config models (#15212)

Fixed:

  • Fix types for generated config models (#15334)

4.5.0 / 2023-07-10 / Agent 7.47.0

Added:

  • Bump dependencies for Agent 7.47 (#15145)

Fixed:

  • Bump Python version from py3.8 to py3.9 (#14701)

4.4.0 / 2022-10-28 / Agent 7.41.0

Added:

  • Add Windows service startup_type filter to config (#12940)

4.3.0 / 2022-09-16 / Agent 7.40.0

Added:

  • Add optional windows_service_startup_type tag (#12932)

4.2.1 / 2022-05-15 / Agent 7.37.0

Fixed:

  • Upgrade dependencies (#11958)

4.2.0 / 2022-04-05 / Agent 7.36.0

Added:

  • Upgrade dependencies (#11726)
  • Add metric_patterns options to filter all metric submission by a list of regexes (#11695)

4.1.0 / 2022-02-19 / Agent 7.35.0

Added:

  • Add pyproject.toml file (#11460)

Fixed:

  • Fix namespace packaging on Python 2 (#11532)

4.0.0 / 2022-01-08 / Agent 7.34.0

Changed:

  • Add server default group for all monitor special cases (#10976)

Fixed:

  • Add comment to autogenerated model files (#10945)

3.3.0 / 2021-10-04 / Agent 7.32.0

Added:

  • Disable generic tags (#10027)

3.2.0 / 2021-05-28 / Agent 7.29.0

Added:

  • Add runtime configuration validation (#9007)

3.1.0 / 2021-04-19 / Agent 7.28.0

Added:

  • Upgrade pywin32 on Python 3 (#8845)

3.0.1 / 2021-03-07 / Agent 7.27.0

Fixed:

  • Bump minimum base package version (#8443)

3.0.0 / 2021-01-25 / Agent 7.26.0

Changed:

  • Report UNKNOWN instead of CRITICAL if no Windows service matches the query (#8171)

2.8.0 / 2020-12-11 / Agent 7.25.0

Added:

  • windows service config specs (#7974)

2.7.0 / 2020-06-29 / Agent 7.21.0

Added:

  • Upgrade pywin32 to 228 (#6980)

2.6.0 / 2020-05-17 / Agent 7.20.0

Added:

  • Allow optional dependency installation for all checks (#6589)

2.5.2 / 2020-04-04 / Agent 7.19.0

Fixed:

  • Update deprecated imports (#6088)

2.5.1 / 2020-02-25 / Agent 7.18.0

Fixed:

  • Bump minimun agent version (#5834)

2.5.0 / 2020-02-22

Deprecated:

  • Deprecate service tag (#5545)

2.4.0 / 2020-01-13 / Agent 7.17.0

Added:

  • Use lazy logging format (#5377)

2.3.0 / 2019-12-02 / Agent 7.16.0

Added:

  • Upgrade pywin32 to 227 (#5036)

2.2.0 / 2019-10-11 / Agent 6.15.0

Added:

  • Upgrade pywin32 to 225 (#4563)

Fixed:

  • Search patterns in reverse sort order (#4503)

2.1.0 / 2019-05-14 / Agent 6.12.0

Added:

  • Adhere to code style (#3583)

Fixed:

  • Add debug to compare short names, service names and patterns (#3427)

2.0.0 / 2018-10-12 / Agent 6.6.0

Removed:

  • Make windows_service use scm api instead of wmi (#2305)

Added:

  • Pin pywin32 dependency (#2322)

1.2.1 / 2018-09-04 / Agent 6.5.0

Fixed:

  • Add data files to the wheel package (#1727)

1.2.0 / 2018-03-23

Added:

  • adds custom tag support

1.1.1 / 2018-02-13

Added:

  • Allow wildcards for service names
  • Allow ALL for service names to report all registered services.

1.0.0 / 2017-03-22

Added:

  • adds windows_service integration.