Skip to content

Commit ca8bf89

Browse files
update release note (#2641)
1 parent 374270f commit ca8bf89

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

dotnet/website/update.md

+9-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
##### Update
1+
##### Update on 0.0.13 (2024-05-09)
22
###### New features
3-
- [Issue 2593](https://github.com/microsoft/autogen/issues/2593) In AutoGen.SemanticKernel, add `KernelPluginMiddleware` to support consume semantic kernel plugin in `IAgent`.
4-
3+
- [Issue 2593](https://github.com/microsoft/autogen/issues/2593) Consume SK plugins in Agent.
4+
- [Issue 1893](https://github.com/microsoft/autogen/issues/1893) Support inline-data in ImageMessage
5+
- [Issue 2481](https://github.com/microsoft/autogen/issues/2481) Introduce `ChatCompletionAgent` to `AutoGen.SemanticKernel`
56
###### API Breaking Changes
6-
- [API Breaking Change] Update the return type of `IStreamingAgent.GenerateStreamingReplyAsync` from `Task<IAsyncEnumerable<IStreamingMessage>>` to `IAsyncEnumerable<IStreamingMessage>`
7-
- [API Breaking Change] Update the return type of `IStreamingMiddleware.InvokeAsync` from `Task<IAsyncEnumerable<IStreamingMessage>>` to `IAsyncEnumerable<IStreamingMessage>`
8-
- [API Breaking Change] Mark `RegisterReply`, `RegisterPreProcess` and `RegisterPostProcess` as obsolete. You can replace them with `RegisterMiddleware`
7+
- [Issue 2470](https://github.com/microsoft/autogen/issues/2470) Update the return type of `IStreamingAgent.GenerateStreamingReplyAsync` from `Task<IAsyncEnumerable<IStreamingMessage>>` to `IAsyncEnumerable<IStreamingMessage>`
8+
- [Issue 2470](https://github.com/microsoft/autogen/issues/2470) Update the return type of `IStreamingMiddleware.InvokeAsync` from `Task<IAsyncEnumerable<IStreamingMessage>>` to `IAsyncEnumerable<IStreamingMessage>`
9+
- Mark `RegisterReply`, `RegisterPreProcess` and `RegisterPostProcess` as obsolete. You can replace them with `RegisterMiddleware`
910

1011
###### Bug Fixes
11-
- Fix [Issue 2609](https://github.com/microsoft/autogen/issues/2609)
12+
- Fix [Issue 2609](https://github.com/microsoft/autogen/issues/2609) Constructor of conversableAgentConfig does not accept LMStudioConfig as ConfigList
13+
1214
##### Update on 0.0.12 (2024-04-22)
1315
- Add AutoGen.Mistral package to support Mistral.AI models
1416
##### Update on 0.0.11 (2024-04-10)

0 commit comments

Comments
 (0)