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
## Explanation
Release PR for a performance improvement to `logging-controller`.
Recreated to be marked as breaking.
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> **Medium Risk**
> Major bump on logging-controller changes default log retention
behavior for consumers that upgrade without passing expiryTime; release
metadata only in this diff but downstream clients must align semver.
>
> **Overview**
> Monorepo release **1189.0.0** that publishes
**`@metamask/logging-controller@9.0.0`** and wires dependents to it.
>
> The **9.0.0** changelog entry is finalized with the **`expiryTime`**
addition explicitly marked **BREAKING** (optional constructor arg;
**7-day default pruning** on add). **`signature-controller`** bumps
**`@metamask/logging-controller`** from `^8.0.2` to `^9.0.0`, with
**`yarn.lock`** updated accordingly. Older **logging-controller**
changelog lines get minor formatting fixes only.
>
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
df1818f. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: packages/logging-controller/CHANGELOG.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [9.0.0]
11
+
10
12
### Added
11
13
12
-
- Add `expiryTime` constructor argument, by default logs are pruned after 7 days ([#9839](https://github.com/MetaMask/core/pull/9839))
14
+
-**BREAKING:**Add optional`expiryTime` constructor argument, by default logs are pruned after 7 days ([#9839](https://github.com/MetaMask/core/pull/9839))
13
15
14
16
### Changed
15
17
@@ -83,8 +85,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
83
85
84
86
### Changed
85
87
86
-
- Bump `@metamask/base-controller` from `^7.0.2` to `^8.0.0` ([#5079](https://github.com/MetaMask/core/pull/5079)), ([#5305](https://github.com/MetaMask/core/pull/5305))
87
-
- Bump `@metamask/controller-utils` from `^11.4.4` to `^11.5.0` ([#5135](https://github.com/MetaMask/core/pull/5135)), ([#5272](https://github.com/MetaMask/core/pull/5272))
88
+
- Bump `@metamask/base-controller` from `^7.0.2` to `^8.0.0` ([#5079](https://github.com/MetaMask/core/pull/5079), [#5305](https://github.com/MetaMask/core/pull/5305))
89
+
- Bump `@metamask/controller-utils` from `^11.4.4` to `^11.5.0` ([#5135](https://github.com/MetaMask/core/pull/5135), [#5272](https://github.com/MetaMask/core/pull/5272))
88
90
89
91
## [6.0.3]
90
92
@@ -111,7 +113,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
111
113
["Are the Types Wrong?"](https://arethetypeswrong.github.io/) tool as
112
114
["masquerading as CJS"](https://github.com/arethetypeswrong/arethetypeswrong.github.io/blob/main/docs/problems/FalseCJS.md).
Copy file name to clipboardExpand all lines: packages/signature-controller/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
12
12
- Bump `@metamask/network-controller` from `^35.0.0` to `^35.0.1` ([#9758](https://github.com/MetaMask/core/pull/9758))
13
13
- Bump `@metamask/accounts-controller` from `^39.0.6` to `^39.1.0` ([#9791](https://github.com/MetaMask/core/pull/9791), [#9807](https://github.com/MetaMask/core/pull/9807))
14
14
- Bump `@metamask/keyring-controller` from `^27.1.0` to `^27.1.1` ([#9791](https://github.com/MetaMask/core/pull/9791))
15
+
- Bump `@metamask/logging-controller` from `^8.0.2` to `^9.0.0` ([#9844](https://github.com/MetaMask/core/pull/9844))
0 commit comments