v2.13.2
usebruno/brunov2.13.2Oct 17, 2025by lohit-bruno
AI Summary
Minor fix release addressing form URL encoding type checks, URL parameter parsing and interpolation, and WebSocket URL casing preservation.
Key Highlights
- Hardened type checks for form URL encoding
- URL parameter parsing and interpolation fix
- Preserve original casing in WebSocket URL
Full Release Notes
## Fixes - fix: harden type checks for buildFormUrlEncodedPayload by @barelyhuman [#5811](https://github.com/usebruno/bruno/pull/5811) - fix: enhance URL parameter parsing and interpolation logic by @Pragadesh-45 in [#5812](https://github.com/usebruno/bruno/pull/5812) - fix: form-urlencoded logic updates by @lohit-bruno in [#5820](https://github.com/usebruno/bruno/pull/5820) - fix: preserve original casing in websocket URL by @sid-bruno in [#5822](https://github.com/usebruno/bruno/pull/5822) **Full Changelog**: [v2.13.1...v2.13.2](https://github.com/usebruno/bruno/compare/v2.13.1...v2.13.2)