v1.38.0
usebruno/brunov1.38.0Jan 7, 2025by lohxt1
AI Summary
Introduces powerful CLI utility functions for request control and system-level proxy support, alongside digest authentication updates.
Key Highlights
- New CLI utility functions: `skipRequest`, `stopExecution`, `getTestResults`, `getAssertionResults`, `runRequest`.
- System-level proxy fix for CLI.
- Digest authentication updates.
- Open settings for folder and collection.
New Features
- bru.runner.skipRequest()
- bru util fns - stopExecution, getTestResults, getAssertionResults, runRequest
- Open setting for folder and collection when by
- cli -- system level proxy fix
- Feat/digest auth updates
- Refactor/ Implement Focusable Buttons in the Generate Code Modal
Full Release Notes
## What's Changed * feat: bru.runner.skipRequest() by @JorgeTrovisco and @lohit-bruno * feat: bru util fns - stopExecution, getTestResults, getAssertionResults, runRequest by @lohxt1 in https://github.com/usebruno/bruno/pull/3719 * fix: string json response error by @pooja-bruno in https://github.com/usebruno/bruno/pull/3676 * fix: cli multipart by @lohxt1 in https://github.com/usebruno/bruno/pull/3701 * fix: multipart tests by @lohxt1 in https://github.com/usebruno/bruno/pull/3707 * fix: added input block to the cli workflow by @lohxt1 in https://github.com/usebruno/bruno/pull/3709 * fix: improve JSON parsing logic for `bruno-cli` by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/3706 * fix: aikido -- library version upgrades by @lohxt1 in https://github.com/usebruno/bruno/pull/3711 * feat: open setting for folder and collection when by @pooja-bruno in https://github.com/usebruno/bruno/pull/3712 * fix: assertion clear value by @pooja-bruno in https://github.com/usebruno/bruno/pull/3674 * fix: asset value cursor issue while editing by @pooja-bruno in https://github.com/usebruno/bruno/pull/3682 * fix: env names wrap by @pooja-bruno in https://github.com/usebruno/bruno/pull/3664 * Refactor/ Implement Focusable Buttons in the Generate Code Modal by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/3310 * fix: handle unsupported auth mode by returning 'noauth' type by @sanjaikumar-bruno in https://github.com/usebruno/bruno/pull/3708 * fix: global env names overflow by @pooja-bruno in https://github.com/usebruno/bruno/pull/3720 * feat: cli -- system level proxy fix by @lohxt1 in https://github.com/usebruno/bruno/pull/3641 * Feat/digest auth updates by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/3697 * fix: enhance keyboard navigation for language selection in `GenerateCodeItem` by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/3738 * fix: collection run - clone request at the start by @lohxt1 in https://github.com/usebruno/bruno/pull/3725 * fix: collection/folder docs when importing postman collection by @pooja-bruno in https://github.com/usebruno/bruno/pull/3745 **Full Changelog**: https://github.com/usebruno/bruno/compare/v1.37.0...v1.38.0