Skip to content

Commit a73e12f

Browse files
3.373.9 release
1 parent 49c51b7 commit a73e12f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## next release
3+
## 3.373.9 - 2026-03-24
44

55
* `Aws\RDS` - Adds support in Aurora PostgreSQL serverless databases for express configuration based creation through WithExpressConfiguration in CreateDbCluster API, and for restoring clusters using RestoreDBClusterToPointInTime and RestoreDBClusterFromSnapshot APIs.
66
* `Aws\MediaPackageV2` - Reduces the minimum allowed value for startOverWindowSeconds from 60 to 0, allowing customers to effectively disable the start-over window.

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@
839839
*/
840840
class Sdk
841841
{
842-
const VERSION = '3.373.8';
842+
const VERSION = '3.373.9';
843843

844844
/** @var array Arguments for creating clients */
845845
private $args;

0 commit comments

Comments
 (0)