Skip to content

wry v0.32.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Sep 16:08
28ae35b

Updating crates.io index

Cargo Audit

Fetching advisory database from `https://github.com/RustSec/advisory-db.git`
      Loaded 563 security advisories (from /home/runner/.cargo/advisory-db)
    Updating crates.io index
    Scanning Cargo.lock for vulnerabilities (356 crate dependencies)

[0.32.0]

  • 4bdf1c3(#1017) Added WebViewBuilder::with_asynchronous_custom_protocol to allow implementing a protocol handler that resolves asynchronously.
  • 70d8ae0(#1009) Fixes Android freezing when handling request due to endless iteration when reading request headers.
  • b5e1875(#994) Breaking change Wry now defaults to http://<scheme>.localhost/ for custom protocols on Windows.
  • b5e1875(#994) Add WebViewBuilderExtWindows::with_https_scheme to be able to choose between http and https for custom protocols on Windows.
  • fa15076(#163) Add winit and tao feature flag with tao as default.
  • 4bdf1c3(#1017) Breaking change: WebViewBuidler::with_custom_protocol closure now returns http::Response instead of Result<http::Response>.
  • ebc4a20(#1015) Add WebViewAtrributes.focused and WebViewBuilder::with_focused to control whether to focus the webview upon creation or not. Supported on Windows and Linux only.

Cargo Publish

Updating crates.io index
   Packaging wry v0.32.0 (/home/runner/work/wry/wry)
    Updating crates.io index
    Packaged 87 files, 2.5MiB (2.1MiB compressed)
   Uploading wry v0.32.0 (/home/runner/work/wry/wry)
    Uploaded wry v0.32.0 to registry `crates-io`
note: Waiting for `wry v0.32.0` to be available at registry `crates-io`.
You may press ctrl-c to skip waiting; the crate should be available shortly.
   Published wry v0.32.0 at registry `crates-io`