v3.2.1
aws-samples/bedrock-chatv3.2.1Jun 27, 2025by github-actions[bot]
AI Summary
Automated workflows for release management were added, along with bug fixes for KaTeX math rendering and JSON exception handling in Bedrock agent calls.
Key Highlights
- GitHub Workflows for auto-tagging releases and Claude code review integration
- KaTeX rendering fix to prevent accidental math formatting in chat
- JSON exception handling for supervisor agent responses
New Features
- GitHub Workflows (Auto Tag Release, Claude Integration)
- KaTeX math rendering fix
- JSON exception handling for Bedrock agent calls
Full Release Notes
## Features - **GitHub Workflows**: Added new automated workflows for release management and code review (#885) - Auto Tag Release: Automatically creates Git tags and GitHub releases when changes are pushed to main branch - Claude Integration: Integrates Claude AI for automated code review and suggestions on pull requests ## Bug Fixes - **KaTeX Math Rendering**: Fixed issue where text between single dollar signs ($) was incorrectly formatted as mathematical expressions (#883) by @arthurmilliken - Now only processes block math expressions with $$...$$ as KaTeX - Improves user experience by preventing accidental math formatting in chat - **JSON Handling**: Added exception handling for non-JSON content returned from Bedrock agent calls (#878). by @eyesonly - Prevents crashes when parsing responses from supervisor agents that contain non-JSON content