v1.20.3

usebruno/brunov1.20.3Jul 10, 2024by helloanoop

AI Summary

This patch addresses various CLI and import issues, including Windows-specific header saving problems, folder cloning, and validation errors during collection import.

Key Highlights

  • Fix folder level headers/vars not saved in Windows
  • Fix Import Bruno Collection validation errors
  • Fix CLI execution of folder.bru files
  • Fix CLI parameter interpolation

New Features

  • Fix folder level headers/vars not saved in windows
  • Fix Import Bruno Collection validation
  • Fix CLI recursive folder cloning
  • Fix CLI parameter interpolation

Full Release Notes

## What's Changed

* fix: folder level headers/vars not saved in windows by @lohxt1 in https://github.com/usebruno/bruno/pull/2595
* fix: Import Bruno Collection fails - ValidationError: headers are required #2583  by @sfreeman422 in https://github.com/usebruno/bruno/pull/2598
* fix: collection export import  by @lohxt1 in https://github.com/usebruno/bruno/pull/2601
* fix: Cloning a dir now clone also folder.bru files recursively#2593 by @fgrande in https://github.com/usebruno/bruno/pull/2596
* fix: Bruno CLI tries to execute folder.bru #2584 by @fgrande in https://github.com/usebruno/bruno/pull/2585
* fix: CLI doesn't interpolate params on the URL #2587 by @fgrande in https://github.com/usebruno/bruno/pull/2588
* chore: fixed typos in bruno-cli readme.md by @jcari-dev in https://github.com/usebruno/bruno/pull/2600

## New Contributors
* @sfreeman422 made their first contribution in https://github.com/usebruno/bruno/pull/2598

**Full Changelog**: https://github.com/usebruno/bruno/compare/v1.20.2...v1.20.3