3a79266b
(#2173 by @FabianLars) Bumped all plugins tov2.2.0
. From now, the versions for the Rust and JavaScript packages of each plugin will be in sync with each other.
- Upgraded to
[email protected]
- Upgraded to
[email protected]
a3b553dd
(#2079 by @amrbashir) Add tracing logs for requestes and responses behindtracing
feature flag.
- Upgraded to
[email protected]
- Upgraded to
[email protected]
cfd48b3b
(#1941 by @Nipsuli) Allow skipping sendingOrigin
header in HTTP requests by settingOrigin
header to an empty string when callingfetch
.9b2840db
(#1884 by @amrbashir) Retain headers order.
a1a82208
(#1873 by @lucasfernog) Downgrade MSRV to 1.77.2 to support Windows 7.
- Upgraded to
[email protected]
e2c4dfb6
Update to tauri v2 stable release.
- Upgraded to
[email protected]
- Upgraded to
[email protected]
- Upgraded to
[email protected]
- Upgraded to
[email protected]
- Upgraded to
[email protected]
- Upgraded to
[email protected]
e2e97db5
(#1701 by @lucasfernog) Update to tauri 2.0.0-rc.8
9887d1
Update to tauri RC.
- Upgraded to
[email protected]
99d6ac0f
(#1606 by @FabianLars) The JS packages now specify the minimum@tauri-apps/api
version instead of a single exact version.6de87966
(#1597 by @Legend-Master) Update to tauri beta.25.
ac9a25cc
(#1395 by @amrbashir) Fix cancelling requests usingAbortSignal
.a6654932
(#1526 by @amrbashir) Fix missingSet-Cookie
headers in the response which meantrequest.headers.getSetCookie()
always returned empty array.22a17980
(#1537 by @lucasfernog) Update to tauri beta.24.
0f739dbc
(#1392 by @amrbashir) Allow settingOrigin
header whenunsafe-headers
feature flag is active.
9d7ae45b
(#1354) Include headers created by browser if not declared by user, which fixes missing headers likeContent-Type
when usingFormData
.430bd6f4
(#1363) Update to tauri beta.20.
- Upgraded to
[email protected]
500ff10
(#1166) Breaking change: Removed thedefault-tls
feature flag. Therustls-tls
,http2
,macos-system-configuration
, andcharset
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.e3d41f4
(#1191) Update for tauri 2.0.0-beta.15.
- Upgraded to
[email protected]
- Upgraded to
[email protected]
c873e4d
(#1059) Fixes scope not allowing subpaths, query parameters and hash when those values are empty.a04ea2f
(#1071) The global API script is now only added to the binary when thewithGlobalTauri
config is true.753c7be
(#1050) Addunsafe-headers
cargo feature flag to allow using forbidden headers.
- Upgraded to
[email protected]
569defb
Update to tauri beta.4.
d198c01
(#862) Update to tauri beta.1a34720
(#858) Fix http fetch client option init with parameterconnectTimeout
- Upgraded to
[email protected]
- Upgraded to
[email protected]
7d9df72
(#428) Multipart requests are now handled in JavaScript by theRequest
JavaScript class so you just need to use aFormData
body and not set the content-type header tomultipart/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 afetch
function in Javascript and Re-exportsreqwest
crate in Rust. The newfetch
method tries to be as close and compliant to thefetch
Web API as possible.d74fc0a
(#555) Update to alpha.11.