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 322143e commit 9c61b26Copy full SHA for 9c61b26
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.356.3 - 2025-08-22
4
5
* `Aws\Token` - Fixes bug in `TokenProvider::cache()` where tokens are incorrectly written to the cache.
6
* `Aws\RDS` - Updates Amazon RDS documentation for Db2 read-only replicas.
src/Sdk.php
@@ -837,7 +837,7 @@
837
*/
838
class Sdk
839
{
840
- const VERSION = '3.356.2';
+ const VERSION = '3.356.3';
841
842
/** @var array Arguments for creating clients */
843
private $args;
0 commit comments