Releases: usebruno/bruno
Releases · usebruno/bruno
v1.37.0
What's Changed
- fix: cli -- envs path resolution by @lohxt1 in #3601
- fix: cli - include collection level script, updated testbench by @lohxt1 in #3605
- fix: cli -- brutojson fn -- req script should be obj by default by @lohxt1 in #3624
- fix: rename folder case insensitive by @lohxt1 in #3635
- feat: replace nextjs with rsbuild by @lohxt1 in #3617
- feat: add support for importing collection-level variables from PM collections by @sanjai0py in #3481
- fix: update pathname validation to use basename for directory checks #2193 by @Pragadesh-45 in #3550
- fix: bruno-app tests by @lohxt1 in #3653
- fix: rsbuild related error fixes by @lohxt1 in #3655
- chore: headers/vars/script merge fns refactor by @lohxt1 in #3654
- feat: folder documentation by @fgalaf in #3206
- refactor: add sanitization for collection and folder name fixes: #160 by @Pragadesh-45 in #3559
- fix: update content-type header for XML requests to application/xml by @Pragadesh-45 in #3648
- fix: Stale Tabs for Folder Settings on Rename/Delete (fixes: #3606) by @Pragadesh-45 in #3607
- Feat/displaying variable hints as secrets for Global Environment Secrets by @Pragadesh44-Bruno in #3591
- Fix/global env duplicate name error by @sanjaikumar-bruno in #3590
- feat: add 'isNotEmpty' assertion operator by @sanjai0py in #3522
- fix: refactor createFormData function by @sanjaikumar-bruno in #3586
- refactor createFormData function by @sanjaikumar-bruno in #3656
- fix: cli -- json response parsing by @lohxt1 in #3642
- feature: Multi-part requests: user should be able to set content-type for each part in a multi-part request. #1602 by @end3rbyte in #2121
- refactor: multipart content-type pr-2121 by @lohxt1 in #3657
- refactor: multipart content-type pr review fixes by @lohxt1 in #3658
- fix: followup pr - only close folder tab on rename pr-3607 by @lohxt1 in #3659
- fix(#521): Allow "context" as the name of a key/var in a JS expression by @nelup20 in #1043
- fix: add tests to axios request object by @lohxt1 in #3660
- fix: update condition for renaming items in Windows OS by @Pragadesh-45 in #3661
- revert: rename-item watcher fix -- tbd by @lohxt1 in #3662
- fix: validations by @lohxt1 in #3670
- fix: plain text curl data by @pooja-bruno in #3677
New Contributors
- @fgalaf made their first contribution in #3206
- @Pragadesh44-Bruno made their first contribution in #3591
- @sanjaikumar-bruno made their first contribution in #3590
- @pooja-bruno made their first contribution in #3677
Full Changelog: v1.36.1...v1.37.0
v1.36.1
v1.36.0
What's Changed
Features
- feat: auto updater by @sanjai0py
- feat: Graceful handle rename/move: Fix
EPERM
Error When Renaming Parent Folders on Windows by @Pragadesh-45 in #3236
Fixes
- Fix/invalid file name handling by @Pragadesh-45 in #3274
- fix: humanize-date fixes: #3556 by @Pragadesh-45 in #3565
- fix: response pane width shift styling for timeline tab by @lohxt1 in #3573
- Fix/improve env modal error when duplicate names by @sanjai0py in #3557
- Add "docs" to copy for export (1615) by @drwelby in #3551
- Fix/xml body not getting added during curl import. by @sanjai0py in #3547
- fix: validate env name fn null checks by @lohxt1 in #3578
Others
- chore: version bump by @lohxt1 in #3592
- Update readme.md by @rreyn-bruno in #3520
New Contributors
- @rreyn-bruno made their first contribution in #3520
- @drwelby made their first contribution in #3551
Full Changelog: v1.35.0...v1.36.0
v1.35.0
What's Changed
Features
- feat: displaying variable hints as secrets by @Pragadesh-45 in #3268
- feat: deleteEnvVar safe mode shim by @lohxt1 in #3515
- feat: cookie support to CLI requests by @matthewdickinson in #2820
- feat: add --client-cert-config option for secure connections in CLI run command by @Pragadesh-45 in #3504
- feat: add option to skip headers in CLI run command output by @Pragadesh-45 in #3467
Fixes
- fix: cli run-summary count fix for requests with ECONNREFUSED error by @lohxt1 in #3451
- fix: server_rendered logic for newer versions of nextjs by @lohxt1 in #3509
- fix: posthog api key - process env var by @lohxt1 in #3490
- fix: checkov CKV2_GHA_1 warning by @lohxt1 in #3488
- fix: checkov CKV_GHA_7 warning by @lohxt1 in #3489
- refactor/ bruno-testbench updates by @Pragadesh-45 in #3483
- fix: incorrect dispatch fn calls -- global env slice by @lohxt1 in #3452
- fix: exclude Meta, Alt, Home and End key press for autocomplete trigger by @lohxt1 in #3441
- fix: codemirror styling fixes, post library upgrade by @lohxt1 in #3439
- fix: import openapi -- baseUrl env value should not include trailing slash by @lohxt1 in #3440
- Now based on the request type appropriate views are shown. by @sanjai0py in #3340
- bugfix / Update video preview functionality by @sanjai0py in #3433
- Feat/import translation for deprecated pm import by @Pragadesh-45 in #3388
- fix: enhance path normalization for WSL compatibility in watcher (fix #1928) by @Pragadesh-45 in #3482
- fix: improve masking logic in MaskedEditor for large content handling (fixes #2842) by @Pragadesh-45 in #3472
- fix: add validation to prevent duplicate global environment names (fixes: #3449) by @Pragadesh-45 in #3450
- Fix/add missing translations by @Pragadesh-45 in #3352
- fix/ Script execution is prevented by line comments by @sanjai0py in #3462
- bugfix / remove error logging for missing global environment by @sanjai0py in #3447
- Fix: (#3383) openapi yaml req body not importing by @arshan1019 in #3459
- fix: server_rendered codemirror logic for newer versions of nextjs by @lohxt1 in #3516
- fix: video preview comp memo import by @lohxt1 in #3517
- fix: codemirror editors background styling fix by @lohxt1 in #3523
Others
- Add a proper example for using the usebruno query library in the READ… by @ganesh-bruno in #3464
- chore: node version bump -- v22.11.0 by @lohxt1 in #3508
New Contributors
- @ganesh-bruno made their first contribution in #3464
- @arshan1019 made their first contribution in #3459
- @matthewdickinson made their first contribution in #2820
Full Changelog: v1.34.2...v1.35.0
v1.34.2
What's Changed
Fixes
- fix: fixed app crash issue when modifying anything in collection level headers/scripts/tests by @Pragadesh-45 in #3414
- fix: fixed postman export issue by @sanjai0py
Full Changelog: v1.34.1...v1.34.2
v1.34.1
What's Changed
Features
- feat: content indication for collections and folders by @Pragadesh-45 in #3359
Fixes
- fix: can't create collection on empty directory by @saikksub in #3256
- fix: code editor styling fixes -- search box, folding marker by @lohxt1 in #3393
- fix: include global env varaibles for oauth2 by @lohxt1 in #3392
- fix: codeeditor search box desc alignment fix by @lohxt1 in #3396
- fix: graphql editor search box styling by @lohxt1 in #3397
Others
New Contributors
Full Changelog: v1.34.0...v1.34.1
v1.34.0
Full Changelog: v1.34.0...v1.34.0
Features
- feat: support for importing multiple collections at once @sanjai0py
- feat: upgrade libraries for dependabot alerts by @lohxt1 in #3300
- feat/import folder and collection level scripts from postman by @Pragadesh-45 in #3334
- feat:add res() function shim to safe-mode by @lohxt1 in #3345
Fixes
- fix: global env ui fixes by @lohxt1 in #3305
- fix: add global env vars to the active collection by @lohxt1 in #3312
- fix: bruno-app build command update by @lohxt1 in #3322
- fix: Add missing postman translation functions by @Spencerhutch in #3324
- Fixes Issue #3233: set httpsAgentRequestFields on request.httpsAgent when shouldProxy or shouldUseSystemProxy was false by @giuseppemilicia in #3317
- fix: global env - for selected env in sidebar - check for updates by @lohxt1 in #3344
New Contributors
- @Spencerhutch made their first contribution in #3324
- @giuseppemilicia made their first contribution in #3317
Full Changelog: v1.33.1...v1.34.0
v1.33.1
What's Changed
- fix: failing to import insomnia collection when username/password in auth is null by @jake-owen-p in #3293
- Style: Update
Toolhint
Z-Index and Add Toolhint forGlobalEnvironmentSelector
by @Pragadesh-45 in #3284 - Create default environments on openapi import using server url by @anusreesubash in #3267
- fix(#3287): res.setBody safe mode by @lohxt1 in #3299
- Fix Date Handling in Insomnia Collection Import by @anusreesubash in #3303
- Refactor environment variable styling and error handling by @sanjai0py in #3291
New Contributors
- @jake-owen-p made their first contribution in #3293
Full Changelog: v1.33.0...v1.33.1
v1.33.0
What's Changed
Features
Fixes
- Fixed Ultimate Edition feature missing issue
Full Changelog: v1.32.1...v1.33.0
v1.32.1
What's Changed
Features
Fixes
- fix: correcting WSSE logic by @dwolter-emarsys in #3252
- fix: Update color variable in Keybindings component by @sanjai0py in #3251
- fix: Handle blank post request variables in request run by @Pragadesh-45 in #3249
- fix: select no-env issue by @lohxt1 in #3247
New Contributors
- @dwolter-emarsys made their first contribution in #3252
Full Changelog: v1.32.0...v1.32.1