diff --git a/sdk/personalizer/Azure.AI.Personalizer/CHANGELOG.md b/sdk/personalizer/Azure.AI.Personalizer/CHANGELOG.md index 80d8cf73e13c..2b3009e9faa0 100644 --- a/sdk/personalizer/Azure.AI.Personalizer/CHANGELOG.md +++ b/sdk/personalizer/Azure.AI.Personalizer/CHANGELOG.md @@ -1,14 +1,15 @@ # Release History -## 2.0.0-beta.2 (Unreleased) +## 2.0.0-beta.2 (2022-03-08) ### Features Added +- Provide customers with much lower latency and more transactions per second than the current service limits. +- Provide subsampling for customers so that only subsampled data are processed. +- Provide a model import API to allow customers to warm start the Personalizer service. ### Breaking Changes - -### Bugs Fixed - -### Other Changes +- In `PersonalizerAdministrationClient`, `GetPersonalizerModel` and `GetPersonalizerModelAsync` are replaced with `ExportPersonalizerModel` and `ExportPersonalizerModelAsync`. +- In `PersonalizerClientOptions`, `ServiceVersion` is changed from V1_1_preview_1 to V1_1_preview_3. ## 2.0.0-beta.1 (2021-10-05)