v1.26.2

usebruno/brunov1.26.2Aug 25, 2024by helloanoop

AI Summary

A maintenance release improving OpenAPI imports, adding GraphQL export support, and fixing various QuickJS VM and parsing issues.

Key Highlights

  • Added hint for Request Path Variables
  • Extracted basic OpenAPI links
  • Added GraphQL support in Postman export
  • Added search results count to CodeMirror
  • Shortened method names for OPTIONS and DELETE

New Features

  • Hint for Request Path Variables
  • Extract basic OpenAPI links
  • Add GraphQL in export to Postman collection
  • Allow relative paths in markdown docs
  • Documentation for postman import/export
  • Search results count in CodeMirror
  • Shorten method name for OPTIONS and DELETE

Full Release Notes

## What's Changed

### Features
* feat: add hint for Request Path Variables to improve UX by @simivar in https://github.com/usebruno/bruno/pull/2873
* feat: extract basic OpenAPI links by @mockersf in https://github.com/usebruno/bruno/pull/2624
* feat: Add GraphQL in export to Postman collection by @MouseEatsCat in https://github.com/usebruno/bruno/pull/2386
* feat(#2350) Allow relative paths in markdown in docs. by @shawnsarwar in https://github.com/usebruno/bruno/pull/2375
* feat: Add documentation to postman import and export by @hinnerkoetting in https://github.com/usebruno/bruno/pull/2274
* feat: Response headers count logic update by @therealrinku in https://github.com/usebruno/bruno/pull/1488
* feat: Shorten method name for OPTIONS and DELETE by @Nikhil569 in https://github.com/usebruno/bruno/pull/588
* feat: add search results count to CodeMirror by @brunobragaw8t in https://github.com/usebruno/bruno/pull/1498
* feat: Self-host Inter font to fix GDPR issue by @janmonschke in https://github.com/usebruno/bruno/pull/750

### Fixes
* fix: safe mode validations by @lohxt1 in https://github.com/usebruno/bruno/pull/2912
* Bugfix/ update rollup to fix build warnings about unrecognized option by @pietrygamat in https://github.com/usebruno/bruno/pull/2711
* fix: interpolation of multiple interdependent variables by @lohxt1 in https://github.com/usebruno/bruno/pull/2899
* fix: boolean, undefined, null values eval in quickjs vm by @lohxt1 in https://github.com/usebruno/bruno/pull/2893
* Fix/rename-collection-support-wsl by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/2892
* fix: quickjs vm handle errors by @lohxt1 in https://github.com/usebruno/bruno/pull/2906
* bugfix/fix save text response as base64 by @lzl0304 in https://github.com/usebruno/bruno/pull/2886
* bugfix(#2534) Fix QueryResultFilter mouse events by @schiab8 in https://github.com/usebruno/bruno/pull/2535
* fix code blocks text style (fixes #2544) by @tlaloc911 in https://github.com/usebruno/bruno/pull/2545
* Fix path parameters when OpenAPI specification is imported (#2513) by @Madh93 in https://github.com/usebruno/bruno/pull/2533

### Others
* Update node version used by project to match Electron by @pietrygamat in https://github.com/usebruno/bruno/pull/2673
* test: added test for self closing tags in xml-json parser by @anusreesubash in https://github.com/usebruno/bruno/pull/2891
* Feature(DX): Introduce singular dev script to improve DX by @N-Ziermann in https://github.com/usebruno/bruno/pull/2840
* Update bruno-cli/options-description by @chrisnagel in https://github.com/usebruno/bruno/pull/1592

## New Contributors
* @simivar made their first contribution in https://github.com/usebruno/bruno/pull/2873
* @lzl0304 made their first contribution in https://github.com/usebruno/bruno/pull/2886
* @mockersf made their first contribution in https://github.com/usebruno/bruno/pull/2624
* @schiab8 made their first contribution in https://github.com/usebruno/bruno/pull/2535
* @Madh93 made their first contribution in https://github.com/usebruno/bruno/pull/2533
* @MouseEatsCat made their first contribution in https://github.com/usebruno/bruno/pull/2386
* @shawnsarwar made their first contribution in https://github.com/usebruno/bruno/pull/2375
* @hinnerkoetting made their first contribution in https://github.com/usebruno/bruno/pull/2274
* @brunobragaw8t made their first contribution in https://github.com/usebruno/bruno/pull/1498
* @sethstha made their first contribution in https://github.com/usebruno/bruno/pull/1121

**Full Changelog**: https://github.com/usebruno/bruno/compare/v1.26.1...v1.26.2