v3.4.2

potpie-ai/potpiev3.4.2May 26, 2026by bijin-bruno

AI Summary

This release focuses on fixing UI and API behaviors, specifically resolving issues with tab type resolution and multipart request handling, while reverting a previous DNS optimization.

Key Highlights

  • Fix tab type resolution for non-request types
  • Fix multipart/mixed and multipart/form-data interpolation
  • Revert DNS resolution optimization to reduce request latency

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