Skip to content

Commit 0376028

Browse files
[Personalizer] Update package version and add changelog entries (#22961)
Co-authored-by: orenmichaely <73134189+ormichae@users.noreply.github.com>
1 parent c87f56c commit 0376028

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed
Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Release History
22

3-
## 1.1.0-beta.1 (Unreleased)
3+
## 2.0.0-beta.1 (2021-08-10)
44

5-
### Added
6-
- Initial release of Azure AI [Personalizer cognitive service](https://docs.microsoft.com/azure/cognitive-services/personalizer/) SDK
5+
### Features Added
6+
- Initial Release of Azure AI [Personalizer cognitive service](https://docs.microsoft.com/azure/cognitive-services/personalizer/) version 2.0.0-beta.1 SDK.
7+
- This is a new release of the Azure AI Personalizer SDK that follows the Azure SDK guidelines, so the structure is a little different from the old SDK.
8+
- [Multi-Slot personalization](https://docs.microsoft.com/azure/cognitive-services/personalizer/how-to-multi-slot?pivots=programming-language-csharp)
9+
- [Personalizer Automatic Optimization](https://docs.microsoft.com/azure/cognitive-services/personalizer/concept-auto-optimization)
10+
- Support Azure Active Directory Authentication.
11+
- New overloads for `Rank`, `Reward` and the `PersonalizerClient` constructor.
12+
13+
### Breaking Changes
14+
- `PersonalizerClient` contains (single and multi-slot) Rank / Reward / Activate functionality.
15+
- All other functionality (ServiceConfiguration, Evaluations, Policy, Model, Log) was moved to `PersonalizerAdministrationClient`.
16+
- All methods are exposed in their top level client. For example `PersonalizerClient.Events.Reward` is now `PersonalizerClient.Reward`.
17+
- Changed method names and signatures to follow Azure SDK guidelines.

sdk/personalizer/Azure.AI.Personalizer/src/Azure.AI.Personalizer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<AssemblyTitle>Microsoft Azure.AI.Personalizer client library</AssemblyTitle>
4-
<Version>1.1.0-beta.1</Version>
4+
<Version>2.0.0-beta.1</Version>
55
<Description>
66
This is the Azure Personalizer client library for developing .NET applications.
77
</Description>

0 commit comments

Comments
 (0)