v0.31.0 (2019-06-07)
Sync
- Android: A new
sync15
package defines Kotlin data classes for the Sync telemetry ping. (#1112) - Android:
PlacesApi.syncHistory
andPlacesApi.syncBookmarks
now return aSyncTelemetryPing
. (#1112) - iOS:
PlacesAPI.syncBookmarks
now returns a JSON string with the contents of the Sync ping. This should be posted to the legacy telemetry submission endpoint. (#1112)
Places
What's fixed
- Deduping synced bookmarks with newer server timestamps no longer throws unique constraint violations. (#1259)
Logins
Breaking Changes
- iOS: LoginsStoreError enum variants have their name
lowerCamelCased
instead ofUpperCamelCased
, to better fit with common Swift code style. (#1042)