github mozilla/application-services v156.0

4 hours ago

v156.0 (2026-08-27)

✨ What's Changed ✨

Nimbus

  • A new API has been added to get the list of enrolled experiments and rollouts without instantiating a NimbusClient: get_active_enrollments(). (#7560)

Logins

  • Add LoginStore::list_candidates() and LoginStore::get_many(), a pair of read APIs for consumers which filter logins on their unencrypted fields. list_candidates() returns a LoginCandidate per stored login - everything Login has except the secure fields (username/password), so searching by origin, httpRealm or formActionOrigin no longer forces a primary password prompt. get_many() then decrypts just the logins which matched. list() is unchanged, for callers who really do want every login in cleartext.

Full Changelog

Don't miss a new application-services release

NewReleases is sending notifications on new releases.