v141.0
·
5 commits
to release-v141
since this release
✨ What's New ✨
Filter Adult
- Added the first version of a component for checking if base domains exist in a
list of base domains for adult websites.
Logins
- add checkpoint API:
set_checkpoint(checkpoint)andget_checkpoint()for desktop's rolling migration - add
delete_many(ids)for batch deletion within a single transaction - Add
count(),count_by_origin()andcount_by_form_action_origin()methods
Sync Manager
- Added sync settings metrics for mobile. #6786
🦊 What's Changed 🦊
Context ID
- The
ContextIDComponentconstructor no longer throws an error. This is not a breaking change since neither iOS or Android implement this yet. - The
ContextIDComponentconstructor can now synchronously invoke the rotation callback when it receives an invalid timestamp from callers; in such cases, it falls back to the current timestamp and forces an ID rotation. rotate_context_idis no longer public since consumers can useforce_rotationinstead.
Glean
- Updated to v64.4.0 (#6795)