Package Release Info

xh-0.23.0-bp160.1.14

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

xh

Change Logs

* Tue Oct 15 2024 Michael Vetter <mvetter@suse.com>
- Update to 0.23.0:
  Features:
  * Handle responses compressed in zstd format, see #364
  * Suppress warnings when -qq flag is used, see #371
  * Add --debug option for logging and backtraces, see #371
  * Decode content-disposition and location headers as UTF-8, see #375
  * Print headers as latin1, with the UTF-8 decoding also shown if applicable, see #377
  * Print the actual reason phrase sent by the server instead of guessing it from the status code, see #377
  Bug fixes:
  * Apply TLS options to non-HTTPS URLs, see #372
  Other:
  * Ignore NO_COLOR if set to empty string, see #370
* Wed Jul 10 2024 Michael Vetter <mvetter@suse.com>
- Update to 0.22.2:
  * Prevent directory traversal in server-supplied filenames #379
* Mon Apr 15 2024 Michael Vetter <mvetter@suse.com>
- Update to 0.22.0:
  Features:
  * Support http2-prior-knowledge, see #356
  * Directly bind to interface name on supported platforms, see #359
  * Enable stream when content-type is text/event-stream, see #360
  * Decode utf-8 encoded string when formatting non-streaming JSON response, see #361
  Other:
  * Upgrade to hyper v1, see #357
  * Use serde-transcode to optimize JSON formatting, see #362
* Mon Jan 29 2024 Michael Vetter <mvetter@suse.com>
- Updat to 0.21.0:
  * Display remote address in metadata when -vv or --meta flag is
    used, see #348
  * Default XH_CONFIG_DIR to ~/.config/xh in macOS, see #353
* Sun Nov 19 2023 Michael Vetter <mvetter@suse.com>
- Update to 0.20.1:
  * Add --resolve for overriding DNS resolution #327
* Mon Oct 30 2023 Michael Vetter <mvetter@suse.com>
- Update to 0.19.4:
  * Explicitly enable serde's derive feature, see #334
- Disable tests since they need an internet connection
* Mon Oct 30 2023 Michael Vetter <mvetter@suse.com>
- Update to 0.19.3:
  * Make network-interface an optional dependency, see #332
* Mon Oct 30 2023 Michael Vetter <mvetter@suse.com>
- Update to 0.19.2:
  * Add --interface for binding to a local IP address or interface, see #307
  * Translate --raw flag when using --curl, see #308
  * Support duplicate header keys in session files, see #313
  * Support persisting cookies from multiple domains, see #314
  * Control output formatting (JSON indent-level, header sorting, etc)
    via --format-options, see #318 and #319
  * Disable cURL's URL globbing, see #325
  * Improve PATH handling in install.ps1, see #264
  * Update Rustls to v0.21.0, see #311
* Tue Oct 10 2023 Michael Vetter <mvetter@suse.com>
- Update to 0.19.1:
  * Add --interface for binding to a local IP address or interface #307
  * Translate --raw flag when using --curl #308
  * Support duplicate header keys in session files #313
  * Support persisting cookies from multiple domains #314
  * Control output formatting (JSON indent-level, header sorting, etc)
    via --format-options #318 #319)
  * Disable cURL's URL globbing #325
  * Improve PATH handling in install.ps1 #264
  * Update Rustls to v0.21.0 #311
* Tue Feb 21 2023 Michael Vetter <mvetter@suse.com>
- Update to 0.18.0:
  Features:
  * Support reading query param and header values from a file, see #288[1]
  * Highlight Syntax errors found while tokenizing a JSON path, see #260[3]
  * Support outputting the metadata of a response via --meta, --print=m or -vv, see #240[4]
  Bug fixes:
  * Fix panic when when parsing connection timeout, see #295[5]
  Breaking changes:
  * Remove -m as a short flag for --multipart, see #299[7]