Skip to content

Latest commit

 

History

History
265 lines (138 loc) · 7.69 KB

CHANGELOG.md

File metadata and controls

265 lines (138 loc) · 7.69 KB

CHANGELOG - TLS

2.18.0 / 2024-07-05

Added:

  • Update dependencies (#17817)

2.17.0 / 2024-05-31

Added:

  • Update dependencies (#17519)

2.16.1 / 2024-03-22 / Agent 7.53.0

Fixed:

  • Attempt getting protocol version before certificate (#17046)

2.16.0 / 2024-03-07 / Agent 7.52.0

Security:

  • Bump cryptography to 42.0.5 (#17054)

2.15.0 / 2024-02-16

Added:

  • Bump service-identity version to 23.1.0 (#16558)
  • Update dependencies (#16788)

2.14.0 / 2024-01-05 / Agent 7.51.0

Added:

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

2.13.2 / 2023-12-04 / Agent 7.50.0

Fixed:

  • Bump the cryptography version to 41.0.6 (#16322)

2.13.1 / 2023-10-26 / Agent 7.49.0

Fixed:

  • Bump the cryptography version to 41.0.5 (#16083)

2.13.0 / 2023-09-29

Added:

  • Update Cryptography dependency (#15922)

2.12.1 / 2023-08-18 / Agent 7.48.0

Fixed:

  • Bump cryptography to 41.0.3 (#15517)
  • Update datadog-checks-base dependency version to 32.6.0 (#15604)

2.12.0 / 2023-08-10

Added:

  • Update generated config models (#15212)

Fixed:

  • Fix types for generated config models (#15334)

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

2.10.0 / 2023-04-14 / Agent 7.45.0

Added:

2.9.1 / 2022-12-09 / Agent 7.42.0

Fixed:

  • Update cryptography dependency (#13367)
  • Remove default_backend parameter from cryptography calls (#13333)

2.9.0 / 2022-08-05 / Agent 7.39.0

Added:

  • Implement StartTLS protocol for postgres (#12596) Thanks krogon.

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

Fixed:

  • Support newer versions of click (#11746)

2.7.0 / 2022-02-19 / Agent 7.35.0

Added:

  • Add pyproject.toml file (#11447)

Fixed:

  • Fix namespace packaging on Python 2 (#11532)

2.6.2 / 2022-02-04

Fixed:

  • Check intermediate certificate protocol version (#11207)

2.6.1 / 2022-01-08 / Agent 7.34.0

Fixed:

  • Add comment to autogenerated model files (#10945)

2.6.0 / 2021-10-04 / Agent 7.32.0

Added:

Fixed:

  • Add server as generic tag (#10100)

2.5.0 / 2021-05-27 / Agent 7.28.1

Added:

  • Add runtime configuration validation (#8996)

Fixed:

  • Do not use check inheritance (#9433)

2.4.0 / 2021-04-19 / Agent 7.28.0

Added:

  • Add an option to send certificate duration (#9067) Thanks lindleywhite.
  • Upgrade cryptography to 3.4.6 on Python 3 (#8764)

Fixed:

  • Refactor TLS check (#8792)
  • Add more debug lines (#8787)

2.3.0 / 2021-03-07 / Agent 7.27.0

Security:

  • Upgrade cryptography python package (#8611)

Fixed:

  • Include validate_cert in backwards compatibility remapper (#8543)

2.2.0 / 2021-02-03

Added:

  • Implement AIA chasing (#8521)

Fixed:

  • Remove outdated description of local_cert_path option (#8500)
  • Bump minimum package (#8443)

2.1.0 / 2021-01-28

Security:

  • Upgrade cryptography python package (#8476)

2.0.0 / 2021-01-25

Changed:

  • Update TLS check to use TLS context wrapper (#8230)

1.8.0 / 2020-10-31 / Agent 7.24.0

Security:

  • Upgrade cryptography dependency (#7869)

1.7.0 / 2020-10-14

Added:

  • Adding debug logging to tls check (#7664)

1.6.0 / 2020-09-21 / Agent 7.23.0

Added:

  • Add config spec (#7529)

1.5.0 / 2020-05-17 / Agent 7.20.0

Added:

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

1.4.1 / 2020-02-12 / Agent 7.18.0

Fixed:

  • Don't rely on file extension for local cert loading (#5694)

1.4.0 / 2020-01-13 / Agent 7.17.0

Added:

  • Use lazy logging format (#5398)

1.3.0 / 2019-12-02 / Agent 7.16.0

Added:

  • Upgrade cryptography to 2.8 (#5047)

1.2.0 / 2019-07-04 / Agent 6.13.0

Added:

  • Update cryptography version (#4000)

1.1.0 / 2019-06-24

Added:

  • Allow certificate validation to be completely disabled (#3966)

1.0.0 / 2019-04-22 / Agent 6.12.0

Added:

  • Add TLS integration (#3256)