v0.42.4 (2019-11-18)
General
What's New
- Synced Tabs is available as an Android component in the
org.mozilla.appservices.experimental.remotetabs
maven package.
Push Client
What's new
PushManager.dispatchInfoForChid(channelID)
now also returns the
endpoint
andappServerKey
from the subscription.
Breaking Changes
-
The
appServerKey
VAPID public key has moved fromPushConfig
to
PushManager.subscription(channelID, scope, appServerKey)
. -
The unused
regenerate_endpoints()
function has been removed.