Skip to content

Releases: usebruno/bruno

v0.7.1

29 Jan 14:29
Compare
Choose a tag to compare

Release Summary

This is a patch release that fixes the missing module error in the electron build.

Full Changelog: v0.7.0...v0.7.1

v0.7.0

29 Jan 14:16
Compare
Choose a tag to compare

Release Summary

This is yet another landmark release for Bruno.
Bruno now supports Scripting and Testing in Javascript.

Full documentation for scripting and testing can be found at https://docs.usebruno.com/

Full Changelog: v0.6.1...v0.7.0

v0.6.1

22 Jan 19:08
Compare
Choose a tag to compare

Release Summary

This is a patch release.
The body(type="form-url-encoded") is deprecated in favour of body(type="form-urlencoded")

This release also includes the initial set of work to support script and tests

Full Changelog: v0.6.0...v0.6.1

v0.6.0

21 Jan 21:40
Compare
Choose a tag to compare

Release Summary

This is a landmark release for Bruno.
We have removed support for in app collections and are going ALL IN on local filesystem collections.

New .bru file format

We have designed an eloquent DSL for storing all your collections of top your filesystem as plain text files.
Think of it as markdown for storing your api requests.

Other notable features

  • Response Timeline
  • Highlight matching env vars in green and others in red
  • Show env var when the user hovers over the env variable
  • Squashed bugs

Full Changelog: v0.5.0...v0.6.0

v0.4.0

21 Dec 19:12
Compare
Choose a tag to compare

Release Summary

Features

  • Graphql Support
  • Auto detect system theme (light/dark) - Thanks @nashidahmed

Others

What's Changed

  • Added missing
    between Website and Discord link in readme.md by @shash68i in #60
  • feat: Create New Request e2e test by @depapp in #52
  • Collections icons partially working #59 - resolved by @shash68i in #61
  • chore: prettier script added in root bruno/package.json by @shash68i in #63
  • Issue:62,fix Split line should have max squeeze limit by @Anx450z in #64
  • Bugfix/split line by @Anx450z in #66
  • Set default theme to the user's browser theme by @nashidahmed in #69
  • RequestPane body form input text color visibility fix in dark mode by @Gvinod1991 in #70

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

30 Oct 19:15
Compare
Choose a tag to compare

Features

  • Import postman collections

Fixes

  • Fixed issues with response editor (#55) - Thanks @anusreesubash
  • Fixed missing sidebar background color

Others

  • Improved Test Harness - Thanks @depapp

v0.2.0

23 Oct 14:48
Compare
Choose a tag to compare

Features

Fixes

  • Better error messaging while attempting to delete current workspace (#38) - Thanks @bramhoven
  • Workspace rename bug - (#33) - @anusreesubash
  • Minor bug fixes
  • Fixed env var interpolation issue

Others

  • Improved website
  • Added design page in website
  • Added contributors profile images in readme - Thanks @vijayh1907

v0.1.0

18 Oct 01:03
Compare
Choose a tag to compare

Woof !! Its time to launch 🚀

  • Initial release of Bruno Client
  • Requests and Collections
  • Collection Environments
  • Local Collections
  • Desktop App Builds

Checkout live demo