Skip to content

Latest commit

 

History

History
276 lines (144 loc) · 8.51 KB

CHANGELOG.md

File metadata and controls

276 lines (144 loc) · 8.51 KB

CHANGELOG - win32_event_log

3.3.0 / 2024-01-05 / Agent 7.51.0

Added:

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

3.2.0 / 2023-11-10 / Agent 7.50.0

Deprecated:

  • Deprecate the Python implementation of the check. Setting legacy_mode: false now runs a check defined in datadog-agent. See datadog-agent#20701 for more information on the new check implementation. Set legacy_mode_v2: true to revert to the Python implementation of the check. The Python implementation may be removed in a future version of the agent. (#16108)

3.1.1 / 2023-10-26

Fixed:

  • Fix the timeout config option definition (#16017)
  • Set back the timeout option to seconds (#16024)

3.1.0 / 2023-09-29 / Agent 7.49.0

Added:

  • Add legacy_mode option to init_config (#15907)

Fixed:

  • Run all the tests on py3 (#15798)

3.0.0 / 2023-08-10 / Agent 7.48.0

Changed:

  • Bump the minimum base check version (#15427)

Added:

  • Update generated config models (#15212)

Fixed:

  • Fix types for generated config models (#15334)

2.14.1 / 2023-07-13 / Agent 7.47.0

Fixed:

  • Bump the minimum datadog-checks-base version (#15217)

2.14.0 / 2023-07-10

Added:

  • Bump dependencies for Agent 7.47 (#15145)

Fixed:

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

2.13.2 / 2022-09-16 / Agent 7.40.0

Fixed:

  • Recover from EvtNext error when EvtSubscribe handle fails (#12925)

2.13.1 / 2022-05-15 / Agent 7.37.0

Fixed:

  • Upgrade dependencies (#11958)

2.13.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)

2.12.0 / 2022-02-19 / Agent 7.35.0

Added:

  • Add pyproject.toml file (#11458)

Fixed:

  • Fix namespace packaging on Python 2 (#11532)

2.11.1 / 2022-01-08 / Agent 7.34.0

Fixed:

  • Add comment to autogenerated model files (#10945)

2.11.0 / 2021-10-04 / Agent 7.32.0

Added:

  • Disable generic tags (#10027)

2.10.0 / 2021-08-22 / Agent 7.31.0

Added:

  • Use display_default as a fallback for default when validating config models (#9739)

Fixed:

  • Fix AttributeError when filters are not set (#9655)
  • Document the max number of IDs that can be used for filtering per instance (#9749)

2.9.1 / 2021-06-01 / Agent 7.29.0

Fixed:

  • Bump minimum base package requirement (#9449)

2.9.0 / 2021-05-28

Added:

  • Add runtime configuration validation (#9006)

2.8.0 / 2021-04-19 / Agent 7.28.0

Added:

  • Upgrade pywin32 on Python 3 (#8845)

Fixed:

  • Fix description of the path option (#8842)

2.7.1 / 2021-03-07 / Agent 7.27.0

Fixed:

  • Fix queries for audit success/failure (#8596)
  • Rename config spec example consumer option default to display_default (#8593)
  • Bump minimum base package version (#8443)

2.7.0 / 2020-10-31 / Agent 7.24.0

Added:

  • Add config specs (#7856)

2.6.1 / 2020-09-21 / Agent 7.23.0

Fixed:

  • Fix style for the latest release of Black (#7438)
  • Make it easier to configure legacy vs new options (#7406)

2.6.0 / 2020-08-19

Added:

  • Introduce new, more performant implementation (#7005)

2.5.0 / 2020-06-29 / Agent 7.21.0

Added:

  • Upgrade pywin32 to 228 (#6980)
  • Override CaseInsensitiveDict copy() function (#6715)

2.4.0 / 2020-05-17 / Agent 7.20.0

Added:

  • Refactor check to support new implementation (#6639)
  • Allow optional dependency installation for all checks (#6589)

Fixed:

  • Add wmi integration test and fix filter sampler (#6576)
  • WMI base typing and instance free API (#6329)

2.3.4 / 2020-04-16

Fixed:

  • Normalize integers (#6357)

2.3.3 / 2020-04-04 / Agent 7.19.0

Fixed:

  • Remove logs sourcecategory (#6121)

2.3.2 / 2020-02-25 / Agent 7.18.0

Fixed:

  • Bump minimum base check on wmi checks (#5860)

2.3.1 / 2020-02-22

Fixed:

2.3.0 / 2020-01-13 / Agent 7.17.0

Added:

  • Use lazy logging format (#5398)
  • Use lazy logging format (#5377)

2.2.0 / 2019-12-02 / Agent 7.16.0

Added:

  • Upgrade pywin32 to 227 (#5036)

2.1.0 / 2019-10-11 / Agent 6.15.0

Added:

  • Upgrade pywin32 to 225 (#4563)

2.0.1 / 2019-08-24 / Agent 6.14.0

Fixed:

  • Remove check for user filter (#4342)

2.0.0 / 2019-05-14 / Agent 6.12.0

Changed:

  • Require the use of filters (#3652)

Added:

  • Adhere to code style (#3582)

1.4.0 / 2019-02-18 / Agent 6.10.0

Added:

  • Support Python 3 (#3040)

1.3.0 / 2018-10-12 / Agent 6.6.0

Added:

  • Pin pywin32 dependency (#2322)

1.2.0 / 2018-09-04 / Agent 6.5.0

Added:

  • Check events between system boot and DataDog agent start (#1929) Thanks jvanlieshout.

Fixed:

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

1.1.1 / 2018-01-10

Added:

  • Add parameters to set priority in event stream for all events or per instance See #971

1.0.0 / 2017-03-22

Added:

  • adds win32_event_log integration.