Skip to content

v3.0.1

Latest
Compare
Choose a tag to compare
@tabdunabi tabdunabi released this 26 Jun 17:07
0ed5b62

Security

  • Upgraded urllib3 to 2.5.0
  • Upgraded requests to 2.32.4
  • Upgraded brace-expansion to 2.0.2

Added

  • Support for Kendra GenAI Index backed Bedrock knowledge bases.

Changed

  • Deployment UI to show an error when a regular user attempts to log in.
  • Custom Resource IAM Role to be scoped down to only necessary DynamoDB Tables.

Fixed

  • Bug where CloudFormation deployment would fail using existing Cognito resources due to user/group creation conflict. (#193).
  • Bug where history in prompt for SageMaker models was being replaced by LangChain BaseMessage objects instead of just the content of the messages.
  • Bug where context in prompt was being replaced by LangChain Document objects instead of the content of the documents.
  • Bug where Langchain layer poetry lock wasn't being respected.