Skip to content

Commit 2505a59

Browse files
committed
chore(phishing-controller): update CHANGELOG with URL scan cache functionality details
1 parent fda7965 commit 2505a59

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

packages/phishing-controller/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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))

0 commit comments

Comments
 (0)