You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/controllers/CHANGELOG.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [0.3.0]
10
+
### Added
11
+
- Allow disabling and enabling Snaps ([#116](https://github.com/MetaMask/snaps-skunkworks/pull/116))
12
+
- Only enabled Snaps can be started.
13
+
- Start stopped Snaps that receive an RPC message ([#114](https://github.com/MetaMask/snaps-skunkworks/pull/114))
14
+
- Add Snap max idle time ([#105](https://github.com/MetaMask/snaps-skunkworks/pull/105))
15
+
- A Snap that is idle for more than the max idle time will be stopped.
16
+
- Poll Snaps for their status ([#104](https://github.com/MetaMask/snaps-skunkworks/pull/104))
17
+
- If a Snap stops responding, it will be forced to stop.
18
+
19
+
### Changed
20
+
-**BREAKING:** Enforce consistent naming for Snaps-related functionality ([#119](https://github.com/MetaMask/snaps-skunkworks/pull/119))
21
+
- Use the `ControllerMessenger` to communicate between the `SnapController` and its execution environment service ([#100](https://github.com/MetaMask/snaps-skunkworks/pull/100))
22
+
9
23
## [0.2.2]
10
24
### Added
11
-
-Added snap error state ([#96](https://github.com/MetaMask/snaps-skunkworks/pull/96))
25
+
-Add Snap error state ([#96](https://github.com/MetaMask/snaps-skunkworks/pull/96))
Copy file name to clipboardExpand all lines: packages/iframe-execution-environment-service/CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [0.3.0]
10
+
### Added
11
+
- Poll Snaps for their status ([#104](https://github.com/MetaMask/snaps-skunkworks/pull/104))
12
+
- If a Snap stops responding, it will be forced to stop.
13
+
14
+
### Changed
15
+
-**BREAKING:** Enforce consistent naming for Snaps-related functionality ([#119](https://github.com/MetaMask/snaps-skunkworks/pull/119))
16
+
- Use the `ControllerMessenger` to communicate between the `SnapController` and its execution environment service ([#100](https://github.com/MetaMask/snaps-skunkworks/pull/100))
17
+
9
18
## [0.2.2]
10
19
### Added
11
20
- Snap error state ([#96](https://github.com/MetaMask/snaps-skunkworks/pull/96))
@@ -40,7 +49,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
@@ -28,7 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
28
32
- This package was previously a subset of [`snaps-cli`](https://github.com/MetaMask/snaps-cli/tree/main/examples), which has been renamed to [`@metamask/snaps-cli`](https://npmjs.com/package/@metamask/snaps-cli).
29
33
- Some examples have been deleted because they were outdated.
0 commit comments