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()andLoginStore::get_many(), a pair of read APIs for consumers which filter logins on their unencrypted fields.list_candidates()returns aLoginCandidateper stored login - everythingLoginhas except the secure fields (username/password), so searching byorigin,httpRealmorformActionOriginno 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.