v0.136.1
Textualize/textualv0.136.1Aug 5, 2026by github-actions[bot]
AI Summary
This release focuses on maintenance and bug fixes, specifically cleaning up dead code and improving query handling for infrastructure monitoring.
Key Highlights
- Refactored infrastructure monitoring to remove dead code from v1.
- Fixed custom queries in the metric-reduction-feature path to use local sample tables.
- Improved JSON parser logic by removing an unnecessary conditional check.
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