v3.2.2
Fixed 10
- App crashes when closing the window
- Preserve user-defined boundary in multipart/mixed Content-Type header
- Preserve query params without values by not appending = sign
- Ensure string values within auth and add string header processing during postman collection imports
- Recreate HTTP/HTTPS agents on redirect to prevent stale agent reuse
- Re-apply secret masking after editor value changes
- Update system proxy fetching to use finally
- Status and statusText swap
- Convert non-string variable values to strings during postman import
- Add conversion for non-string values within headers, params, and other fields during postman collection imports
Security 2
- Sanitise HTML before being rendered in documentation blocks
- Fix all critical vulnerable dependency reports
Changelog
Fixes
- fix: app crashes when closing the window by @chirag-bruno in #7637
- fix: preserve user-defined boundary in multipart/mixed Content-Type header by @chirag-bruno in #7531
- fix: preserve query params without values by not appending = sign by @pooja-bruno in #7567
- fix: ensure string values within auth, add string header processing during postman collection imports by @sanish-bruno in #7646
- fix: recreate HTTP/HTTPS agents on redirect to prevent stale agent reuse by @lohit-bruno in #7615
- fix: re-apply secret masking after editor value changes by @abhishek-bruno in #7585
- fix(security): sanitise HTML before being rendered in documentation blocks by @sid-bruno in #7598 - Credits to @andrejtomci and other anonymous contributors for bringing it up
- fix: update system proxy fetching to use finally by @sid-bruno in #7652
- fix: status & statusText swap by @shubh-bruno in #7589
- fix: convert non-string variable values to strings during postman import by @pooja-bruno in #7476
- fix: add conversion for non-string values within headers, params, etc during postman collection imports by @sanish-bruno in #7644
Others
- security: fix all critical vulnerable dependency reports by @sid-bruno in #7645
- chore: add a promise based wait group for the shell variables by @sid-bruno in #7647
Full Changelog: https://github.com/usebruno/bruno/compare/v3.2.0...v3.2.2