Skip to content

Commit

Permalink
Merge pull request #4622 from bendk/cut-v86.2.0
Browse files Browse the repository at this point in the history
Cut release v86.2.0
  • Loading branch information
bendk committed Nov 2, 2021
2 parents a3c6d43 + 6ea3217 commit 5eea186
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .buildconfig-android.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryVersion: 86.1.0
libraryVersion: 86.2.0
groupId: org.mozilla.appservices
projects:
autofill:
Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
16 changes: 1 addition & 15 deletions CHANGES_UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<!-- WARNING: New entries should be added below this comment to ensure the `./automation/prepare-release.py` script works as expected.
Expand All @@ -18,17 +18,3 @@ Use the template below to make assigning a version number during the release cut
- Description of the change with a link to the pull request ([#0000](https://github.com/mozilla/application-services/pull/0000))
-->

## 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.

0 comments on commit 5eea186

Please sign in to comment.