10513649 (#2204 by @RickeyWard) Add dangerous-settings feature flag and new JS danger option to disable tls hostname/certificate validation.
[2.2.0]
3a79266b (#2173 by @FabianLars) Bumped all plugins to v2.2.0. From now, the versions for the Rust and JavaScript packages of each plugin will be in sync with each other.
Dependencies
Upgraded to fs@2.2.0
[2.0.2]
Dependencies
Upgraded to fs-js@2.0.4
[2.0.4]
a3b553dd (#2079 by @amrbashir) Add tracing logs for requestes and responses behind tracing feature flag.
Dependencies
Upgraded to fs@2.1.0
[2.0.3]
Dependencies
Upgraded to fs@2.0.3
[2.0.1]
cfd48b3b (#1941 by @Nipsuli) Allow skipping sending Origin header in HTTP requests by setting Origin header to an empty string when calling fetch.
500ff10(#1166) Breaking change: Removed the default-tls feature flag. The rustls-tls, http2, macos-system-configuration, and charset feature flags are now enabled by default.
e3d41f4(#1191) Internally use the webview scoped resources table instead of the app one, so other webviews can't access other webviews resources.
7e2fcc5(#1146) Update dependencies to align with tauri 2.0.0-beta.14.
aec17a9(#558) Improve response performance by using the new IPC streaming data.
[2.0.0-alpha.1]
7d9df72(#428) Multipart requests are now handled in JavaScript by the Request JavaScript class so you just need to use a FormData body and not set the content-type header to multipart/form-data. application/x-www-form-urlencoded requests must be done manually.
7d9df72(#428) The http plugin has been rewritten from scratch and now only exposes a fetch function in Javascript and Re-exports reqwest crate in Rust. The new fetch method tries to be as close and compliant to the fetch Web API as possible.