Skip to content

Latest commit

 

History

History
280 lines (144 loc) · 7.81 KB

CHANGELOG.md

File metadata and controls

280 lines (144 loc) · 7.81 KB

CHANGELOG - go_expvar

4.0.0 / 2024-10-04

Removed:

  • Remove support for Python 2. (#18580)

Added:

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

Fixed:

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

3.0.0 / 2024-10-01 / Agent 7.58.0

Changed:

  • Bump minimum version of base check (#18733)

2.5.1 / 2024-05-31 / Agent 7.55.0

Fixed:

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

2.5.0 / 2024-02-16 / Agent 7.52.0

Added:

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

2.4.0 / 2024-01-05 / Agent 7.51.0

Added:

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

2.3.1 / 2023-08-18 / Agent 7.48.0

Fixed:

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

2.3.0 / 2023-08-10

Added:

  • Update generated config models (#15212)

Fixed:

  • Fix types for generated config models (#15334)

2.2.1 / 2023-07-10 / Agent 7.47.0

Fixed:

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

2.2.0 / 2022-09-16 / Agent 7.40.0

Added:

  • Update HTTP config spec templates (#12890)

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

Fixed:

  • Fix namespace packaging on Python 2 (#11532)

1.14.2 / 2022-01-08 / Agent 7.34.0

Fixed:

  • Add comment to autogenerated model files (#10945)

1.14.1 / 2021-11-13 / Agent 7.33.0

Fixed:

  • Set log level to debug for memstats (#10605)

1.14.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)
  • Disable generic tags (#10027)

Fixed:

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

1.13.0 / 2021-08-22 / Agent 7.31.0

Added:

  • Use display_default as a fallback for default when validating config models (#9739)

1.12.0 / 2021-05-28 / Agent 7.29.0

Added:

  • Add runtime configuration validation (#8922)

1.11.1 / 2021-03-07 / Agent 7.27.0

Fixed:

  • Rename config spec example consumer option default to display_default (#8593)
  • Bump minimum base package version (#8443)

1.11.0 / 2020-12-11 / Agent 7.25.0

Added:

  • Add config specs (#8006)

1.10.2 / 2020-09-21 / Agent 7.23.0

Fixed:

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

1.10.1 / 2020-08-10 / Agent 7.22.0

Fixed:

  • Update ntlm_domain example (#7118)

1.10.0 / 2020-06-29 / Agent 7.21.0

Added:

  • Add note about warning concurrency (#6967)

1.9.0 / 2020-05-17 / Agent 7.20.0

Added:

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

1.8.0 / 2020-04-04 / Agent 7.19.0

Added:

  • Add additional logging (#6128)
  • Add go_expvar.memstats.total_alloc.count (#6005)

Fixed:

  • Update deprecated imports (#6088)

1.7.2 / 2020-03-05 / Agent 7.18.0

Fixed:

  • Revert "Submit total_alloc as monotonic count" (#5972)

1.7.1 / 2020-02-22

Fixed:

  • Submit total_alloc as monotonic count (#5703)

1.7.0 / 2019-12-02 / Agent 7.16.0

Added:

  • Adhere to logging style (#5106)
  • Add count type to go_expvar (#5097)
  • Add auth type to RequestsWrapper (#4708)

1.6.0 / 2019-10-11 / Agent 6.15.0

Added:

  • Add option to override KRB5CCNAME env var (#4578)

1.5.1 / 2019-09-04 / Agent 6.14.0

Fixed:

  • Fix error handling (#4505)

1.5.0 / 2019-08-24

Added:

  • Add proxy settings support (#3743)

Fixed:

  • Update init method params (#4243)

1.4.0 / 2019-06-27 / Agent 6.13.0

Added:

  • Add monotonic_counter support to go_expvar (#3992)

1.3.0 / 2019-06-20 / Agent 6.12.0

Added:

  • Do not compile regexes on each run (#3949)

1.2.0 / 2019-05-14

Added:

  • Adhere to code style (#3511)

1.1.0 / 2019-01-04 / Agent 6.9.0

Added:

  • Support Python 3 (#2833)

1.0.5 / 2018-11-30 / Agent 6.8.0

Fixed:

  • Use raw string literals when \ is present (#2465)

1.0.4 / 2018-09-04 / Agent 6.5.0

Fixed:

  • Move Goexpvar to pytest (#2089)
  • Add data files to the wheel package (#1727)

1.0.3 / 2017-06-15

Fixed:

  • Fix path tag appended to all metrics matching path regex (#472com//issues/472)

1.0.2 / 2017-06-05

Added:

  • Make the hardcoded expvar URL path optional in the configuration

1.0.1 / 2017-05-22

Added:

  • ssl support for go_expvar check

1.0.0 / 2017-03-22

Added:

  • adds go_expvar integration.