v0.136.1

aws-samples/bedrock-chatv0.136.1Aug 5, 2026by github-actions[bot]

AI Summary

This maintenance release focuses on cleaning up infrastructure monitoring code and fixing custom query issues within the metric-reduction-feature path.

Key Highlights

  • Removed dead code for version v1 in infrastructure monitoring.
  • Fixed custom queries to utilize local sample tables.
  • Corrected logic for the JSON parser.

Full Release Notes

# What's Changed
* refactor(infrastructure-monitoring): remove dead-code of v1 (#12415) @H4ad

## 🚀 Features

* fix(infra-monitoring): use local sample tables in custom queries in `metric-reduction-feature` path (#12413) @nikhilmantri0902

## 🐛 Bug Fixes

* fix(infra-monitoring): use local sample tables in custom queries in `metric-reduction-feature` path (#12413) @nikhilmantri0902
* fix: remove if condition for json parser (#12407) @nityanandagohain