File tree Expand file tree Collapse file tree 8 files changed +26
-6
lines changed
datadog_checks/silverstripe_cms Expand file tree Collapse file tree 8 files changed +26
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<!-- towncrier release notes start -->
4
4
5
+ ## 8.3.0 / 2025-07-29
6
+
7
+ *** Added*** :
8
+
9
+ * Revert upgrade to psycopg3 ([ #20884 ] ( https://github.com/DataDog/integrations-core/pull/20884 ) )
10
+
5
11
## 8.2.0 / 2025-07-10
6
12
7
13
*** Added*** :
Original file line number Diff line number Diff line change
1
+ Revert upgrade to psycopg3
Original file line number Diff line number Diff line change 1
1
# (C) Datadog, Inc. 2018-present
2
2
# All rights reserved
3
3
# Licensed under a 3-clause BSD style license (see LICENSE)
4
- __version__ = "8.2 .0"
4
+ __version__ = "8.3 .0"
Original file line number Diff line number Diff line change 2
2
3
3
<!-- towncrier release notes start -->
4
4
5
+ ## 22.16.0 / 2025-07-29
6
+
7
+ *** Added*** :
8
+
9
+ * Reverts upgrade to psycopg3 ([ #20885 ] ( https://github.com/DataDog/integrations-core/pull/20885 ) )
10
+ * Reverts the fix to the ` e.pgerror ` ([ #20883 ] ( https://github.com/DataDog/integrations-core/pull/20883 ) )
11
+
5
12
## 22.15.1 / 2025-07-25
6
13
7
14
*** Fixed*** :
Original file line number Diff line number Diff line change 2
2
# All rights reserved
3
3
# Licensed under a 3-clause BSD style license (see LICENSE)
4
4
5
- __version__ = "22.15.1 "
5
+ __version__ = "22.16.0 "
Original file line number Diff line number Diff line change @@ -163,11 +163,11 @@ datadog-ossec-security==2.0.0
163
163
datadog-palo-alto-panorama==1.0.0
164
164
datadog-pan-firewall==3.0.0
165
165
datadog-pdh-check==4.2.0; sys_platform == 'win32'
166
- datadog-pgbouncer==8.2 .0; sys_platform != 'win32'
166
+ datadog-pgbouncer==8.3 .0; sys_platform != 'win32'
167
167
datadog-php-fpm==6.0.0
168
168
datadog-ping-federate==2.0.0
169
169
datadog-postfix==3.0.0; sys_platform != 'win32'
170
- datadog-postgres==22.15.1
170
+ datadog-postgres==22.16.0
171
171
datadog-powerdns-recursor==5.0.0
172
172
datadog-presto==3.1.0
173
173
datadog-process==5.1.0
@@ -186,7 +186,7 @@ datadog-sap-hana==5.1.0
186
186
datadog-scylla==5.0.0
187
187
datadog-sidekiq==3.0.0
188
188
datadog-silk==4.1.0
189
- datadog-silverstripe-cms==1.1 .0
189
+ datadog-silverstripe-cms==1.2 .0
190
190
datadog-singlestore==4.1.0
191
191
datadog-slurm==2.0.2; sys_platform == 'linux2'
192
192
datadog-snmp==10.1.1
Original file line number Diff line number Diff line change 2
2
3
3
<!-- towncrier release notes start -->
4
4
5
+ ## 1.2.0 / 2025-07-29
6
+
7
+ *** Added*** :
8
+
9
+ * Revert upgrade to psycopg3 ([ #20881 ] ( https://github.com/DataDog/integrations-core/pull/20881 ) )
10
+
5
11
## 1.1.0 / 2025-07-10
6
12
7
13
*** Added*** :
Original file line number Diff line number Diff line change 1
1
# (C) Datadog, Inc. 2025-present
2
2
# All rights reserved
3
3
# Licensed under a 3-clause BSD style license (see LICENSE)
4
- __version__ = "1.1 .0"
4
+ __version__ = "1.2 .0"
You can’t perform that action at this time.
0 commit comments