v3.4.2

NirDiamant/GenAI_Agentsv3.4.2May 26, 2026by bijin-bruno

AI Summary

A minor patch release for the Bruno API tool that fixes bugs in multipart request handling, UI tab resolution, and reverts a previous DNS optimization.

Key Highlights

  • Fixed multipart/mixed and form-data interpolation and generic request behavior
  • Fixed UI tab type resolution for non-request types
  • Reverted DNS optimization to reduce request latency 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