v1.19.0

usebruno/brunov1.19.0Jun 11, 2024by helloanoop

AI Summary

Introduces path parameter support, OAuth2 state parameter handling, and full Hashicorp Vault integration to enhance API testing capabilities.

Key Highlights

  • Add path parameters support
  • Add support for state param for OAuth2 Authorization Code flow
  • Add vault integration
  • Fix OAuth2 redirect URL matching

New Features

  • Path parameters support
  • OAuth2 state parameter support
  • Vault integration

Full Release Notes

## What's Changed

### Features
* feat: path parameters support by @game5413 in https://github.com/usebruno/bruno/pull/484
* feat: add support for state param for OAuth2 Authorization Code flow by @dhananjaykadam in https://github.com/usebruno/bruno/pull/2330
* feat: vault integration

### Fixes
* fix(#2367): handle response body decode by @lohxt1 in https://github.com/usebruno/bruno/pull/2371
* fix: Check OAuth2 redirect URL for matching callback URL and authorization code in query parameters by @dakshin-k in https://github.com/usebruno/bruno/pull/2148
* bugfix(#2401) by @sanjai0py in https://github.com/usebruno/bruno/pull/2407
* chore: fix tests for bruno-electron & bruno-lang by @lohxt1 in https://github.com/usebruno/bruno/pull/2410
* fix(#2122): add specific error status codes by @jzorn in https://github.com/usebruno/bruno/pull/2126
* chore: fix cli tests by @lohxt1 in https://github.com/usebruno/bruno/pull/2412

## New Contributors
* @dhananjaykadam made their first contribution in https://github.com/usebruno/bruno/pull/2330
* @dakshin-k made their first contribution in https://github.com/usebruno/bruno/pull/2148
* @jzorn made their first contribution in https://github.com/usebruno/bruno/pull/2126

**Full Changelog**: https://github.com/usebruno/bruno/compare/v1.18.1...v1.19.0