Skip to content

Latest commit

 

History

History
229 lines (117 loc) · 5.77 KB

CHANGELOG.md

File metadata and controls

229 lines (117 loc) · 5.77 KB

CHANGELOG - tcp_check

4.9.0 / 2024-07-05

Added:

  • [tcp_checks] If dns-resolve failed don't report metrics. (#17912)

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-08-18 / Agent 7.48.0

Fixed:

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

4.7.0 / 2023-08-10

Added:

  • Update generated config models (#15212)

Fixed:

  • Fix types for generated config models (#15334)

4.6.1 / 2023-07-10 / Agent 7.47.0

Fixed:

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

4.6.0 / 2022-08-05 / Agent 7.39.0

Added:

  • Add IPv4-only configuration option (#12632)

4.5.1 / 2022-07-25

Fixed:

  • Fix IPv4/IPv6 address resolution (#12526)

4.5.0 / 2022-05-15 / Agent 7.37.0

Added:

4.4.0 / 2022-04-05 / Agent 7.36.0

Added:

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

4.3.0 / 2022-02-19 / Agent 7.35.0

Added:

  • Add pyproject.toml file (#11444)

Fixed:

  • Fix namespace packaging on Python 2 (#11532)

4.2.1 / 2022-01-08 / Agent 7.34.0

Fixed:

  • Add comment to autogenerated model files (#10945)

4.2.0 / 2021-12-21

Added:

  • Add multiple_ips option and address tag (#10868)

4.1.0 / 2021-10-04 / Agent 7.32.0

Added:

  • Disable generic tags (#10027)

4.0.1 / 2021-08-24 / Agent 7.31.0

Fixed:

  • Elevate log level for failed connections (#9965)

4.0.0 / 2021-08-22

Changed:

  • Remove messages for integrations for OK service checks (#9888)

Added:

  • Re-resolve IP after a set duration (#9699)

3.1.1 / 2021-07-07 / Agent 7.30.0

Fixed:

  • Do not resolve IP on init (#9644)

3.1.0 / 2021-05-28 / Agent 7.29.0

Added:

  • Add runtime configuration validation (#8994)

3.0.0 / 2021-04-19 / Agent 7.28.0

Changed:

  • Utilize time precision function from datadog_checks_base (#8841)

2.6.1 / 2021-03-07 / Agent 7.27.0

Fixed:

  • Bump minimum base package version (#8443)

2.6.0 / 2020-09-21 / Agent 7.23.0

Added:

  • Add config spec (#7531)

Fixed:

  • Fix style for the latest release of Black (#7438)

2.5.0 / 2020-06-16 / Agent 7.21.0

Added:

  • Use higher precision clock measurements for Python 3 (#6849)

2.4.0 / 2020-05-17 / Agent 7.20.0

Added:

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

2.3.4 / 2020-03-11 / Agent 7.19.0

Fixed:

  • Reattempt to resolve IP on failure (#6012)

2.3.3 / 2019-12-24 / Agent 7.17.0

Fixed:

  • Don't report response time when connection fails (#5271)

2.3.2 / 2019-12-17

Fixed:

  • Fix service_checks submission (#5229)

2.3.1 / 2019-10-11 / Agent 6.15.0

Fixed:

  • Remove legacy network check tcp (#4580)

2.3.0 / 2019-05-14 / Agent 6.12.0

Added:

  • Adhere to code style (#3574)

2.2.1 / 2019-03-29 / Agent 6.11.0

Fixed:

  • ensure_unicode with normalize for py3 compatibility (#3218)

2.2.0 / 2019-02-18 / Agent 6.10.0

Added:

  • Support Python 3 (#2964)

2.1.0 / 2018-11-30 / Agent 6.8.0

Added:

  • Send service check as metric (#2509)

2.0.2 / 2018-09-04 / Agent 6.5.0

Fixed:

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

2.0.1 / 2018-06-20 / Agent 6.4.0

Fixed:

  • Fix error message when TCP check fails (#1745) Thanks Siecje.

2.0.0 / 2018-03-23

Deprecated:

  • Remove the skip_event option from the check. See #1054

1.0.0 / 2017-03-22

Added:

  • adds tcp_check integration.