2023-09-04 08:54:18 +02:00
|
|
|
# Changelog
|
|
|
|
|
2024-02-06 00:30:25 +01:00
|
|
|
## 6 Feb 2024
|
|
|
|
|
|
|
|
Going forward, we will release a new version of CLI for every new release of Bruno.
|
|
|
|
This will help us keep the CLI in sync with the Bruno App.
|
|
|
|
For the release notes please see https://github.com/usebruno/bruno/releases
|
|
|
|
|
2024-01-30 17:34:39 +01:00
|
|
|
## 1.4.1
|
|
|
|
|
|
|
|
- Fixing [bug](https://github.com/usebruno/bruno/issues/1487)
|
|
|
|
|
2024-01-30 10:39:15 +01:00
|
|
|
## 1.4.0
|
|
|
|
|
|
|
|
- --bail and --test-only flags
|
|
|
|
|
2023-12-18 00:26:25 +01:00
|
|
|
## 1.3.0
|
|
|
|
|
|
|
|
- Junit report generation
|
|
|
|
|
2023-12-06 20:27:45 +01:00
|
|
|
## 1.2.1
|
|
|
|
|
|
|
|
- Fixed bug related to `bru.setNextRequest()`
|
|
|
|
|
2023-12-05 21:54:13 +01:00
|
|
|
## 1.2.0
|
|
|
|
|
|
|
|
- Support for `bru.setNextRequest()`
|
|
|
|
|
2023-11-09 11:42:33 +01:00
|
|
|
## 1.1.0
|
|
|
|
|
|
|
|
- Upgraded axios to 1.5.1
|
|
|
|
|
2023-11-02 18:06:48 +01:00
|
|
|
## 1.0.0
|
|
|
|
|
|
|
|
- Announcing Stable Release
|
|
|
|
|
2023-10-06 23:53:39 +02:00
|
|
|
## 0.13.0
|
|
|
|
|
|
|
|
- feat(#306) Module whitelisting and filesystem access support
|
|
|
|
|
2023-10-06 01:29:57 +02:00
|
|
|
## 0.12.0
|
|
|
|
|
|
|
|
- show response time in milliseconds per request and total
|
|
|
|
|
2023-10-05 00:34:05 +02:00
|
|
|
## 0.11.0
|
|
|
|
|
|
|
|
- fix(#119) Support for Basic and Bearer Auth
|
|
|
|
|
2023-09-28 15:01:42 +02:00
|
|
|
## 0.10.1
|
|
|
|
|
|
|
|
- fix(#233) Fixed Issue related to content header parsing
|
|
|
|
|
2023-09-28 01:56:09 +02:00
|
|
|
## 0.10.0
|
|
|
|
|
|
|
|
- Support for proxying requests through a proxy server
|
|
|
|
|
2023-09-26 19:07:55 +02:00
|
|
|
## 0.9.0
|
|
|
|
|
|
|
|
- `--output` flag to collect the results of your API tests
|
|
|
|
|
2023-09-24 22:40:12 +02:00
|
|
|
## 0.8.0
|
|
|
|
|
|
|
|
- `--env-var` flag to set environment variables
|
|
|
|
- loading environment variables from `.env` file
|
|
|
|
|
2023-09-07 09:01:21 +02:00
|
|
|
## 0.7.1
|
|
|
|
|
2023-09-24 22:40:12 +02:00
|
|
|
- `--cacert` flag to support custom CA certificates
|
2023-09-07 09:01:21 +02:00
|
|
|
|
2023-09-04 08:54:18 +02:00
|
|
|
## 0.7.0
|
|
|
|
|
2023-09-24 22:40:12 +02:00
|
|
|
- `--insecure` flag to disable SSL verification
|