Skip to content

Apply Version Updates From Current Changes#15409

Merged
Legend-Master merged 1 commit into
devfrom
release/version-updates
Jun 17, 2026
Merged

Apply Version Updates From Current Changes#15409
Legend-Master merged 1 commit into
devfrom
release/version-updates

Conversation

@github-actions

@github-actions github-actions Bot commented May 18, 2026

Copy link
Copy Markdown
Contributor

Version Updates

Merging this PR will release new versions of the following packages based on your change files.

@tauri-apps/api

[2.11.1]

Enhancements

tauri-utils

[2.9.3]

Enhancements

  • c2b8f47 (enhance: include permission identifier in ACL error messages #15373 by @MavenRain) Improve diagnostics for invalid plugin and permission identifiers.

    The Identifier deserializer now wraps the inner error with the offending identifier string so the message reads invalid plugin or permission identifier '<value>': ..., surfacing the bad entry without requiring a grep through the file.

    The previous parse failure (failed to parse JSON: identifiers can only include lowercase ASCII, hyphens which are not leading or trailing, and a single colon if using a prefix at line 16 column 23) now reads failed to parse JSON: invalid plugin or permission identifier 'sqlite_proxy:allow-foo': identifiers can only include lowercase ASCII, hyphens which are not leading or trailing, and a single colon if using a prefix at line 16 column 23.

Bug Fixes

  • 2783e60 (fix(acl): preserve Number::Int on serde_json round-trip #15481 by @thanhtoantnt) Fix Number::Int being silently coerced to Number::Float on serde_json round-trip.

    From<serde_json::Value> for Value was checking as_f64() first, which succeeds for every integer that fits in an f64, so integer JSON numbers were always deserialized as Number::Float. The check order is now as_i64()as_u64() (cast to i64, wrapping for values above i64::MAX) → as_f64(), matching serde_json's own visitor convention.

tauri-bundler

[2.9.3]

Enhancements

Bug Fixes

  • 2857c01 (fix(nsis): embed signed copies of stock plugins, not unsigned system DLLs #15422 by @koki-develop) Fix NSIS stock plugins (NSISdl.dll, StartMenu.dll, System.dll, nsDialogs.dll) being embedded in the final installer as unsigned despite the signing step succeeding. The signed local copies under <output>/Plugins/x86-unicode/ were not on makensis' plugin search path, so makensis fell back to the unsigned DLLs from the NSIS toolset directory. The fix adds !addplugindir for the signed plugin directory before any plugin command is parsed in the script.

Dependencies

  • Upgraded to tauri-utils@2.9.3

tauri-runtime

[2.11.3]

Dependencies

  • Upgraded to tauri-utils@2.9.3

tauri-runtime-wry

[2.11.3]

Bug Fixes

Dependencies

  • Upgraded to tauri-utils@2.9.3
  • Upgraded to tauri-runtime@2.11.3

tauri-codegen

[2.6.3]

Dependencies

  • Upgraded to tauri-utils@2.9.3

tauri-macros

[2.6.3]

Dependencies

  • Upgraded to tauri-utils@2.9.3
  • Upgraded to tauri-codegen@2.6.3

tauri-plugin

[2.6.3]

Dependencies

  • Upgraded to tauri-utils@2.9.3

tauri-build

[2.6.3]

Dependencies

  • Upgraded to tauri-utils@2.9.3
  • Upgraded to tauri-codegen@2.6.3

tauri

[2.11.3]

Bug Fixes

Performance Improvements

Dependencies

@tauri-apps/cli

[2.11.3]

Bug Fixes

Dependencies

  • Upgraded to tauri-cli@2.11.3

tauri-cli

[2.11.3]

Bug Fixes

Dependencies

  • Upgraded to tauri-utils@2.9.3
  • Upgraded to tauri-bundler@2.9.3

@github-actions github-actions Bot requested a review from a team as a code owner May 18, 2026 03:42
@github-actions github-actions Bot force-pushed the release/version-updates branch 6 times, most recently from 15b1c05 to 28088b2 Compare May 24, 2026 12:57
@github-actions github-actions Bot force-pushed the release/version-updates branch 7 times, most recently from a15d383 to 08b314a Compare June 4, 2026 03:43
@github-actions github-actions Bot force-pushed the release/version-updates branch 11 times, most recently from 98a9422 to 68cb9c6 Compare June 10, 2026 08:34
@github-actions github-actions Bot force-pushed the release/version-updates branch 3 times, most recently from 86f2e0f to 114b2a1 Compare June 15, 2026 09:17
@github-actions

github-actions Bot commented Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Package Changes Through 7a69896

No changes.

Add a change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

@github-actions github-actions Bot force-pushed the release/version-updates branch 8 times, most recently from eb22ca2 to af2d7b2 Compare June 17, 2026 08:19
@github-actions github-actions Bot force-pushed the release/version-updates branch from af2d7b2 to 7a69896 Compare June 17, 2026 10:07
@Legend-Master Legend-Master merged commit 6f6ab12 into dev Jun 17, 2026
37 checks passed
@Legend-Master Legend-Master deleted the release/version-updates branch June 17, 2026 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant