v93.1.0 (2022-05-06)
Nimbus ⛅️🔬🔭
What's New
- New API in the
FeatureHolder
, both iOS and Android to control the output of thevalue()
call:- to cache the values given to callers; this can be cleared with
FxNimbus.invalidatedCachedValues()
- to add a custom initializer with
with(initializer:_)
/withInitializer(_)
.
- to cache the values given to callers; this can be cleared with
Places
What's Fixed:
- Fixed a bug in Android where non-fatal errors were crashing. (#4941)
- Fixed a bug where querying history metadata would return a sql error instead of the result (4940)
What's new:
- Exposed the
deleteVisitsFor
function in iOS, the function can be used to delete history metadata. (#4946)- Note: The API is meant to delete all history, however, iOS does not use the
places
Rust component for regular history yet.
- Note: The API is meant to delete all history, however, iOS does not use the