Skip to content

Latest commit

 

History

History
287 lines (150 loc) · 8.5 KB

CHANGELOG.md

File metadata and controls

287 lines (150 loc) · 8.5 KB

CHANGELOG - kong

3.2.2 / 2024-07-05 / Agent 7.55.0

Fixed:

  • Update config model names (#17802)

3.2.1 / 2024-05-31

Fixed:

  • Update the description for the tls_ca_cert config option to use openssl rehash instead of c_rehash (#16981)

3.2.0 / 2024-02-16 / Agent 7.52.0

Added:

  • Update the configuration file to include the new oauth options parameter (#16835)

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 (#15427)

Added:

  • Update generated config models (#15212)

Fixed:

  • Fix types for generated config models (#15334)

2.4.1 / 2023-07-10 / Agent 7.47.0

Fixed:

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

2.4.0 / 2023-05-26 / Agent 7.46.0

Added:

  • Add an ignore_connection_errors option to the openmetrics check (#14504)

Fixed:

  • Update minimum datadog base package version (#14463)
  • Deprecate use_latest_spec option (#14446)

2.3.0 / 2022-12-09 / Agent 7.42.0

Added:

  • Add metrics to support v3.0 of Kong (#13059)

2.2.0 / 2022-09-16 / Agent 7.40.0

Added:

  • Update HTTP config spec templates (#12890)

2.1.1 / 2022-05-18 / Agent 7.37.0

Fixed:

  • Fix extra metrics description example (#12043)

2.1.0 / 2022-04-05 / Agent 7.36.0

Added:

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

Fixed:

  • Remove outdated warning in the description for the tls_ignore_warning option (#11591)

2.0.0 / 2022-02-19 / Agent 7.35.0

Changed:

  • Add tls_protocols_allowed option documentation (#11251)

Added:

  • Add pyproject.toml file (#11379)

Fixed:

  • Fix namespace packaging on Python 2 (#11532)

1.18.0 / 2022-01-08 / Agent 7.34.0

Added:

  • Update default Kong configurations to use Openmetrics V2 (#10839)

Fixed:

  • Add comment to autogenerated model files (#10945)

1.17.0 / 2021-11-13 / Agent 7.33.0

Added:

  • Document new include_labels option (#10617)
  • Document new use_process_start_time option (#10601)
  • Add runtime configuration validation (#8943)

1.16.0 / 2021-10-04 / Agent 7.32.0

Added:

  • Add HTTP option to control the size of streaming responses (#10183)
  • Add allow_redirect option (#10160)

Fixed:

  • Fix the description of the allow_redirects HTTP option (#10195)

1.15.0 / 2021-08-22 / Agent 7.31.0

Added:

  • [OpenMetricsV2] Improve label sharing behavior (#9804)

1.14.1 / 2021-07-12 / Agent 7.30.0

Fixed:

  • Raise exception if attempting to use new style openmetrics with py2 (#9613)

1.14.0 / 2021-05-28 / Agent 7.29.0

Added:

  • Support "ignore_tags" configuration (#9392)
  • [OpenMetricsV2] Add an option to send sum and count information when using distribution metrics (#9301)

1.13.0 / 2021-04-19 / Agent 7.28.0

Added:

  • Add new implementation based on the official Prometheus plugin (#9031)

Fixed:

  • Bump minimum base package (#9107)
  • Bump minimum base package version (#9096)

1.12.1 / 2021-03-07 / Agent 7.27.0

Fixed:

  • Bump minimum base package version (#8443)

1.12.0 / 2020-10-31 / Agent 7.24.0

Added:

  • Add ability to dynamically get authentication information (#7660)
  • [doc] Add encoding in log config sample (#7708)

1.11.0 / 2020-09-21 / Agent 7.23.0

Added:

  • Add RequestsWrapper option to support UTF-8 for basic auth (#7441)

Fixed:

  • Update proxy section in conf.yaml (#7336)

1.10.1 / 2020-08-10 / Agent 7.22.0

Fixed:

  • Update logs config service field to optional (#7209)
  • DOCS-838 Template wording (#7038)
  • Update ntlm_domain example (#7118)

1.10.0 / 2020-06-29 / Agent 7.21.0

Added:

  • Add note about warning concurrency (#6967)

Fixed:

  • Fix template specs typos (#6912)

1.9.0 / 2020-05-17 / Agent 7.20.0

Added:

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

1.8.1 / 2020-04-07 / Agent 7.19.0

Fixed:

  • Add kerberos_cache to HTTP config options (#6279)

1.8.0 / 2020-04-04

Added:

  • Add option to set SNI hostname via the Host header for RequestsWrapper (#5833)

Fixed:

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

1.7.1 / 2020-02-25 / Agent 7.18.0

Fixed:

  • Update datadog_checks_base dependencies (#5846)

1.7.0 / 2020-02-22

Added:

  • Add service option to default configuration (#5805)
  • Adds RequestsWrapper to Kong (#5807)

1.6.0 / 2020-01-13 / Agent 7.17.0

Added:

  • Use lazy logging format (#5398)

1.5.0 / 2019-05-14 / Agent 6.12.0

Added:

  • Adhere to code style (#3524)

1.4.0 / 2019-03-29 / Agent 6.11.0

Added:

  • Update the kong integration with log instruction (#2935)

1.3.0 / 2019-01-04 / Agent 6.9.0

Added:

  • Support Python 3 (#2772)

1.2.1 / 2018-09-04 / Agent 6.5.0

Fixed:

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

1.2.0 / 2018-05-11

Added:

  • Add ssl_validation settings to disable SSL Cert Verification

1.1.0 / 2018-03-23

Added:

  • Add custom tag support to service checks.

1.0.0 / 2017-03-22

Added:

  • adds kong integration.