What's Changed
Features
- Feat: added bruno converters package in workflow file by @pooja-bruno in https://github.com/usebruno/bruno/pull/4465
- Feat: added @usebruno/request package with digest authentication support by @sanjaikumar-bruno inhttps://github.com/usebruno/bruno/pull/4417
- Feat: added tests for mock variable interpolation in interpolate function by @sanjaikumar-bruno inhttps://github.com/usebruno/bruno/pull/4507
- Feat: added insomnia v5 import by @pooja-bruno inhttps://github.com/usebruno/bruno/pull/4468
- Feat: improved postman translations: pm.request and pm.response by @pooja-bruno inhttps://github.com/usebruno/bruno/pull/4517
- Feat: added support for various authentication types in the Postman to Bruno converter by @Pragadesh-45 inhttps://github.com/usebruno/bruno/pull/4475
Fixes
- Fix: header key variables not interpolating with capital letters by @pooja-bruno inhttps://github.com/usebruno/bruno/pull/4264
- Fix: update global env in collection runner by @pooja-bruno inhttps://github.com/usebruno/bruno/pull/4135
- Fix: Prevent --bail option from treating skipped requests as failures by @pooja-bruno inhttps://github.com/usebruno/bruno/pull/4166
- Fix: Mock/Random built-in variables related issues by @ramki-bruno inhttps://github.com/usebruno/bruno/pull/4483
- Fix: Missing bruno-requests module in
setup.js
andpackage-lock.json
by @Skrivoo inhttps://github.com/usebruno/bruno/pull/4487 - Fix: lint errors for atob/btoa redefinition by @pooja-bruno inhttps://github.com/usebruno/bruno/pull/4509
- Fix: add cheerio and xml2js modules to post-response scripts by @andreas-wirth inhttps://github.com/usebruno/bruno/pull/4516
- Fix: folder drag-and-drop crash by @pooja-bruno inhttps://github.com/usebruno/bruno/pull/3944
- Fix: add json parsing and error handling for postman environment imports by @lohxt1 inhttps://github.com/usebruno/bruno/pull/4523
- Fix: styled skipped requests by @nikischin inhttps://github.com/usebruno/bruno/pull/3853
- Fix: added null checks and fallbacks to
Bruno-to-Postman
converter to… by @pooja-bruno inhttps://github.com/usebruno/bruno/pull/4525 - Fix: included globalEnvironmentVariables in runPostResponseVars result by @anusree-bruno inhttps://github.com/usebruno/bruno/pull/4520
Others
- Updated required node version in german contributing file by @0xflotus in https://github.com/usebruno/bruno/pull/3875
- Added example to readme file by @ganesh-bruno inhttps://github.com/usebruno/bruno/pull/4471
- Fixed chokidar disables globbing by @lzl0304 inhttps://github.com/usebruno/bruno/pull/2958
- Move mock builtin vars interpolation to bruno-common for CLI support by @sanjaikumar-bruno inhttps://github.com/usebruno/bruno/pull/4497
- Refactor bruno-common interpolate fn by @lohxt1 inhttps://github.com/usebruno/bruno/pull/4519
- Added html reports submodule setup in the bruno-common package by @lohxt1 inhttps://github.com/usebruno/bruno/pull/4536
- Reorganize Postman translation tests into modular file by @pooja-bruno in https://github.com/usebruno/bruno/pull/4524