v1.23.0
usebruno/brunov1.23.0Jul 31, 2024by helloanoop
AI Summary
This release enhances scripting capabilities with `bru.setNextRequest()` and introduces Git integration features like Push, Pull, and Clone UI. It also adds the ability to download collection reports and fixes critical bugs related to OAuth2 and OpenAPI spec viewing.
Key Highlights
- Allow `bru.setNextRequest()` on Test Scripts
- Add Git Push and Pull functionality
- Download collection report feature
- Fix OAuth 2.0 Grant Type Authorization 'invalid_client' error
New Features
- Allow `bru.setNextRequest()` on Test Scripts
- Download collection report
- Git Push and Pull
- Flow option for 'sequential' flow in scripts
Full Release Notes
## What's Changed * Allow bru.setNextRequest() on Test Scripts (#2155) by @BruAlcaraz in https://github.com/usebruno/bruno/pull/2552 * Fix test results when the same request is executed more than 1 time (#2522) by @BruAlcaraz in https://github.com/usebruno/bruno/pull/2551 * feat: Add `flow` option for "sequential" flow in scripts by @Its-treason in https://github.com/usebruno/bruno/pull/2704 * feat: Download collection report * feat: Git Push and Pull * fix: Fix openapi spec viewer issues when opening api spec * fix: OAuth 2.0 Grant Type Authorization: "invalid_client" error / URL Encode of Client ID by @pietrygamat in https://github.com/usebruno/bruno/pull/2129 * Bugfix - fix broken unit tests by @pietrygamat in https://github.com/usebruno/bruno/pull/2672 * fix: removed unused code by @lohxt1 in https://github.com/usebruno/bruno/pull/2729 ## New Contributors * @BruAlcaraz made their first contribution in https://github.com/usebruno/bruno/pull/2552 **Full Changelog**: https://github.com/usebruno/bruno/compare/v1.22.0...v1.23.0