We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdb4848 commit 3675e58Copy full SHA for 3675e58
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.339.1 - 2025-01-28
4
5
* `Aws\DSQL` - Updates default `AuthTokenGenerator` token expiration time from 700 to 900 seconds.
6
* `Aws\Firehose` - For AppendOnly streams, Firehose will automatically scale to match your throughput.
src/Sdk.php
@@ -811,7 +811,7 @@
811
*/
812
class Sdk
813
{
814
- const VERSION = '3.339.0';
+ const VERSION = '3.339.1';
815
816
/** @var array Arguments for creating clients */
817
private $args;
0 commit comments