deprecate stronghold

This commit is contained in:
FabianLars
2025-08-07 15:05:40 +02:00
parent cac333b076
commit 8cb053f47c
4 changed files with 18 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
---
stronghold: patch
stronghold-js: patch
---
The `stronghold` plugin is now deprecated and will be removed in v3. The `secure-storage` plugin should be a replacement for most use-cases.
+4 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "tauri-plugin-stronghold"
version = "2.3.0"
description = "Store secrets and keys using the IOTA Stronghold secret management engine."
description = "Deprecated - Store secrets and keys using the IOTA Stronghold secret management engine."
authors = { workspace = true }
license = { workspace = true }
edition = { workspace = true }
@@ -9,6 +9,9 @@ rust-version = { workspace = true }
repository = { workspace = true }
links = "tauri-plugin-stronghold"
[badges]
maintenance = { status = "deprecated" }
[package.metadata.docs.rs]
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]
+6
View File
@@ -1,5 +1,11 @@
![plugin-stronghold](https://github.com/tauri-apps/plugins-workspace/raw/v2/plugins/stronghold/banner.png)
## Deprecation Notice
This plugin is deprecated and will be removed in line with Tauri's v3 release. The [Secure Storage] plugin is an alternative for most users.
## Stronghold plugin
Store secrets and keys using the [IOTA Stronghold](https://github.com/iotaledger/stronghold.rs) secret management engine.
| Platform | Supported |
+2
View File
@@ -3,6 +3,8 @@
// SPDX-License-Identifier: MIT
//! Store secrets and keys using the [IOTA Stronghold](https://github.com/iotaledger/stronghold.rs) encrypted database and secure runtime.
//!
//! Note that this plugin is deprecated and should not be used!
#![doc(
html_logo_url = "https://github.com/tauri-apps/tauri/raw/dev/app-icon.png",