Skip to content

Latest commit

 

History

History
322 lines (167 loc) · 9.58 KB

CHANGELOG.md

File metadata and controls

322 lines (167 loc) · 9.58 KB

CHANGELOG - iis

5.0.0 / 2024-10-04 / Agent 7.59.0

Removed:

  • Remove support for Python 2. (#18580)

Fixed:

  • Bump the version of datadog-checks-base to 37.0.0 (#18617)

4.0.0 / 2024-10-01 / Agent 7.58.0

Changed:

  • Bump minimum version of base check (#18733)

Added:

  • Bump the python version from 3.11 to 3.12 (#18212)

3.1.1 / 2024-07-05 / Agent 7.55.0

Fixed:

  • Update config model names (#17802)

3.1.0 / 2024-01-05 / Agent 7.51.0

Added:

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

3.0.0 / 2023-08-10 / Agent 7.48.0

Changed:

  • Bump the minimum base check version (#15448)

Added:

  • Update generated config models (#15212)

Fixed:

  • Fix types for generated config models (#15334)

2.19.1 / 2023-07-13 / Agent 7.47.0

Fixed:

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

2.19.0 / 2023-07-10

Added:

  • Bump dependencies for Agent 7.47 (#15145)
  • Upgrade Pydantic model code generator (#14779)

Fixed:

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

2.18.3 / 2023-04-14 / Agent 7.45.0

Fixed:

  • Fix iis.*_up service check when configured using a mapping (#13747)

2.18.2 / 2023-03-03 / Agent 7.44.0

Fixed:

  • Fix leak due to a bug in win32pdh.GetFormattedCouterArray() (#13901)
  • Change the performance counter used by the iis.app_pool_up service check so it can tell when the app pool is down (#13734)

2.18.1 / 2023-02-08 / Agent 7.42.2

Fixed:

  • Fix IIS Check memory leaked due to a bug in win32pdh.GetFormattedCounterArray() (#13897)

2.18.0 / 2022-12-09 / Agent 7.42.0

Added:

  • Implement multi-instance counters without Windows PdhEnumObjects API (#13243)

2.17.0 / 2022-07-18 / Agent 7.39.0

Added:

  • Add functionality to load the legacy version of the integration (#12396)

2.16.2 / 2022-05-15 / Agent 7.37.0

Fixed:

  • Upgrade dependencies (#11958)

2.16.1 / 2022-05-04

Fixed:

  • Remove http patch requests per second metric (#11823)

2.16.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.15.0 / 2022-02-19 / Agent 7.35.0

Added:

  • Add pyproject.toml file (#11373)

Fixed:

  • Fix namespace packaging on Python 2 (#11532)

2.14.1 / 2022-01-08 / Agent 7.34.0

Fixed:

  • Add comment to autogenerated model files (#10945)

2.14.0 / 2021-12-20

Added:

  • Add better filtering options (#10775)
  • Add missing metric for the number of PATCH requests per second (#10773)
  • Support new implementation of Windows performance counters on Python 3 (#10546)

Fixed:

  • Properly hide legacy PDH config (#10858)
  • Bump base package dependency (#10797)

2.13.0 / 2021-10-04 / Agent 7.32.0

Added:

  • Add runtime configuration validation (#8938)

2.12.0 / 2021-08-02 / Agent 7.31.0

Added:

  • Submit unknown iis counters (#9807)

2.11.0 / 2021-04-19 / Agent 7.28.0

Added:

  • Upgrade pywin32 on Python 3 (#8845)

Fixed:

  • reuse base package refreshing (#8823)

2.10.5 / 2021-03-15

Fixed:

  • Better recreate base class refreshing strategy (#8821)

2.10.4 / 2021-03-07 / Agent 7.27.0

Fixed:

  • Bump minimum base package version (#8443)

2.10.3 / 2020-12-11 / Agent 7.25.0

Fixed:

  • Add config specs (#8109)

2.10.2 / 2020-10-31 / Agent 7.24.0

Fixed:

  • Fix metrics collection on non-english systems (#7875)

2.10.1 / 2020-08-19 / Agent 7.23.0

Fixed:

  • Add debug lines on skipped metrics (#7394)

2.10.0 / 2020-06-29 / Agent 7.21.0

Added:

  • Upgrade pywin32 to 228 (#6980)

2.9.0 / 2020-05-17 / Agent 7.20.0

Added:

  • Monitor application pools (#6549)
  • Allow optional dependency installation for all checks (#6589)

2.8.1 / 2020-04-04 / Agent 7.19.0

Fixed:

  • Update deprecated imports (#6088)
  • Remove logs sourcecategory (#6121)

2.8.0 / 2019-12-02 / Agent 7.16.0

Added:

  • Upgrade pywin32 to 227 (#5036)

2.7.0 / 2019-10-11 / Agent 6.15.0

Added:

  • Upgrade pywin32 to 225 (#4563)

2.6.1 / 2019-06-18 / Agent 6.13.0

Fixed:

  • Rename lower case manifest.in (#3858)

2.6.0 / 2019-06-01 / Agent 6.12.0

Added:

  • Handle the refresh_counters flag (#3840)

2.5.0 / 2019-05-14

Added:

  • Cosmetic cleanups (#3706)
  • Adhere to code style (#3521)

2.4.0 / 2019-03-29 / Agent 6.11.0

Added:

  • adds iis_host tag to metrics (#3294)

Fixed:

  • ensure_unicode with normalize for py3 compatibility (#3218)

2.3.0 / 2019-02-18 / Agent 6.10.0

Added:

  • Support Python 3 (#2999)

Fixed:

  • Resolve flake8 issues (#3060)

2.2.1 / 2019-01-04 / Agent 6.9.0

Fixed:

  • Change example config from "localhost" to "." (#2779)

2.2.0 / 2018-10-12 / Agent 6.6.0

Added:

  • Pin pywin32 dependency (#2322)

2.1.1 / 2018-09-04 / Agent 6.5.0

Fixed:

  • Fix 'attempted connection' metrics (#1970)
  • Add data files to the wheel package (#1727)

2.1.0 / 2018-05-11

Added:

  • Updates to new wheel packaging and test infrastructure

Fixed:

  • Clean-up import for PDHBaseCheck from datadog-checks-base wheel. #1183

2.0.2 / 2018-03-07

Fixed:

  • Fixeded tag initialization & reporting (#1185)

2.0.1 / 2018-02-13

Added:

  • Adding configuration for log collection in conf.yaml

2.0.0 / 2018-01-10

Added:

  • Use PDH instead of WMI to collect data. #927
  • Breaking change notice: Starting from this release, when no sites are specified for a given host in the check configuration, the check collects data from all the IIS sites of that host and tags the metrics with a site: tag. Also, in this case, the aggregate over all websites is tagged with site:Total. In previous versions, when no sites were specified, the check collected only the aggregate metrics and did not tag these metrics with a site: tag. Please update your dashboards and monitors accordingly.

1.0.0 / 2017-03-22

Added:

  • adds iis integration.