Skip to content

93.1.0

Compare
Choose a tag to compare
@tarikeshaq tarikeshaq released this 06 May 19:52
· 540 commits to main since this release
ab13793

v93.1.0 (2022-05-06)

Full Changelog

Nimbus ⛅️🔬🔭

What's New

  • New API in the FeatureHolder, both iOS and Android to control the output of the value() call:
    • to cache the values given to callers; this can be cleared with FxNimbus.invalidatedCachedValues()
    • to add a custom initializer with with(initializer:_)/withInitializer(_).

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.