v2.6.0
usebruno/brunov2.6.0Jun 17, 2025by helloanoop
AI Summary
Introduces the `bru.sendRequest` API to the desktop app and enhances the CLI with multiple input support and environment file handling.
Key Highlights
- New `bru.sendRequest` API for advanced requests
- CLI enhancements for multiple inputs and environment files
- Windows installation no longer requires admin rights
New Features
- feat: `bru.sendRequest` api
- add prompt for handling large responses
- add support for environment file input in run command
- Enhance run command to accept multiple inputs
Full Release Notes
## What's Changed `🖥️ Desktop App` ### Features * feat: `bru.sendRequest` api by @lohxt1 in https://github.com/usebruno/bruno/pull/4867 * feat: add prompt for handling large responses by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/4866 ### Fixes * Fix: resolved issue on Windows installation where admin rights were previously required to access the temp folder; this is no longer needed. * Fix watcher error message typo by @stupidly-logical in https://github.com/usebruno/bruno/pull/4893 * Fix Digest auth header field key value extraction by @jonman5 in https://github.com/usebruno/bruno/pull/4514 * fix: handle undefined bearer token to send an empty string instead by @sanish-bruno in https://github.com/usebruno/bruno/pull/4886 * Fix: showing test script errors by @naman-bruno in https://github.com/usebruno/bruno/pull/4902 * fix: timeline scroll by @naman-bruno in https://github.com/usebruno/bruno/pull/4914 ### Others * Added Hindi translation of Readme file by @ShrutiShahi18 in https://github.com/usebruno/bruno/pull/4758 * fix(workflow): ensure E2E test collection dependencies are installed … by @maintainer-bruno in https://github.com/usebruno/bruno/pull/4923 `📟 CLI` ### Features * feat(cli): add support for environment file input in run command by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/4908 * Feat: Enhance run command to accept multiple inputs for requests and folders in Bruno CLI in https://github.com/usebruno/bruno/pull/4901 ## New Contributors * @ShrutiShahi18 made their first contribution in https://github.com/usebruno/bruno/pull/4758 * @stupidly-logical made their first contribution in https://github.com/usebruno/bruno/pull/4893 * @jonman5 made their first contribution in https://github.com/usebruno/bruno/pull/4514 **Full Changelog**: https://github.com/usebruno/bruno/compare/v2.5.0...v2.6.0