v1.40.1

usebruno/brunov1.40.1Mar 25, 2025by helloanoop

AI Summary

A performance-focused release that addresses issues with large JSON responses causing the app to become unresponsive and improves the rendering of the response preview.

Key Highlights

  • Fixed app becoming unresponsive when handling large JSON responses.
  • Reverted a previous JSON prettification change to resolve parsing issues.
  • Performance improvements in Response-preview using useMemo.

Full Release Notes

## What's Changed

Fixed issue causing the app to become unresponsive when handling large JSON responses.

### Fixes
* Revert "Fix: Prettify JSON for Res-preview without parsing to avoid J… by @ramki-bruno in https://github.com/usebruno/bruno/pull/4332
* Perf improvements in Response-preview with useMemo by @ramki-bruno in https://github.com/usebruno/bruno/pull/4335


**Full Changelog**: https://github.com/usebruno/bruno/compare/v1.40.0...v1.40.1