v1.35.0
usebruno/brunov1.35.0Nov 21, 2024by helloanoop
AI Summary
Enhances CLI capabilities with cookie and certificate support, along with UI improvements for variable handling and masking large content.
Key Highlights
- Cookie support added to CLI requests.
- Client certificate configuration option for secure CLI connections.
- Variable hints displayed as secrets in the Global Environment.
- Improved masking logic for large content in MaskedEditor.
New Features
- feat: displaying variable hints as secrets
- feat: deleteEnvVar safe mode shim
- feat: cookie support to CLI requests
- feat: add --client-cert-config option for secure connections in CLI run command
- feat: add option to skip headers in CLI run command output
- fix: cli run-summary count fix for requests with ECONNREFUSED error
- fix: server_rendered logic for newer versions of nextjs
- fix: posthog api key - process env var
- refactor/ bruno-testbench updates
- fix: incorrect dispatch fn calls -- global env slice
- fix: exclude Meta, Alt, Home and End key press for autocomplete trigger
- fix: codemirror styling fixes, post library upgrade
- fix: import openapi -- baseUrl env value should not include trailing slash
- Now based on the request type appropriate views are shown
- bugfix / Update video preview functionality
- Feat/import translation for deprecated pm import
- fix: enhance path normalization for WSL compatibility in watcher
- fix: improve masking logic in MaskedEditor for large content handling
- fix: add validation to prevent duplicate global environment names
- Fix/add missing translations
- fix/ Script execution is prevented by line comments
- bugfix / remove error logging for missing global environment
- Fix: openapi yaml req body not importing
- fix: server_rendered codemirror logic for newer versions of nextjs
- fix: video preview comp memo import
- fix: codemirror editors background styling fix
- Add a proper example for using the usebruno query library
- chore: node version bump -- v22.11.0
Full Release Notes
## What's Changed ### Features * feat: displaying variable hints as secrets by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/3268 * feat: deleteEnvVar safe mode shim by @lohxt1 in https://github.com/usebruno/bruno/pull/3515 * feat: cookie support to CLI requests by @matthewdickinson in https://github.com/usebruno/bruno/pull/2820 * feat: add --client-cert-config option for secure connections in CLI run command by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/3504 * feat: add option to skip headers in CLI run command output by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/3467 ### Fixes * fix: cli run-summary count fix for requests with ECONNREFUSED error by @lohxt1 in https://github.com/usebruno/bruno/pull/3451 * fix: server_rendered logic for newer versions of nextjs by @lohxt1 in https://github.com/usebruno/bruno/pull/3509 * fix: posthog api key - process env var by @lohxt1 in https://github.com/usebruno/bruno/pull/3490 * fix: checkov CKV2_GHA_1 warning by @lohxt1 in https://github.com/usebruno/bruno/pull/3488 * fix: checkov CKV_GHA_7 warning by @lohxt1 in https://github.com/usebruno/bruno/pull/3489 * refactor/ bruno-testbench updates by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/3483 * fix: incorrect dispatch fn calls -- global env slice by @lohxt1 in https://github.com/usebruno/bruno/pull/3452 * fix: exclude Meta, Alt, Home and End key press for autocomplete trigger by @lohxt1 in https://github.com/usebruno/bruno/pull/3441 * fix: codemirror styling fixes, post library upgrade by @lohxt1 in https://github.com/usebruno/bruno/pull/3439 * fix: import openapi -- baseUrl env value should not include trailing slash by @lohxt1 in https://github.com/usebruno/bruno/pull/3440 * Now based on the request type appropriate views are shown. by @sanjai0py in https://github.com/usebruno/bruno/pull/3340 * bugfix / Update video preview functionality by @sanjai0py in https://github.com/usebruno/bruno/pull/3433 * Feat/import translation for deprecated pm import by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/3388 * fix: enhance path normalization for WSL compatibility in watcher (fix #1928) by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/3482 * fix: improve masking logic in MaskedEditor for large content handling (fixes #2842) by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/3472 * fix: add validation to prevent duplicate global environment names (fixes: #3449) by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/3450 * Fix/add missing translations by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/3352 * fix/ Script execution is prevented by line comments by @sanjai0py in https://github.com/usebruno/bruno/pull/3462 * bugfix / remove error logging for missing global environment by @sanjai0py in https://github.com/usebruno/bruno/pull/3447 * Fix: (#3383) openapi yaml req body not importing by @arshan1019 in https://github.com/usebruno/bruno/pull/3459 * fix: server_rendered codemirror logic for newer versions of nextjs by @lohxt1 in https://github.com/usebruno/bruno/pull/3516 * fix: video preview comp memo import by @lohxt1 in https://github.com/usebruno/bruno/pull/3517 * fix: codemirror editors background styling fix by @lohxt1 in https://github.com/usebruno/bruno/pull/3523 ### Others * Add a proper example for using the usebruno query library in the READ… by @ganesh-bruno in https://github.com/usebruno/bruno/pull/3464 * chore: node version bump -- v22.11.0 by @lohxt1 in https://github.com/usebruno/bruno/pull/3508 ## New Contributors * @ganesh-bruno made their first contribution in https://github.com/usebruno/bruno/pull/3464 * @arshan1019 made their first contribution in https://github.com/usebruno/bruno/pull/3459 * @matthewdickinson made their first contribution in https://github.com/usebruno/bruno/pull/2820 **Full Changelog**: https://github.com/usebruno/bruno/compare/v1.34.2...v1.35.0