Skip to content

Commit 67b1c41

Browse files
authored
port to master (DataDog#24072)
1 parent 3f09e77 commit 67b1c41

5 files changed

Lines changed: 9 additions & 4 deletions

File tree

postgres/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<!-- towncrier release notes start -->
44

5+
## 23.9.1 / 2026-06-16
6+
7+
***Fixed***:
8+
9+
* Move cursor yield for Postgres schemas outside transaction. This should avoid creating a broken pool connection on timeout ([#24051](https://github.com/DataDog/integrations-core/pull/24051))
10+
* Cache ignored ``/* DDIGNORE */`` queries in incremental query metrics collector to avoid repeated lookups. ([#24056](https://github.com/DataDog/integrations-core/pull/24056))
11+
512
## 23.9.0 / 2026-06-09
613

714
***Added***:

postgres/changelog.d/24051.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

postgres/changelog.d/24056.fixed

Lines changed: 0 additions & 1 deletion
This file was deleted.

postgres/datadog_checks/postgres/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# All rights reserved
33
# Licensed under a 3-clause BSD style license (see LICENSE)
44

5-
__version__ = "23.9.0"
5+
__version__ = "23.9.1"

requirements-agent-release.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ datadog-pgbouncer==8.10.0; sys_platform != 'win32'
186186
datadog-php-fpm==6.4.1
187187
datadog-ping-federate==2.2.0
188188
datadog-postfix==3.4.1; sys_platform != 'win32'
189-
datadog-postgres==23.9.0
189+
datadog-postgres==23.9.1
190190
datadog-powerdns-recursor==5.4.0
191191
datadog-prefect==1.0.1
192192
datadog-presto==3.4.0

0 commit comments

Comments
 (0)