v3.4.2

usebruno/brunov3.4.2May 26, 2026by bijin-bruno

AI Summary

A patch release focusing on bug fixes for UI tab resolution, multipart form data handling, and a performance regression revert for DNS resolution.

Key Highlights

  • Fixed tab type resolution for non-request types
  • Fixed multipart/mixed and multipart/form-data interpolation and generic request behavior
  • Removed stray semicolon typo from UI
  • Reverted DNS resolution optimization due to issues

Full Release Notes

# Changelog

### Fixes
- fix(ui): tab type resolution for non request types by @sid-bruno in [#8097](https://github.com/usebruno/bruno/pull/8097)
- fix(api): multipart/mixed and multipart/form-data interpolation and generic request behaviour by @sid-bruno in [#8087](https://github.com/usebruno/bruno/pull/8087)
- fix(ui): remove stray semicolon typo from UI by @ganesh-bruno in [#8088](https://github.com/usebruno/bruno/pull/8088)

### Others
- revert: "perf: optimize DNS resolution to reduce request latency" by @sid-bruno in [#8092](https://github.com/usebruno/bruno/pull/8092)


**Full Changelog** https://github.com/usebruno/bruno/compare/v3.4.1...v3.4.2