Skip to content

Commit f2d28e1

Browse files
3.385.1 release
1 parent 37189cc commit f2d28e1

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.385.1 - 2026-06-17
44

55
* `Aws\Configuration` - Fixes issue where profiles other than default are not discovered in the ini file due to a missing profile prefix in the lookup.
66
* `Aws\BedrockAgentRuntime` - Adds new AgenticRetrieveStream API for managed knowledge bases to use conversation history and autonomously plan for multi-hop multi-KB reasoning with built-in evaluation and access-control. Updates Retrieve API for access-control-based filtering for managed knowledge bases.

src/Sdk.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -857,7 +857,7 @@
857857
*/
858858
class Sdk
859859
{
860-
const VERSION = '3.385.0';
860+
const VERSION = '3.385.1';
861861

862862
/** @var array Arguments for creating clients */
863863
private $args;

0 commit comments

Comments
 (0)