dotnet/website/release_note/0.0.16.md
We are excited to announce the release of AutoGen.Net 0.0.16. This release includes several new features, bug fixes, improvements, and important updates. Below are the detailed release notes:
IStreamingMessage (#3045) - Replaced IStreamingMessage and IStreamingMessage<T> with IMessage and IMessage<T>.AnthropicClient, AnthropicClientAgent, and AnthropicMessageConnector.ToolCallMessage to handle text content returned by the OpenAI model during tool calls." in structural comments (#2872) - Fixed an issue where structural comments containing " were not properly encoded, leading to compilation errors.AutoGen.Basic.Sample project to include only essential getting-started examples, simplifying complex examples.IStreamingMessage (#3045) - Migration guide: Deprecating IStreamingMessage will introduce breaking changes, particularly for IStreamingAgent and IStreamingMiddleware. Replace all IStreamingMessage and IStreamingMessage<T> with IMessage and IMessage<T>.Thank you to all the contributors for making this release possible. We encourage everyone to upgrade to AutoGen.Net 0.0.16 to take advantage of these new features and improvements. If you encounter any issues or have any feedback, please let us know.
Happy coding! π