Skip to content

Commit d015718

Browse files
3.394.3 release
1 parent b4956dc commit d015718

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## next release
3+
## 3.394.3 - 2026-08-28
44

55
* `Aws\BedrockAgent` - Adds an optional syncSchedule field to CreateDataSource and UpdateDataSource for Managed Knowledge Bases data source connectors, so a data source can sync automatically on a daily, weekly, or monthly schedule.
66
* `Aws\CognitoIdentityProvider` - Adds two new operations - GetClientToken which allows M2M auth through the SDK, and DescribeTermsByClient to find which Terms are associated with a user-pool client without knowing the Terms resource id.

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -867,7 +867,7 @@
867867
*/
868868
class Sdk
869869
{
870-
const VERSION = '3.394.2';
870+
const VERSION = '3.394.3';
871871

872872
/** @var array Arguments for creating clients */
873873
private $args;

0 commit comments

Comments
 (0)