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

Release 8.2.0 #143

Merged
merged 5 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@ 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.24.1`, 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).
- Removed the `ICompletionService` interface from `Encamina.Enmarcha.AI.OpenAI.Abstractions` and its implementation, `CompletionService`, from `Encamina.Enmarcha.AI.OpenAI.Azure`, as the OpenAI SDK 2.0 no longer includes the completion endpoint.
- Removed `CompletionServiceOptions`, `ICompletionServiceFactoryProvider`, `ICompletionServiceFactory`, `CompletionResult`, `CompletionRequest`, `Completion`, `CompletionServiceFactory`, `CompletionServiceFactoryProvider` they are not longer necessary.

### Major Changes
- Updated dependencies:
- Updated all `Microsoft.SemanticKernel.XXX` packages to `1.24.1`
- Updated `System.Text.Json` from `8.0.4` to `8.0.5`

## [8.1.9]

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>8.1.9</VersionPrefix>
<VersionSuffix>preview-02</VersionSuffix>
<VersionPrefix>8.2.0</VersionPrefix>
<VersionSuffix></VersionSuffix>
</PropertyGroup>

<!--
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Memory" Version="1.17.2-alpha" />
<PackageReference Include="Microsoft.SemanticKernel.Plugins.Memory" Version="1.24.1-alpha" />
</ItemGroup>

<ItemGroup>
Expand Down
22 changes: 0 additions & 22 deletions src/Encamina.Enmarcha.AI.OpenAI.Abstractions/Completion.cs

This file was deleted.

230 changes: 0 additions & 230 deletions src/Encamina.Enmarcha.AI.OpenAI.Abstractions/CompletionRequest.cs

This file was deleted.

19 changes: 0 additions & 19 deletions src/Encamina.Enmarcha.AI.OpenAI.Abstractions/CompletionResult.cs

This file was deleted.

This file was deleted.

21 changes: 0 additions & 21 deletions src/Encamina.Enmarcha.AI.OpenAI.Abstractions/ICompletionService.cs

This file was deleted.

This file was deleted.

This file was deleted.

Loading
Loading