github mozilla/application-services v84.0.0

latest releases: v143.0, v142.0, v141.0...
3 years ago

v84.0.0 (2021-09-13)

Full Changelog

Places

⚠️ Breaking Changes ⚠️

  • previewImageUrl property was added to HistoryMetadata (#4448)

What's changed

  • previewImageUrl was added to VisitObservation, allowing clients to make observations about the 'hero' image of the webpage (#4448)

Push

⚠️ Breaking Changes ⚠️

  • The push component now uses uniffi! Here are the Kotlin breaking changes related to that:
    • PushAPI no longer exists, consumers should consumer PushManager directly
    • PushError becomes PushException, and all specific errors are now PushException children, and can be retrieved using PushException.{ExceptionName}, for example StorageError becomes PushException.StorageException
    • The PushManager.decrypt function now returns a List<Byte>, where it used to return ByteArray, the consumer can do the conversion using .toByteArray()
    • All references to channelID become channelId (with a lowercase d)

Don't miss a new application-services release

NewReleases is sending notifications on new releases.