v1.29.1

usebruno/brunov1.29.1Sep 18, 2024by helloanoop

AI Summary

This patch release focuses on bug fixes, specifically addressing broken OAuth2 authentication, invalid JSON handling, and security vulnerabilities in the markdown viewer.

Key Highlights

  • Fixed broken OAuth2 authentication
  • Handled invalid JSON responses gracefully
  • Fixed security vulnerabilities in markdown docs viewer
  • Improved Postman export URL transformation

Full Release Notes

## What's Changed
* fix: fixed oauth2 authentication that was broken
* fix: axios transform request bind by @lohxt1 in https://github.com/usebruno/bruno/pull/3123
* fix: handle case of text when invalid JSON (#3119) by @TheoD02 in https://github.com/usebruno/bruno/pull/3120
* fix: fixed security vulnerabilities in markdown docs viewer by @lohxt1 in https://github.com/usebruno/bruno/pull/3122
* fix: Improve how the URL values are transformed in postman export.  by @sanjai0py in https://github.com/usebruno/bruno/pull/3025

## New Contributors
* @TheoD02 made their first contribution in https://github.com/usebruno/bruno/pull/3120

**Full Changelog**: https://github.com/usebruno/bruno/compare/v1.29.0...v1.29.1