File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments