File tree Expand file tree Collapse file tree 4 files changed +11
-6
lines changed
Expand file tree Collapse file tree 4 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 22
33<!-- towncrier release notes start -->
44
5+ ## 23.3.3 / 2025-12-16
6+
7+ *** Fixed*** :
8+
9+ * Fix missing table owner and toast table fields in Postgres schema collection.
10+ Omit empty tables from collection.
11+ Fix the missing description in Postgres schema databases.
12+ Add snapshot tests for Postgres schema collection. ([ #22134 ] ( https://github.com/DataDog/integrations-core/pull/22134 ) )
13+
514## 23.3.2 / 2025-12-16
615
716*** Fixed*** :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22# All rights reserved
33# Licensed under a 3-clause BSD style license (see LICENSE)
44
5- __version__ = "23.3.2 "
5+ __version__ = "23.3.3 "
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ datadog-pgbouncer==8.7.0; sys_platform != 'win32'
176176datadog-php-fpm==6.2.0
177177datadog-ping-federate==2.2.0
178178datadog-postfix==3.2.0; sys_platform != 'win32'
179- datadog-postgres==23.3.2
179+ datadog-postgres==23.3.3
180180datadog-powerdns-recursor==5.2.0
181181datadog-presto==3.3.0
182182datadog-process==5.3.0
You can’t perform that action at this time.
0 commit comments