Change8

tauri-runtime-wry-v2.11.3

📦 tauriView on GitHub →
🐛 2 fixes🔧 1 symbols

Summary

Version 2.11.3 addresses critical deadlocks related to cookie fetching and resolves a mobile panic caused by improper borrowing during window event handling.

🐛 Bug Fixes

  • Fix `cookies_for_url` potentially causing deadlocks when called concurrently with other windowing/webview methods.
  • Fix a `RefCell` `BorrowMutError` panic on mobile platforms that occurred because the `Resumed`/`Suspended` event branch held a `windows` borrow across window-event handlers and the `RunEvent` callback.

Affected Symbols