Skip to content

Releases: usebruno/bruno

v0.15.3

27 Sep 10:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.15.2...v0.15.3

v0.15.2

24 Sep 23:30
Compare
Choose a tag to compare

What's Changed

  • fixed issue related to secrets management not working #210

Full Changelog: v0.15.1...v0.15.2

v0.15.1

24 Sep 21:44
Compare
Choose a tag to compare

What's Changed

  • fixed issue related to about-window dependency breaking build

Full Changelog: v0.15.0...v0.15.1

v0.15.0

24 Sep 20:11
Compare
Choose a tag to compare

What's Changed

  • #122, #199 environment secrets by @helloanoop in #209
  • #199 add CLI feature to use command line parameter '--env-var' secret=… by @mirkogolze in #202
  • #203 Add about-window to help menu by @jeffprinty in #204
  • #199 bring feature cli overridable env vars to main by @mirkogolze in #208
  • #199 improve code to check given env vars correctly by @mirkogolze in #207
  • #206 enhanced support for a robust explorer to visualize collection variables
  • #205 view collection properties (location, number of environments, requests etc)
  • #200 req.setMaxRedirects() api
  • #131 fix long standing issue of select all not working in MacOS

Full Changelog: v0.14.1...v0.15.0

v0.14.1

20 Sep 09:54
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.14.0...v0.14.1

v0.14.0

13 Sep 19:25
Compare
Choose a tag to compare

What's Changed

  • mac notarization issues have been resolved
  • fixed issue where collection vars not being set inside test scripts (#151, #188)
  • console logs are now printed in developer tools (#190)
  • add ability to turn certificate validation off in the cli by @BrentShikoski in #181
  • Enable scrolling in collections sidebar #118 by @jeffprinty in #182
  • support alternative cacert file in cli by @BrentShikoski in #183
  • support custom cacert file by @BrentShikoski in #187

New Contributors

Full Changelog: v0.13.2...v0.14.0

v0.13.2

01 Sep 08:37
Compare
Choose a tag to compare

What's Changed

  • Fixed missing production build in the artifact

Full Changelog: v0.13.1...v0.13.2

v0.13.1

31 Aug 19:11
Compare
Choose a tag to compare

What's Changed

  • Fix issue where collection run was getting aborted after for 4xx/5xx api responses #177 #165

Note

This build is currently only available for Windows and Linux. We are facing notarization issues for Mac which is expected to be resolved by Sep 15 2023

v0.13.0

31 Aug 18:03
Compare
Choose a tag to compare

What's Changed

  • Option to ignore "self signed certificate in certificate chain" #168
  • Fix issue where tests were not running for 4xx/5xx api responses #177 #165
  • RFC: Support process.env in Bru script Re #170 by @dcoomber in #171
  • Added prettier precommit hook with husky Re #48 by @dcoomber in #173
  • chore: improve the cli doc to avoid misunderstandings by @LesageYann in #176

New Contributors

Note

This build is currently only available for Windows and Linux. We are facing notarization issues for Mac which is expected to be resolved by Sep 15 2023

Full Changelog: v0.12.2...v0.13.0

v0.12.2

02 May 10:42
Compare
Choose a tag to compare

Full Changelog: v0.12.1...v0.12.2

What's Changed

  • Fixed issue where content-type was getting overwritten everytime as application/x-www-form-urlencoded