v1.28.0
usebruno/brunov1.28.0Sep 4, 2024by helloanoop
AI Summary
This release includes a significant breaking change regarding variable types and introduces collection-level variable support along with proxy mode preferences.
Key Highlights
- Breaking change: All Request Variables are now treated as strings
- Added Collection Variables Support
- Added keyboard shortcut to switch tabs
- Allowed system proxy mode preferences
- Store cookies received in Runner execution
Breaking Changes
- Request Variables are now treated as strings instead of inferring the data type from the value.
New Features
- Collection Variables Support
- Switch tabs with keyboard shortcut
- Allow system proxy mode preferences
- Store cookies received in Runner execution
Full Release Notes
## What's Changed ### Breaking changes With the release of v1.28.0, we've shifted to treating all Request Variables as strings instead of inferring the data type from the value. See [documentation](https://docs.usebruno.com/get-started/variables/overview) for more information. ### Features * feat: Collection Variables Support (#2963) by @lohxt1 and @helloanoop in https://github.com/usebruno/bruno/pull/3018 * feat(#736): Switch tabs with keyboard shortcut by @ParamjotSingh5 in https://github.com/usebruno/bruno/pull/812 * feat: Allow system proxy mode preferences by @helloanoop in https://github.com/usebruno/bruno/pull/2977 * feat: Store cookies received in Runner execution by @j-lebek in https://github.com/usebruno/bruno/pull/2951 ### Fixes * fix: styling in delete button by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/2949 * fix: Issue with Parameters Passed in the URL(#2124) by @pietrygamat in https://github.com/usebruno/bruno/pull/2139 * fix: option to toggle on/off system proxy env variables by @lohxt1 in https://github.com/usebruno/bruno/pull/2724 * fix: multipart timeline by @lohxt1 in https://github.com/usebruno/bruno/pull/3008 * fix: openapi collection import to not add protocol by default by @lohxt1 in https://github.com/usebruno/bruno/pull/3011 ## New Contributors * @ParamjotSingh5 made their first contribution in https://github.com/usebruno/bruno/pull/812 **Full Changelog**: https://github.com/usebruno/bruno/compare/v1.27.0...v1.28.0