Skip to content

Commit

Permalink
Merge branch 'main' into nb/4370-history_metadata_access
Browse files Browse the repository at this point in the history
  • Loading branch information
nbhasin2 committed Jul 29, 2021
2 parents 8737c0c + b5d0bc3 commit 5df754d
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .buildconfig-android.yml
@@ -1,4 +1,4 @@
libraryVersion: 81.0.1
libraryVersion: 82.0.0
groupId: org.mozilla.appservices
projects:
autofill:
Expand Down
27 changes: 27 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,30 @@
# v82.0.0 (_2021-07-29_)

[Full Changelog](https://github.com/mozilla/application-services/compare/v81.0.1...v82.0.0)

## General

### ⚠️ Breaking Changes ⚠️

- The bundled version of Glean has been updated to v39.0.4, which includes a new API
for recording extra event fields that have an explicit type..
([#4356](https://github.com/mozilla/application-services/pull/4356))

### What's New

- Added content signature and chain of trust verification features in `rc_crypto`,
and updated NSS to version 3.66.
([#4195](https://github.com/mozilla/application-services/pull/4195))

## Nimbus

### What's Changed

- The Nimbus API now accepts application specific context as a part of its `appSettings`.
The consumers get to define this context for targeting purposes. This allows different consumers
to target on different fields without the SDK having to acknowledge all the fields.
([#4359](https://github.com/mozilla/application-services/pull/4359))

# v81.0.1 (_2021-07-19_)

[Full Changelog](https://github.com/mozilla/application-services/compare/v81.0.0...v81.0.1)
Expand Down
15 changes: 1 addition & 14 deletions CHANGES_UNRELEASED.md
Expand Up @@ -2,7 +2,7 @@

# Unreleased Changes

[Full Changelog](https://github.com/mozilla/application-services/compare/v81.0.1...main)
[Full Changelog](https://github.com/mozilla/application-services/compare/v82.0.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,16 +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))
-->

## General

### What's Changed

- The bundled version of Glean has been updated to v39.0.4.

### What's New

- Added content signature and chain of trust verification features in `rc_crypto` ([#4195](https://github.com/mozilla/application-services/pull/4195))
## Nimbus
### What's Changed
- The Nimbus API now accepts application specific context as a part of its `appSettings`. The consumers get to define this context for targeting purposes. This allows different consumers to target on different fields without the SDK having to acknowledge all the fields. ([#4359](https://github.com/mozilla/application-services/pull/4359))
2 changes: 1 addition & 1 deletion automation/smoke-test-fenix.py
Expand Up @@ -28,7 +28,7 @@
parser.add_argument("--branch",
help="Branch of fenix to use.")
parser.add_argument("--ac-branch",
default="master",
default="main",
help="Branch of android-components to use.")
parser.add_argument("--action",
# XXX TODO: it would be very nice to have a "launch the app" helper here as well.
Expand Down

0 comments on commit 5df754d

Please sign in to comment.