This commit is contained in:
jhugman 2023-03-29 22:00:36 +01:00 коммит произвёл GitHub
Родитель 214f0f65d8
Коммит c70e0427ca
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 23 добавлений и 19 удалений

Просмотреть файл

@ -1,4 +1,4 @@
libraryVersion: 97.2.0
libraryVersion: 97.3.0
groupId: org.mozilla.appservices
projects:
autofill:

Просмотреть файл

@ -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)

Просмотреть файл

@ -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)
<!-- WARNING: New entries should be added below this comment to ensure the `./automation/prepare-release.py` script works as expected.
@ -18,20 +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))
-->
## 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))