Skip to content

v3.11.0

Choose a tag to compare

@github-actions github-actions released this 15 Oct 02:48
· 145 commits to v3 since this release
7903dae

IMPORTANT UPDATE

Bedrock Chat has refactored the chat core functionality to strands with the aim of improving future extensibility and maintainability. We have conducted comprehensive testing of all features, but if you encounter any issues such as existing functionality not working properly, you can switch back to the previous implementation by applying the following configuration to websocket.ts:

USE_STRANDS: "false"

Bug Fixes

  • Fixed screen reset bug where generated output briefly disappeared after completion by @mludvig (#946)
  • Fixed auto tag release security vulnerability by using random delimiters to prevent injection attacks by @statefb (#947)

Enhancements

  • Refactored chat system to use Strands SDK by @Yukinobu-Mine (#902)
  • Updated AI model from Sonnet 3.7 to Sonnet 4 for auto-tag-release functionality by @statefb (#949)