v3.4.2
arhamkhnz/next-shadcn-admin-dashboardv3.4.2May 26, 2026by bijin-bruno
AI Summary
This is a minor patch release addressing UI rendering issues in the request tab, specifically fixing tab type resolution and removing typos, alongside a revert of a DNS optimization.
Key Highlights
- Fixed tab type resolution for non-request types
- Fixed multipart/mixed and form-data interpolation
- Removed stray semicolon typo from UI
New Features
- UI tab type resolution fix
- API multipart interpolation fix
- UI typo removal
- Reverted DNS resolution optimization
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