Skip to content

Commit

Permalink
[Personalizer] Update change log for 2.0.0-beta.2 of Personalizer (Az…
Browse files Browse the repository at this point in the history
…ure#27341)

* Update change log for 2.0.0-beta.2 of Personalizer

* Make code types stand out
  • Loading branch information
johnhuang01 authored and yanfa317 committed Mar 8, 2022
1 parent 5b45ac8 commit 0f4a682
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions sdk/personalizer/Azure.AI.Personalizer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down

0 comments on commit 0f4a682

Please sign in to comment.