stack.pulse
#stacks/tauri/desktop

Tauri release notes, breaking changes, and upgrade notes.

Smaller, faster, more secure desktop and mobile apps StackPulse turns upstream changelogs into scannable summaries with risky changes, deprecations, migration notes, and source links.

releases
13
breaking
0
security
12
deprecated
1
migrations
0

Get source-linked upgrade notes and occasional sponsor recommendations. No GitHub login required.

what stackpulse tracks

Tauri releases from GitHub

StackPulse watches Tauri release notes and keeps the original source link close to every summary.

upgrade risk

Breaking changes and deprecations

Risky changes are separated from normal feature notes so you can scan upgrade impact before changing production dependencies.

migration notes

Source-backed next steps

Migration steps and recommended actions are only shown when the upstream release notes support them.

# latest_releases

source-backed
tauri-cli-v2.11.4mediumsecurityJun 28, 2026

tauri-cli v2.11.4

Fixed an issue with AppImage bundler symlinks and upgraded dependencies. Several security advisories for unmaintained crates were identified.

affected

Users relying on unmaintained crates listed in the security advisories may be affected.

action

Review the advisory list and consider replacing unmaintained dependencies.

release_signals
!RUSTSEC-2024-0413: gtk-rs GTK3 bindings - no longer maintained
!RUSTSEC-2024-0416: gtk-rs GTK3 bindings - no longer maintained
!RUSTSEC-2025-0057: fxhash - no longer maintained
!RUSTSEC-2024-0412: gtk-rs GTK3 bindings - no longer maintained
!RUSTSEC-2024-0418: gtk-rs GTK3 bindings - no longer maintained
view source on github->
tauri-bundler-v2.9.4mediumsecurityJun 28, 2026

tauri-bundler v2.9.4

Fixed an issue with AppImage bundler symlinks and included security audit results for several unmaintained crates.

affected

Users relying on the AppImage bundler may need to update due to symlink fixes.

action

Update to version 2.9.4 if using AppImage bundler.

release_signals
!Multiple crates marked as unmaintained: atk, atk-sys, fxhash, gdk, gdk-sys, gdkwayland-sys, gdkx11, gdkx11-sys, gtk, gtk-sys, gtk3-macros, paste, rustls-pemfile, unic-char-property, unic-char-range, unic-common, unic-ucd-ident, unic-ucd-version
view source on github->
tauri-v2.11.3mediumsecurityJun 17, 2026

tauri v2.11.3

This release includes multiple bug fixes for window management, event handling, and deadlock prevention, along with performance improvements for loading times and dependency updates.

affected

Users relying on deprecated or unmaintained dependencies may need to update their dependencies.

action

Review the list of unmaintained dependencies and consider updating or replacing them.

release_signals
!atk - no longer maintained (RUSTSEC-2024-0413)
!atk-sys - no longer maintained (RUSTSEC-2024-0416)
!fxhash - no longer maintained (RUSTSEC-2025-0057)
!gdk - no longer maintained (RUSTSEC-2024-0412)
!gdk-sys - no longer maintained (RUSTSEC-2024-0418)
view source on github->
tauri-plugin-v2.6.3mediumdeprecationsecurityJun 17, 2026

tauri-plugin v2.6.3

Security-focused dependency updates and maintenance release addressing unmaintained crates.

affected

Projects relying on GTK3 bindings or other deprecated crates listed.

action

Audit project for usage of deprecated crates and migrate to maintained alternatives.

release_signals
!RUSTSEC-2024-0413: atk bindings unmaintained
!RUSTSEC-2024-0416: atk-sys bindings unmaintained
!RUSTSEC-2024-0412: gdk bindings unmaintained
!RUSTSEC-2024-0417: gdkx11 bindings unmaintained
!RUSTSEC-2025-0134: rustls-pemfile unmaintained
!Multiple GTK3 bindings marked unmaintained (atk, gdk, gtk, etc)
!fxhash unmaintained
!paste unmaintained
!rustls-pemfile unmaintained
!unic character property crates unmaintained
view source on github->
tauri-runtime-wry-v2.11.3mediumsecurityJun 17, 2026

tauri-runtime-wry v2.11.3

Fixed deadlocks in cookie handling and addressed a RefCell panic on mobile. Upgraded dependencies.

affected

Projects using the affected unmaintained crates may need to update their dependencies.

action

Review security advisories for unmaintained crates listed in the warnings and update accordingly.

release_signals
!Multiple crates marked as unmaintained including gtk-rs GTK3 bindings (RUSTSEC-2024-0411 to RUSTSEC-2024-0420)
!Unmaintained crates: fxhash (RUSTSEC-2025-0057), paste (RUSTSEC-2024-0436), rustls-pemfile (RUSTSEC-2025-0134)
!Unmaintained Unicode-related crates: unic-char-property (RUSTSEC-2025-0081), unic-char-range (RUSTSEC-2025-0075)
view source on github->
tauri-runtime-v2.11.3mediumsecurityJun 17, 2026

