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 74b6400 commit ca7f6feCopy full SHA for ca7f6fe
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.356.41 - 2025-10-16
4
5
* `Aws\Lambda` - Adds alias to Lambda's `invokeAsync`, which collides with the `invoke` async variant
6
* `Aws\PersonalizeRuntime` - Update endpoint ruleset parameters casing
src/Sdk.php
@@ -831,7 +831,7 @@
831
*/
832
class Sdk
833
{
834
- const VERSION = '3.356.40';
+ const VERSION = '3.356.41';
835
836
/** @var array Arguments for creating clients */
837
private $args;
0 commit comments