Skip to content

v135.0

Latest
Compare
Choose a tag to compare
@rvandermeulen rvandermeulen released this 06 Jan 16:00

✨ What's New ✨

Nimbus SDK ⛅️🔬🔭

  • Updated getLocaleTag to be publicly accessible (#6510)

🦊 What's Changed 🦊

Glean

Places

  • PlacesConnection::get_visited() no longer considers unvisited-but-bookmarked pages to be visited, matching the behavior of both get_visited_urls_in_range() and Desktop (#6527).

rc_crypto

  • New low level bindings for functions for key generation with persistence, for listing persisted keys, and for wrapping and unwrapping to get at the key material of stored keys.

⚠️ Breaking Changes ⚠️

Webext-Storage

  • Exposed the bridged engine logic for use in desktop (#6473).
    • This updated the signature of the bridged_engine function technically making this PR a breaking change though an imminent desktop patch will remove references to function calls with the old signature.

Full Changelog