From e5086308e409638b5bbe1f3f5c2f773d3e1b08ca Mon Sep 17 00:00:00 2001 From: Mario Ramos Date: Tue, 17 Sep 2024 14:03:31 +0200 Subject: [PATCH 1/4] Semantic Kernel has been updated to `1.19.0` --- CHANGELOG.md | 10 ++++++++++ Directory.Build.props | 4 ++-- ...ha.Samples.SemanticKernel.QuestionAnswering.csproj | 2 +- .../AzureOpenAIOptions.cs | 1 - ...camina.Enmarcha.SemanticKernel.Abstractions.csproj | 4 ++-- .../Connectors/SkVisionImageDocumentConnector.cs | 2 +- ...Enmarcha.SemanticKernel.Connectors.Document.csproj | 2 +- ...a.Enmarcha.SemanticKernel.Connectors.Memory.csproj | 4 ++-- .../Extensions/IServiceCollectionExtensions.cs | 11 ++++++++--- ...camina.Enmarcha.SemanticKernel.Plugins.Chat.csproj | 2 +- ...mina.Enmarcha.SemanticKernel.Plugins.Memory.csproj | 2 +- ...ha.SemanticKernel.Plugins.QuestionAnswering.csproj | 2 +- 12 files changed, 30 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c898fb..ea45ec3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,16 @@ Also, any bug fix must start with the prefix �Bug fix:� followed by the desc Previous classification is not required if changes are simple or all belong to the same category. +## [8.2.0] + +### Breaking Changes + +- Semantic Kernel has been updated to `1.19.0`, migrating OpenAI and AzureOpenAI services to use the new OpenAI SDK v2.0 and Azure OpenAI SDK v2.0 SDKs. You can follow the [Migration Guide](https://learn.microsoft.com/en-us/semantic-kernel/support/v2-openai-migration-guide). + +### Major Changes +- Updated dependencies: + - Updated all `Microsoft.SemanticKernel.XXX` packages to `1.19.0` + ## [8.1.8] ### Breaking Changes diff --git a/Directory.Build.props b/Directory.Build.props index 94924f7..aef9d5d 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -16,8 +16,8 @@ - 8.1.8 - + 8.2.0 + preview-01-m01