Added:
- Add
tls_ciphers
param to integration (#19334)
Removed:
- Remove support for Python 2. (#18580)
Fixed:
- Bump the version of datadog-checks-base to 37.0.0 (#18617)
Changed:
- Bump minimum version of base check (#18733)
Security:
- Bump version of cryptography to 43.0.1 to address vulnerability (#18656)
Added:
- Bump the python version from 3.11 to 3.12 (#18212)
Added:
- Update dependencies (#18478)
Added:
- Update dependencies (#18187)
Added:
- Update dependencies (#17817)
Added:
- Update dependencies (#17519)
Fixed:
- Attempt getting protocol version before certificate (#17046)
Security:
- Bump cryptography to 42.0.5 (#17054)
Added:
Added:
Fixed:
- Bump the cryptography version to 41.0.6 (#16322)
Fixed:
- Bump the
cryptography
version to 41.0.5 (#16083)
Added:
- Update Cryptography dependency (#15922)
Fixed:
- Bump cryptography to 41.0.3 (#15517)
- Update datadog-checks-base dependency version to 32.6.0 (#15604)
Added:
- Update generated config models (#15212)
Fixed:
- Fix types for generated config models (#15334)
Added:
- Bump dependencies for Agent 7.47 (#15145)
Fixed:
- Bump Python version from py3.8 to py3.9 (#14701)
Added:
- Implement StartTLS protocol for MySQL (#14352) Thanks dpavlov-smartling.
Fixed:
- Update
cryptography
dependency (#13367) - Remove
default_backend
parameter from cryptography calls (#13333)
Added:
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)
Added:
- Add
pyproject.toml
file (#11447)
Fixed:
- Fix namespace packaging on Python 2 (#11532)
Fixed:
- Check intermediate certificate protocol version (#11207)
Fixed:
- Add comment to autogenerated model files (#10945)
Added:
Fixed:
- Add server as generic tag (#10100)
Added:
- Add runtime configuration validation (#8996)
Fixed:
- Do not use check inheritance (#9433)
Added:
- Add an option to send certificate duration (#9067) Thanks lindleywhite.
- Upgrade cryptography to 3.4.6 on Python 3 (#8764)
Fixed:
Security:
- Upgrade cryptography python package (#8611)
Fixed:
- Include validate_cert in backwards compatibility remapper (#8543)
Added:
- Implement AIA chasing (#8521)
Fixed:
Security:
- Upgrade cryptography python package (#8476)
Changed:
- Update TLS check to use TLS context wrapper (#8230)
Security:
- Upgrade
cryptography
dependency (#7869)
Added:
- Adding debug logging to tls check (#7664)
Added:
- Add config spec (#7529)
Added:
- Allow optional dependency installation for all checks (#6589)
Fixed:
- Don't rely on file extension for local cert loading (#5694)
Added:
- Use lazy logging format (#5398)
Added:
- Upgrade cryptography to 2.8 (#5047)
Added:
- Update cryptography version (#4000)
Added:
- Allow certificate validation to be completely disabled (#3966)
Added:
- Add TLS integration (#3256)