v1.33.1

usebruno/brunov1.33.1Oct 15, 2024by helloanoop

AI Summary

The update primarily resolves bugs related to importing Insomnia collections, including issues with null authentication credentials and date handling. It also refactors environment variable styling and adds tooltips for better UI utility.

Key Highlights

  • Fixed Insomnia collection import with null authentication credentials
  • Fixed Date Handling in Insomnia Collection Import
  • Refactored environment variable styling and error handling
  • Added Toolhint for Global Environment Selector

New Features

  • Create default environments on openapi import using server url

Full Release Notes

## What's Changed
* fix: failing to import insomnia collection when username/password in auth is null by @jake-owen-p in https://github.com/usebruno/bruno/pull/3293
* Style: Update `Toolhint` Z-Index and Add Toolhint for `GlobalEnvironmentSelector` by @Pragadesh-45 in https://github.com/usebruno/bruno/pull/3284
* Create default environments on openapi import using server url by @anusreesubash in https://github.com/usebruno/bruno/pull/3267
* fix(#3287): res.setBody safe mode by @lohxt1 in https://github.com/usebruno/bruno/pull/3299
* Fix Date Handling in Insomnia Collection Import by @anusreesubash in https://github.com/usebruno/bruno/pull/3303
* Refactor environment variable styling and error handling by @sanjai0py in https://github.com/usebruno/bruno/pull/3291

## New Contributors
* @jake-owen-p made their first contribution in https://github.com/usebruno/bruno/pull/3293

**Full Changelog**: https://github.com/usebruno/bruno/compare/v1.33.0...v1.33.1