tauri-runtime v2.11.3

This release primarily updates dependencies and includes multiple unmaintained crate warnings from a cargo audit scan.

affected

Users relying on unmaintained crates identified in the security audit may be affected by potential vulnerabilities.

action

Review and potentially replace dependencies flagged as unmaintained in the cargo audit report.

release_signals
!Multiple unmaintained crate warnings identified in cargo audit scan, including RUSTSEC-2024-0413 (atk), RUSTSEC-2024-0416 (atk-sys), RUSTSEC-2025-0057 (fxhash), RUSTSEC-2024-0412 (gdk), RUSTSEC-2024-0418 (gdk-sys)
view source on github->
tauri-utils-v2.9.3mediumfeaturesecurityJun 17, 2026

tauri-utils v2.9.3

This release includes improvements to error diagnostics for invalid plugin and permission identifiers, and fixes a bug where integer JSON numbers were incorrectly coerced to floating-point values.

affected

Users relying on unmaintained crates may need to find alternatives.

action

Review and replace any dependencies on the listed unmaintained crates.

release_signals
!Multiple unmaintained crates detected: atk, atk-sys, fxhash, gdk, gdk-sys, gdkwayland-sys, gdkx11, gdkx11-sys, gtk, gtk-sys, gtk3-macros, paste, rustls-pemfile, unic-char-property, unic-char-range, unic-common, unic-ucd-ident, unic-ucd-version.
+Improved diagnostics for invalid plugin and permission identifiers, now showing the offending identifier in error messages.
view source on github->
tauri-v2.11.2mediumsecurityMay 16, 2026

tauri v2.11.2

This release highlights security advisories related to unmaintained dependencies in the Tauri ecosystem. The primary focus is on addressing warnings from `cargo audit` regarding crates like `atk`, `atk-sys`, and `fxhash`, which are no longer maintained.

affected

Users relying on dependencies like `atk`, `atk-sys`, or `fxhash` may be affected by their unmaintained status.

action

Review the dependency tree and consider alternatives for unmaintained crates.

release_signals
!Unmaintained crate: `atk` (RUSTSEC-2024-0413)
!Unmaintained crate: `atk-sys` (RUSTSEC-2024-0416)
!Unmaintained crate: `fxhash` (RUSTSEC-2025-0057)
view source on github->
tauri-plugin-v2.6.2mediumsecurityMay 16, 2026

tauri-plugin v2.6.2

This release highlights security advisories related to unmaintained dependencies, including `atk`, `atk-sys`, and `fxhash`, which are no longer maintained and may pose risks.

affected

Users relying on dependencies `atk`, `atk-sys`, or `fxhash` may be affected by unmaintained components.

action

Review and replace unmaintained dependencies (`atk`, `atk-sys`, `fxhash`) to mitigate potential risks.

release_signals
!Unmaintained dependency: `atk` (RUSTSEC-2024-0413)
!Unmaintained dependency: `atk-sys` (RUSTSEC-2024-0416)
!Unmaintained dependency: `fxhash` (RUSTSEC-2025-0057)
view source on github->
tauri-runtime-wry-v2.11.2mediumsecurityMay 16, 2026

tauri-runtime-wry v2.11.2

This release highlights security advisories related to unmaintained dependencies, specifically the GTK3 bindings and fxhash crate, which are no longer maintained.

affected

Projects relying on GTK3 bindings or fxhash may be affected by unmaintained dependencies.

action

Consider replacing or updating dependencies marked as unmaintained.

release_signals
!Unmaintained GTK3 bindings (atk, atk-sys) - RUSTSEC-2024-0413, RUSTSEC-2024-0416
!Unmaintained fxhash crate - RUSTSEC-2025-0057
view source on github->
tauri-runtime-v2.11.2mediumsecurityMay 16, 2026

tauri-runtime v2.11.2

This release highlights security advisories related to unmaintained dependencies in the Tauri ecosystem.

affected

Users relying on dependencies like `atk`, `atk-sys`, or `fxhash` may be affected by unmaintained crates.

action

Review the security advisories and consider updating or replacing unmaintained dependencies.

release_signals
!Unmaintained dependency: `atk` (RUSTSEC-2024-0413)
!Unmaintained dependency: `atk-sys` (RUSTSEC-2024-0416)
!Unmaintained dependency: `fxhash` (RUSTSEC-2025-0057)
view source on github->
tauri-utils-v2.9.2mediumsecurityMay 16, 2026

tauri-utils v2.9.2

This release highlights security advisories related to unmaintained dependencies, including `atk`, `atk-sys`, and `fxhash`, which are flagged as no longer maintained.

affected

Users relying on dependencies flagged as unmaintained may need to evaluate alternatives.

action

Review dependencies and consider replacing unmaintained crates.

release_signals
!Unmaintained dependency: `atk` (RUSTSEC-2024-0413)
!Unmaintained dependency: `atk-sys` (RUSTSEC-2024-0416)
!Unmaintained dependency: `fxhash` (RUSTSEC-2025-0057)
view source on github->