Skip to content

Commit 2f00efa

Browse files
3.351.5 release
1 parent 84b890e commit 2f00efa

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.351.5 - 2025-07-23
44

55
* `Aws\EC2` - Added support for skip-os-shutdown option for the EC2 instance stop and terminate operations. This feature enables customers to bypass the graceful OS shutdown, supporting faster state transitions when instance data preservation isn't critical.
66
* `Aws\Glue` - AWS Glue now supports dynamic session policies for job executions. This feature allows you to specify custom, fine-grained permissions for each job run without creating multiple IAM roles.

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@
831831
*/
832832
class Sdk
833833
{
834-
const VERSION = '3.351.4';
834+
const VERSION = '3.351.5';
835835

836836
/** @var array Arguments for creating clients */
837837
private $args;

0 commit comments

Comments
 (0)