v1.32.1

usebruno/brunov1.32.1Oct 4, 2024by helloanoop

AI Summary

This patch release adds a utility function for deleting all variables and fixes several logic issues, including WSSE authentication and handling blank request variables. It also improves the keybindings component color consistency.

Key Highlights

  • Added bru.deleteAllVars() function
  • Fixed WSSE logic
  • Fixed handling of blank post request variables
  • Fixed 'select no-env' issue

New Features

  • bru.deleteAllVars() function

Full Release Notes

## What's Changed

### Features
* feat: `bru.deleteAllVars()` @lohxt1 in https://github.com/usebruno/bruno/pull/3231

### Fixes
* fix:  correcting WSSE logic by @dwolter-emarsys in https://github.com/usebruno/bruno/pull/3252
* fix: Update color variable in Keybindings component by @sanjai0py in https://github.com/usebruno/bruno/pull/3251
* fix: Handle blank post request variables in request run by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/3249
* fix: select no-env issue by @lohxt1 in https://github.com/usebruno/bruno/pull/3247

## New Contributors
* @dwolter-emarsys made their first contribution in https://github.com/usebruno/bruno/pull/3252

**Full Changelog**: https://github.com/usebruno/bruno/compare/v1.32.0...v1.32.1