File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
packages/phishing-controller Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ### Added
11+
12+ - Add URL scan cache functionality to improve performance ([ #5625 ] ( https://github.com/MetaMask/core/pull/5625 ) )
13+ - Added ` UrlScanCache ` class for caching phishing detection scan results
14+ - Added methods to ` PhishingController ` : ` setUrlScanCacheTTL ` , ` setUrlScanCacheMaxSize ` , ` clearUrlScanCache `
15+ - Added URL scan cache state to ` PhishingControllerState `
16+ - Added configuration options: ` urlScanCacheTTL ` and ` urlScanCacheMaxSize `
17+
1018### Changed
1119
1220- Bump ` @metamask/controller-utils ` to ` ^11.7.0 ` ([ #5583 ] ( https://github.com/MetaMask/core/pull/5583 ) )
You can’t perform that action at this time.
0 commit comments