diff --git a/.buildconfig-android.yml b/.buildconfig-android.yml index 821392bc9f..9d085a7bd6 100644 --- a/.buildconfig-android.yml +++ b/.buildconfig-android.yml @@ -1,4 +1,4 @@ -libraryVersion: 86.1.0 +libraryVersion: 86.2.0 groupId: org.mozilla.appservices projects: autofill: diff --git a/CHANGELOG.md b/CHANGELOG.md index 817621e3ab..ad9f138005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# v86.2.0 (_2021-11-02_) + +[Full Changelog](https://github.com/mozilla/application-services/compare/v86.1.0...v86.2.0) + +## Push +### What's Changed + - We've changed the database schema to avoid confusion about the state of subscriptions and + in particular, avoid `SQL: UNIQUE constraint failed: push_record.channel_id` errors + reported in [#4575](https://github.com/mozilla/application-services/issues/4575). This is + technically a breaking change as a dictionary described in the UDL changed, but in practice, + none of our consumers used it, so we are not declaring it as breaking in this context. + +## Logins + +### What's New + + - Added support for recording telemetry when the logins encryption key needs to be regenerated. + # v86.1.0 (_2021-10-27_) [Full Changelog](https://github.com/mozilla/application-services/compare/v86.0.0...v86.1.0) @@ -24,6 +42,14 @@ See [the Glean Changelog](https://github.com/mozilla/glean/blob/v42.0.1/CHANGELOG.md) for full details. (Note there is a breaking change in Rust, but that doesn't impact consumers of Application Services) +# v86.0.1 (_2021-10-28_) + +[Full Changelog](https://github.com/mozilla/application-services/compare/v86.0.0...v86.0.1) +## Logins +### What's Changed +- Downgraded the log level of some logs, so now they should not show up in Sentry. + + # v86.0.0 (_2021-10-13_) [Full Changelog](https://github.com/mozilla/application-services/compare/v85.4.1...v86.0.0) @@ -36,6 +62,15 @@ this change and have PRs in-progress. ([#4549](https://github.com/mozilla/application-services/pull/4549)) +# v85.4.2 (_2021-10-20_) + +[Full Changelog](https://github.com/mozilla/application-services/compare/v85.4.1...v85.4.2) + +## Nimbus +### What's fixed +- Fixed a bug in iOS where the installation date would be set to start of EPOCH ([#4597](https://github.com/mozilla/application-services/pull/4597)) + + # v85.4.1 (_2021-10-08_) [Full Changelog](https://github.com/mozilla/application-services/compare/v85.4.0...v85.4.1) diff --git a/CHANGES_UNRELEASED.md b/CHANGES_UNRELEASED.md index 077788b4e7..4aba803a1c 100644 --- a/CHANGES_UNRELEASED.md +++ b/CHANGES_UNRELEASED.md @@ -2,7 +2,7 @@ # Unreleased Changes -[Full Changelog](https://github.com/mozilla/application-services/compare/v86.1.0...main) +[Full Changelog](https://github.com/mozilla/application-services/compare/v86.2.0...main)