diff --git a/.buildconfig-android.yml b/.buildconfig-android.yml index a0ad0331d..faefc5fc9 100644 --- a/.buildconfig-android.yml +++ b/.buildconfig-android.yml @@ -1,4 +1,4 @@ -libraryVersion: 97.2.0 +libraryVersion: 97.3.0 groupId: org.mozilla.appservices projects: autofill: diff --git a/CHANGELOG.md b/CHANGELOG.md index ff05e72a5..fe0c3558f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +# v97.3.0 (_2023-03-29_) + +[Full Changelog](https://github.com/mozilla/application-services/compare/v97.2.0...v97.3.0) + +## Places ⛅️🔬🔭 + +### 🦊 What's Changed 🦊 + + - Added support for sync payload evolution in bookmarks. If other clients sync bookmark records with fields that we don't know about, we store that data as JSON and send it back when it's synced next. + +## Nimbus ⛅️🔬🔭 + +### ✨ What's New ✨ + + - Added `recordPastEvent` for iOS and Android for testing of event store triggers. ([#5431](https://github.com/mozilla/application-services/pull/5431)) + - Added `recordMalformedConfiguration` method for `FeatureHolder` to record when some or all of a feature configuration is found to be invalid. ([#5440](https://github.com/mozilla/application-services/pull/5440)) + +### 🦊 What's Changed 🦊 + + - Removed the check for major `schemaVersion` in Experiment recipes. ([#5433](https://github.com/mozilla/application-services/pull/5433)) + # v97.2.0 (_2023-03-08_) [Full Changelog](https://github.com/mozilla/application-services/compare/v97.1.0...v97.2.0) diff --git a/CHANGES_UNRELEASED.md b/CHANGES_UNRELEASED.md index 0519e97cf..66ba84f1b 100644 --- a/CHANGES_UNRELEASED.md +++ b/CHANGES_UNRELEASED.md @@ -2,7 +2,7 @@ # Unreleased Changes -[Full Changelog](https://github.com/mozilla/application-services/compare/v97.2.0...main) +[Full Changelog](https://github.com/mozilla/application-services/compare/v97.3.0...main) - -## Places ⛅️🔬🔭 - -### 🦊 What's Changed 🦊 - - - Added support for sync payload evolution in bookmarks. If other clients sync bookmark records with fields that we don't know about, we store that data as JSON and send it back when it's synced next. - -## Nimbus ⛅️🔬🔭 - -### ✨ What's New ✨ - - - Added `recordPastEvent` for iOS and Android for testing of event store triggers. ([#5431](https://github.com/mozilla/application-services/pull/5431)) - - Added `recordMalformedConfiguration` method for `FeatureHolder` to record when some or all of a feature configuration is found to be invalid. ([#5440](https://github.com/mozilla/application-services/pull/5440)) - -### 🦊 What's Changed 🦊 - - - Removed the check for major `schemaVersion` in Experiment recipes. ([#5433](https://github.com/mozilla/application-services/pull/5433))