v3.4.2

scottschiller/SoundManager2v3.4.2May 26, 2026by bijin-bruno

AI Summary

This release fixes issues with tab type resolution for non-request types, corrects multipart/mixed and form-data interpolation behaviors, and removes a stray semicolon typo in the UI.

Key Highlights

  • Fix tab type resolution for non request types
  • Fix multipart/mixed and multipart/form-data interpolation
  • Remove stray semicolon typo from UI

New Features

  • Tab type resolution fixes
  • Multipart request handling fixes
  • UI typo fixes

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