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 36b7bf9 commit 138f07dCopy full SHA for 138f07d
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## next release
+## 3.343.16 - 2025-05-21
4
5
* `Aws\` - Sets the header `x-amzn-query-mode` to a string value instead of a boolean.
6
* `Aws\PartnerCentralSelling` - Modified validation to allow expectedCustomerSpend array with zero elements in Partner Opportunity operations.
src/Sdk.php
@@ -813,7 +813,7 @@
813
*/
814
class Sdk
815
{
816
- const VERSION = '3.343.15';
+ const VERSION = '3.343.16';
817
818
/** @var array Arguments for creating clients */
819
private $args;
0 commit comments