Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update change log for 2.0.0-beta.2 of Personalizer #27341

Merged
merged 2 commits into from
Mar 4, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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