Skip to content

Commit 7ba626a

Browse files
committed
update changelogs
1 parent 10b7455 commit 7ba626a

2 files changed

Lines changed: 43 additions & 0 deletions

File tree

crates/cli/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 0.0.13
4+
5+
### Added
6+
7+
- Support a configurable concurrent request limit.
8+
- Support service type positional arguments for the `show connections` command.
9+
- Support overriding the system proxy settings via client parameters.
10+
- Add native-tls and rustls-tls features to allow TLS backend choice, defaulting to rustls.
11+
12+
### Changed
13+
14+
- Use visible aliases for subcommands which also allows for generation shell
15+
completion to work for aliases.
16+
- Bump the minimum supported rust version to 1.80.
17+
318
## 0.0.12
419

520
### Fixed

crates/lib/CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## 0.0.13
4+
5+
### Added
6+
7+
- Import render support for cli to provide Display trait support for items.
8+
- Send and process concurrent requests while paging for search support.
9+
- Support a configurable concurrent request limit.
10+
- Support a default connection via the ~/.config/bugbite/bugbite.toml config file.
11+
- Use `BUGBITE_CONFIG_DIR` instead of `BUGBITE_CONFIG` for config override via environment.
12+
- Add SOCKS proxy support.
13+
- Support overriding the system proxy settings via client parameters.
14+
- Support default client parameters such as a custom connection timeout.
15+
- Add native-tls and rustls-tls features to allow TLS backend choice, defaulting to rustls.
16+
17+
### Changed
18+
19+
- Move to using non-consuming mutation combinators for building requests.
20+
- Split comma-separated values when reading from standard input for arguments
21+
which allows using rendered search output for multi-valued fields for input
22+
values.
23+
- Bump the minimum supported rust version to 1.80.
24+
25+
#### Bugzilla
26+
27+
- search: Don't use logical AND for ID parameters with regular values fixing
28+
queries trying to match against a list of ID values piped from standard
29+
input.
30+
331
## 0.0.12
432

533
### Added

0 commit comments

Comments
 (0)