Releases: usebruno/bruno
Releases · usebruno/bruno
v1.5.1
v1.5.0
What's Changed
Features
- feat: clone functionality in collection by @akshat-khosya in #1202
- feat: junit reporter by @awinder in #1187
- feat: clear a response. by @smebberson in #1184
- feat: Add copy to clipboard icon by @survivant in #1200
- feat(#1117): Sort env alphabetically by @Zomzog in #1172
Fixes
Others
- docs: improve german readme by @fgreinacher in #1159
- docs: Add Bengali publishing.md , refactor and clean Readme.md by @CRAZy-Monk3Y in #1179
- doc: updated French doc by @arnaduga in #1206
- doc: fixed typo on italian documentation by @TheZalRevolt in #1227
New Contributors
- @fgreinacher made their first contribution in #1159
- @Zomzog made their first contribution in #1172
- @smebberson made their first contribution in #1184
- @TheZalRevolt made their first contribution in #1227
- @akshat-khosya made their first contribution in #1202
- @awinder made their first contribution in #1187
Full Changelog: v1.4.0...v1.5.0
v1.4.0
What's Changed
Features
Fixes
- fix(#1134): images paths in polish readme by @jaktestowac in #1135
- refactor: protocol regex matches axios by @grahamwhiteuk in #1153
New Contributors
- @grahamwhiteuk made their first contribution in #1153
- @mj-h made their first contribution in #619
Full Changelog: v1.3.2...v1.4.0
v1.3.2
What's Changed
- fix(#124): Improve localhost handling, add cache for ipv6 & ipv4 check by @BrandonGillis in #1136
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- docs(#1113): add polish translation by @jaktestowac in #1115
- fix(web): documentation editor font not following preferences value by @flerouwu in #1132
- fix: remove debug console.logs by @maticrivo in #1122
- fix(#124): resolve all *.localhost to localhost, and fix ipv6 issue by @BrandonGillis in #1114
New Contributors
- @jaktestowac made their first contribution in #1115
- @flerouwu made their first contribution in #1132
- @BrandonGillis made their first contribution in #1114
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
Features
- feat(#1017) Added ability to clone a folder by @StonyTV in #1028
- feat: Add JSONPath response filtering by @Oryss in #913
- feat(#1023): support for disabling cookies by @helloanoop
- feat(#1094): support for deleting all cookies for a domain by @helloanoop
- feat: added response headers count by @therealrinku in #1014
- feat: handle postman import with same folder names (#955) by @Jofresh in #993
- feat(#1017) Added ability to run a single request from sidebar by @StonyTV in #1016
- feat(#1050): Response time in res by @shourav9884 in #1054
- feat(#946): Send request even when protocol isn't specified in URL by @nelup20 in #1070
- feat(#946): Fix PR #1070 - Add feature to CLI & prepend after interpolation by @nelup20 in #1102
Fixes
- fix(#1012): silently ignore invalid cookie by @rbideau in #1015
- Fix (#1008) by removing comments from JSON linter. by @n00o in #1057
- fix(#1035): fix falsy check of response by @adarshlilha in #1055
- Fix (#1038): Handle unquoted variables in JSON Lint by @n00o in #1062
- fix(GenerateCode): filter out disabled query params by @maticrivo in #1090
- fix(#1024): Fix validation error on GraphQL request when importing Insomnia collection by @nelup20 in #1078
- fix(RequestPane): Fix Mardown Table styling by @Its-treason in #1061
- fix: Update MacOS icon by @ayndqy in #1060
- Fix(#1002): Digest Error by @n00o in #1047
- fix #884: Made sure graphql variables are only parsed after interpolation by @Andreas-Schoenefeldt in #887
- fix: Update openapi-collection.js to change the order of the source for the operationName by @gianpo86 in #995
- Fix: Update CSP to allow posthog by @Its-treason in #1106
- fix(#1077): Fix params to updateNextAction by @and-rose in #1108
- fix(#964): Allow "." in variable names + make error message more consistent by @nelup20 in #971
Others
- docs: translation errors and syntax within french contributing guidelines by @bpoulaindev in #1091
- docs: Add Scoop installation info to README by @tech189 in #1086
- docs(#1051): Add Romanian translation by @nelup20 in #1052
- Remove Tauri. by @nickheniser in #1104
New Contributors
- @rbideau made their first contribution in #1015
- @Jofresh made their first contribution in #993
- @StonyTV made their first contribution in #1016
- @shourav9884 made their first contribution in #1054
- @maticrivo made their first contribution in #1090
- @bpoulaindev made their first contribution in #1091
- @tech189 made their first contribution in #1086
- @nelup20 made their first contribution in #1078
- @ayndqy made their first contribution in #1060
- @gianpo86 made their first contribution in #995
- @nickheniser made their first contribution in #1104
- @and-rose made their first contribution in #1108
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
Features
- feat(#968): Cookie support by @helloanoop
- feat(#970): Add PDF Preview by @n00o in #982
- feat (#861): Add Autocomplete + JSON/JavaScript Linting by @n00o in #925
- feat: Collection presets by @thehorse2000 in #718
- feat: #937, #921 Improve evaluation of proxy configuration, allow empty port by @mirkogolze in #951
Fixes
- fix(openapi-import): root security should be optional by @MrLuje in #953
- fix(#904): fix environment save when empty secret exists by @adarshlilha in #920
- fix: Fix inifinite loop in openapi-spec import with self-references by @Art051 in #965
- fix #961 by using trim by @bennieboj in #972
- fix(#901): fix headers in code generator by @adarshlilha in #938
Others
- docs: add portuguese brazilian docs translation by @notfounnd in #930
- docs: add korean transation readme.md by @szto in #864
- docs: add Bengali translation by @CRAZy-Monk3Y in #878
- docs: Spanish translation of documentation files by @PChaparro in #738
- docs: add italian readME translation, link and contributing by @rickyl3aks in #916
- Improve error message when an empty var is set by @mikaoelitiana in #963
- Added a hint of the stackoverflow tag to the readme by @Andreas-Schoenefeldt in #926
New Contributors
- @notfounnd made their first contribution in #930
- @MrLuje made their first contribution in #953
- @Andreas-Schoenefeldt made their first contribution in #926
- @bennieboj made their first contribution in #972
- @Art051 made their first contribution in #965
- @adarshlilha made their first contribution in #938
- @szto made their first contribution in #864
- @CRAZy-Monk3Y made their first contribution in #878
- @PChaparro made their first contribution in #738
- @rickyl3aks made their first contribution in #916
- @thehorse2000 made their first contribution in #718
Full Changelog: v1.1.1...v1.2.0
v1.1.1
What's Changed
Features
- feat(#338): new curl parser implementation based on curlconverter by @helloanoop
- feat(#338): switch automatically to curl mode if a curl cmd is pasted in new request modal by @helloanoop
Fixes
- fix (#759): fixed axios versions inconsistency by @martinsefcik in #827
- fix: Fix Content-Security-Policy config by @Its-treason in #903
Full Changelog: v1.1.0...v1.1.1
v1.1.0
What's Changed
Features
- feat: cURL import support by @snippetkid in #840
- feat: Digest Auth Support #119 by @drinkbird in #817
- feat: Add node-vault as an inbuilt library in script runtime by @Oryss in #873
- feat: add class when collection name is hovered during drag and drop by @mikaoelitiana in #863
Fixes
- fix(#853): Allow - in variable names & small refactor by @Its-treason in #866
Others
- docs(readme): add simple installation instructions by @max-wittig in #616
New Contributors
- @max-wittig made their first contribution in #616
- @Oryss made their first contribution in #873
- @drinkbird made their first contribution in #817
- @mikaoelitiana made their first contribution in #863
Full Changelog: v1.0.1...v1.1.0
v1.0.1
What's Changed
Fixes
- fix: Multipart Form by @panda7789 in #844
- fix (#402): response/body cursor offset on resize by @n00o in #833
- fix: In README.md in Stay in touch section the Twitter changed to it's new name 𝕏 by @BandhiyaHardik in #831
- fix graphql schema interpolation by @mheidinger in #809
- fix links and images in translated readme's by @DaPutzy in #818
- fix (#680): fixed non-string variables to be displayed correctly in code editor by @martinsefcik in #832
Others
- capitalize git to Git for clarity by @psqaure11 in #83
New Contributors
- @psqaure11 made their first contribution in #834
- @BandhiyaHardik made their first contribution in #831
Full Changelog: v1.0.0...v1.0.1