Skip to content

Releases: usebruno/bruno

v1.33.1

15 Oct 08:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.33.0...v1.33.1

v1.33.0

09 Oct 18:59
Compare
Choose a tag to compare

What's Changed

Features

Fixes

  • Fixed Ultimate Edition feature missing issue

Full Changelog: v1.32.1...v1.33.0

v1.32.1

04 Oct 14:36
Compare
Choose a tag to compare

What's Changed

Features

Fixes

New Contributors

Full Changelog: v1.32.0...v1.32.1

v1.32.0

01 Oct 17:21
Compare
Choose a tag to compare

What's Changed

Features

Fixes

  • fix: interpolate form-urlencoded and multipart formdata values individually by @lohxt1 in #3237
  • fix: interpolate json body for type object -- graphql variables by @lohxt1 in #3212
  • fix: remove glow outline around folded JSON by @sanjai0py in #3208
  • fix: restrict access to system process env vars by @lohxt1 in #3226
  • fix: Cursor jump on Query Params by @Pragadesh-45 in #3227

Full Changelog: v1.31.0...v1.32.0

v1.31.0

30 Sep 07:01
Compare
Choose a tag to compare

What's Changed

Breaking Change

API req.getBody() returns a plain object instead of FormData instance for multipart/form-data requests

Features

Fixes

Others

New Contributors

Full Changelog: v1.30.1...v1.31.0

v1.30.1

22 Sep 07:36
Compare
Choose a tag to compare

What's Changed

  • fix: add missing import for postman-import by @lohxt1 in #3157
  • fix: form submit inside a modal, using the enter key by @lohxt1 in #3158

Full Changelog: v1.30.0...v1.30.1

v1.30.0

21 Sep 09:33
Compare
Choose a tag to compare

What's Changed

Features

  • feat: api key auth by @sanjai0py in #2478
  • feat: added generate code button in query url bar to increase its visibility by @srrathi in #3099
  • feat: add logic to handle saving collection settings on shortcut (preview mode) by @Pragadesh-45 in #3145

Fixes

New Contributors

Full Changelog: v1.29.1...v1.30.0

v1.29.1

18 Sep 20:13
Compare
Choose a tag to compare

What's Changed

  • fix: fixed oauth2 authentication that was broken
  • fix: axios transform request bind by @lohxt1 in #3123
  • fix: handle case of text when invalid JSON (#3119) by @TheoD02 in #3120
  • fix: fixed security vulnerabilities in markdown docs viewer by @lohxt1 in #3122
  • fix: Improve how the URL values are transformed in postman export. by @sanjai0py in #3025

New Contributors

Full Changelog: v1.29.0...v1.29.1

v1.29.0

17 Sep 14:52
Compare
Choose a tag to compare

What's Changed

Fixes

Others

New Contributors

Full Changelog: v1.28.0...v1.29.0

v1.28.0

04 Sep 12:37
Compare
Choose a tag to compare

What's Changed

Breaking changes

With the release of v1.28.0, we've shifted to treating all Request Variables as strings instead of inferring the data type from the value. See documentation for more information.

Features

Fixes

New Contributors

Full Changelog: v1.27.0...v1.28.0