Skip to content

v1.1.0

Choose a tag to compare

@reatlat reatlat released this 11 Aug 01:01
· 2 commits to main since this release
e44049e

Fixed

  • Fix runtime panic on startup for apps without #[tokio::main] by replacing tokio::spawn with tauri::async_runtime::spawn (#30, fixes #22, fixes #25)
  • Replace deprecated std::panic::PanicInfo with std::panic::PanicHookInfo (stable since Rust 1.81.0) (#30)
  • Bump @tauri-apps/api to ^2.7.0 to resolve window.__TAURI_IPC__ error (#30)

Added

  • TLS backend feature flags for reqwest: default-tls, native-tls, rustls-tls (#34, closes #28)
  • Consumers can now opt into rustls for Android and cross-compile targets via default-features = false, features = ["rustls-tls"]

Changed

  • reqwest is now declared with default-features = false; default = ["default-tls"] preserves previous behavior (#34)
  • Rust: 1.0.0 → 1.1.0, JS: 0.4.2 → 0.5.0
  • CHANGELOG rewritten to Keep a Changelog format