Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

[Full Changelog](In progress)

### Logins
- **BREAKING**: Removed `time_of_last_breach` field from `LoginMeta` and `Login`. This can be derived from Remote Settings during runtime instead.
- **BREAKING**: Removed `record_breach(id, timestamp)` API method.
- **BREAKING**: Removed `is_potentially_breached(id)` API method.
- **BREAKING**: Removed `is_breach_alert_dismissed(id)` API method.
- **BREAKING**: `reset_all_breaches()` now clears the `breachesL` password table instead of resetting `time_of_last_breach` timestamps.
- Schema migrated to version 5: `timeOfLastBreach` column dropped from `loginsL` and `loginsM`.

# v149.0 (_2026-02-23_)

## ⚠️ Breaking Changes ⚠️
Expand Down
Loading