Skip to content

Commit

Permalink
[Release] Bumped datadog_checks_base version to 23.7.0 (#11021)
Browse files Browse the repository at this point in the history
* [Release] Bumped datadog_checks_base version to 23.7.0

* [Release] Update metadata

* Update changelog
  • Loading branch information
sarah-witt authored Jan 4, 2022
1 parent f06afb9 commit 5a1a7f9
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .in-toto/tag.47c5a022.link

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions datadog_checks_base/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# CHANGELOG - datadog_checks_base

## 23.7.0 / 2022-01-04

* [Added] Add obfuscate_sql_with_metadata wrapper and update stub. See [#10878](https://github.com/DataDog/integrations-core/pull/10878).
* [Added] Add new `tls_only` choice to the `bearer_token` parameter that sends the bearer token only to secure HTTPS endpoints. See [#10706](https://github.com/DataDog/integrations-core/pull/10706).
* [Added] Add Windows support to IBM MQ. See [#10737](https://github.com/DataDog/integrations-core/pull/10737).
* [Added] Add debug metrics for metric context limits. See [#10808](https://github.com/DataDog/integrations-core/pull/10808).
* [Added] Add decorator for tracking execution statistics of check methods. See [#10809](https://github.com/DataDog/integrations-core/pull/10809).
* [Added] Add detailed trace to all integrations. See [#10679](https://github.com/DataDog/integrations-core/pull/10679).
* [Added] Support custom transformer. See [#10753](https://github.com/DataDog/integrations-core/pull/10753).
* [Fixed] Don't add autogenerated comments to deprecation files. See [#11014](https://github.com/DataDog/integrations-core/pull/11014).
* [Fixed] Vendor flup client FCGIApp. See [#10953](https://github.com/DataDog/integrations-core/pull/10953).
* [Fixed] Fix obfuscate_sql wrapper None value. See [#11016](https://github.com/DataDog/integrations-core/pull/11016).
* [Fixed] Add comment to autogenerated model files. See [#10945](https://github.com/DataDog/integrations-core/pull/10945).
* [Fixed] Fix incorrect logging in case of exceptions thrown during job cancellation. See [#10934](https://github.com/DataDog/integrations-core/pull/10934).
* [Fixed] Ensure TLSContextWrapper creates TLS context with the proper values. See [#10875](https://github.com/DataDog/integrations-core/pull/10875).
* [Fixed] Import ddtrace only when needed. See [#10800](https://github.com/DataDog/integrations-core/pull/10800).
* [Fixed] Bump cachetools. See [#10742](https://github.com/DataDog/integrations-core/pull/10742).
* [Fixed] Bump redis dependency. See [#9383](https://github.com/DataDog/integrations-core/pull/9383).
* [Fixed] [PerfCountersBaseCheck] Improve logging when expected counters are not found. See [#10701](https://github.com/DataDog/integrations-core/pull/10701).
* [Fixed] [PerfCountersBaseCheck] Fix default machine connection. See [#10698](https://github.com/DataDog/integrations-core/pull/10698).
* [Fixed] [PerfCountersBaseCheck] Improve logging when expected counters are not found. See [#10701](https://github.com/DataDog/integrations-core/pull/10701).
* [Fixed] [PerfCountersBaseCheck] Fix default machine connection. See [#10698](https://github.com/DataDog/integrations-core/pull/10698).
* [Fixed] Fix `mmh3.hash64` unicode exception with python2. See [#10685](https://github.com/DataDog/integrations-core/pull/10685).
* [Security] Bump lxml package. See [#10904](https://github.com/DataDog/integrations-core/pull/10904).

## 23.6.0 / 2021-12-20

* [Security] Bump lxml package. See [#10904](https://github.com/DataDog/integrations-core/pull/10904).
Expand Down
2 changes: 1 addition & 1 deletion datadog_checks_base/datadog_checks/base/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# (C) Datadog, Inc. 2018-present
# All rights reserved
# Licensed under a 3-clause BSD style license (see LICENSE)
__version__ = "23.6.0"
__version__ = "23.7.0"
2 changes: 1 addition & 1 deletion requirements-agent-release.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ datadog-cacti==1.9.1; sys_platform == 'linux2'
datadog-cassandra-nodetool==1.9.0
datadog-cassandra==1.14.1
datadog-ceph==2.5.0; sys_platform != 'win32'
datadog-checks-base==23.6.0
datadog-checks-base==23.7.0
datadog-checks-dependency-provider==1.2.0
datadog-checks-downloader==3.4.1
datadog-cilium==1.9.0
Expand Down

0 comments on commit 5a1a7f9

Please sign in to comment.