Skip to content

Commit

Permalink
Merge pull request #143 from Encamina/@mramos/release-8.2.0
Browse files Browse the repository at this point in the history
Release 8.2.0
  • Loading branch information
MarioRamosEs authored Oct 22, 2024
2 parents e01c1eb + 9db0b2e commit 94ce903
Show file tree
Hide file tree
Showing 29 changed files with 38 additions and 703 deletions.
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

0 comments on commit 94ce903

Please sign in to comment.