We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64cf55a commit 1b7a327Copy full SHA for 1b7a327
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.356.16 - 2025-09-11
4
5
* `Aws\Api` - Fixes bug in document type validation where unordered integer array keys are not considered.
6
* `Aws\GuardDuty` - Updated Java SDK implementation of entity set status in GuardDuty API.
src/Sdk.php
@@ -831,7 +831,7 @@
831
*/
832
class Sdk
833
{
834
- const VERSION = '3.356.15';
+ const VERSION = '3.356.16';
835
836
/** @var array Arguments for creating clients */
837
private $args;
0 commit comments