Releases: microsoft/semantic-kernel
Releases · microsoft/semantic-kernel
python-1.18.0
Release Notes
Note: The OpenAI plugin has been removed. This change aligns with the .NET version, where the plugin was removed in early 2024. The plugin had previously been marked as deprecated in Python.
Python Package Updates
- Python: Update
chromadb
requirement from<0.6,>=0.5
to>=0.5,<0.7
in/python
by @dependabot in #10042 - Python: Bump Python version to
1.18.0
for a release by @moonbox3 in #10115
Enhancements and Fixes
- Python: Change order used to check variants in (de)ser steps by @eavanvalkenburg in #10051
- Python: Remove OpenAI plugin. Update OpenAPI exec params to use direct predicate reference by @moonbox3 in #10095
- Python: Update README.md by @AndreeaDan27 in #10028
- Python: Agent content generation for function call content should be assistant role by @moonbox3 in #10096
- Python: Improve Azure assistant agent settings and retrieval operations by @moonbox3 in #10063
Bug Fixes and Improvements
- Python: Fix pydantic alias issue by @john0isaac in #10027
- Python: Improve link check by using Ubuntu 22 by @eavanvalkenburg in #10058
New Contributors
- @AndreeaDan27 made their first contribution in #10028
Full Changelog: python-1.17.1...python-1.18.0
dotnet-1.33.0
Changes:
- b438cef .Net: Version 1.33.0 (#10111)
- 5e4012f .Net: adds support for strict mode with OpenAI (#9924) [ #9786, #9741 ]
- 941ee64 .Net: Add factory for customizing OpenAPI plugins responses (#10106)
- 4a70658 .Net: Amazon Connector - InnerContent Metadata Support (#10086) [ #9989 ]
- 9583f5f .Net: Bump OllamaSharp from 4.0.8 to 4.0.17 in /dotnet (#10091) [ #160, #154, #159, #158, #147, #150, #157, #161 ]
- 08a4111 .Net: Bump HtmlAgilityPack from 1.11.71 to 1.11.72 in /dotnet (#10093) [ #575, zzzprojects/html-agility-pack#575 ]
- 7c5f7e5 .Net: Bump DocumentFormat.OpenXml and System.IO.Packaging in /dotnet (#10094) [ #1802, #1814, #1681, #1771, #1745, #1838, #1794, #1795, #1796, #1782, #1808, #1762, #1775, #1837, #1836, #1834, #1835, #1833, #1832, #1828, #1829 ]
- a415213 .Net: Process mermaid flowchart code generation, image generation on flowchart and sample usage. (#9705)
See More
- 5b97ad1 .Net: HomeAutomation AzureOpenAI Configuration Fix (#10054)
- 81a230f .Net: Add JsonNumberHandling Attribute to Execution Settings in Ollama, ONNX, and Other Connectors (#10055) [ #9318 ]
- 8751cbc Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.1 to 5.4.3 (#10043) [ #717, #700, #716, #719 ]
- 5471eb3 .Net: Support DateTime parameters in tools for Assistants API #9940 (#10037)
- 118cc5b .Net: RestApiOperationRunner refactoring (#10080)
- 78d8260 .Net: Remove potential ambituity for Step05 Processes Sample (#10013)
- caf416f .Net: Handle media types with parameters (#10000)
- 2cc5830 .Net: Bump xunit.runner.visualstudio from 2.8.2 to 3.0.0 in /dotnet (#9995) [ #426, #422 ]
- a93e9f9 .Net: Bump Microsoft.Plugins.Manifest and Microsoft.VisualStudio.Threading.Analyzers in /dotnet (#9991)
- 01c8cc0 .Net: Bump AWSSDK.BedrockRuntime and AWSSDK.Core in /dotnet (#9994)
- d91c734 .Net: fix payload parameter value resolution (#9997)
- d201b5e .Net: fix: expected empty response in rest APIs (#9999) [ #9990 ]
- 2601e32 use ubuntu 22 for link check (#10058)
- 4650d27 .Net Agents - Support name based KernelFunction*Strategy (#9967)
- 5874188 .Net: fix: includes path item path parameters to OpenAPI document parsing (#9969) [ #9962 ]
- 6d02eef .Net: Allow customization of building REST API operation URL, payload, and headers (#9985)
- 7c25ac4 .Net: Fix typo in GettingStarted.Step3_Yaml_Prompt - CreatPrompt -> CreatePrompt (#9823)
- c7a371e .Net: Add PostgresVectorStore Memory connector. (#9324)
- e883843 .Net: Fix OpenApiDocumentParser fail when X-API-version is provide in the content key (#9959) [ #9952 ]
- e66883e .Net: Bump Microsoft.Data.Sqlite from 8.0.10 to 9.0.0 in /dotnet (#9915) [ dotnet/efcore#31465, dotnet/efcore#31467, dotnet/efcore#31461, dotnet/efcore#31463, dotnet/efcore#31462, dotnet/efcore#31474, dotnet/efcore#31483, dotnet/efcore#31482, dotnet/efcore#31421, dotnet/efcore#31499, dotnet/efcore#31509, dotnet/efcore#31510, dotnet/efcore#31512, dotnet/efcore#31516, dotnet/efcore#31523, dotnet/efcore#31524, dotnet/efcore#31526, dotnet/efcore#31528, dotnet/efcore#31542, dotnet/efcore#31566, dotnet/efcore#31575, dotnet/efcore#31582, dotnet/efcore#31598, dotnet/efcore#31601, dotnet/efcore#31624, dotnet/efcore#31632, dotnet/efcore#31635, dotnet/efcore#31636, dotnet/efcore#31560, dotnet/efcore#31640, dotnet/efcore#31641, dotnet/efcore#30470, dotnet/efcore#30471, dotnet/efcore#30466, dotnet/efcore#31648, dotnet/efcore#31649, dotnet/efcore#31650, dotnet/efcore#31654, dotnet/efcore#31660, dotnet/efcore#31667, dotnet/efcore#31668, dotnet/efcore#31670, dotnet/efcore#31671, dotnet/efcore#31674, dotnet/efcore#31669, dotnet/efcore#31678 ]
- b40e0cc .Net: fix: add "status" field to Python dynamic session response (#9903) [ #9902 ]
- d229179 .Net: Add store and metadata properties to OpenAIPromptExecutionSettings (#9936) [ #9918 ]
- 11c80af .Net: Bump HtmlAgilityPack from 1.11.67 to 1.11.71 in /dotnet (#9914) [ #573 ]
- 5c6ccd9 .Net: Bump xunit.analyzers from 1.16.0 to 1.17.0 in /dotnet (#9916)
- b1dec16 Bump xt0rted/pull-request-comment-branch from 1 to 3 (#9820) [ #437, #461, #463, #462 ]
- 27aa867 .Net: Bump Microsoft.Azure.Kusto.Data from 12.2.7 to 12.2.8 in /dotnet (#9869)
- 934b2bb Remove build Java badge from readme (#7561)
- f54674b Add ADR for creating a separate Java repository (#6820)
- 43235b8 .Net: Refactored integration tests for vector stores (#9905)
- 88635e1 .Net: Replace stj-schema-mapper source code with M.E.AI schema generation (#9807)
python-1.17.1
Release Notes
Python Package Updates
- Update
pymilvus
requirement from<2.5,>=2.3
to>=2.3,<2.6
in /python by @dependabot in #9864 - Updated Pydantic to 2.10.3 by @eavanvalkenburg in #9923
- Upgrade Minimum Onnx Version to enable MacOS Unit Tests by @nmoeller in #9981
Enhancements and Fixes
- Enable Ollama streaming tool calls by @eavanvalkenburg in #9890
- Add store and metadata properties to OpenAIPromptExecutionSettings by @markwallace-microsoft in #9946
- Introduce agent name field regex by @moonbox3 in #9887
- Include the sessions plugin status key in return value by @moonbox3 in #9904
- Adjust tool limit per request by @TaoChenOSU in #9894
- Deprecated retry_mechanism by @TaoChenOSU in #9965
- Qdrant - fix in filter and 100% test coverage by @eavanvalkenburg in #9982
- Secure Python test coverage workflow by @TaoChenOSU in #9961
- Add PR number to test coverage workflow by @TaoChenOSU in #9964
- Add write token to report by @eavanvalkenburg in #9980
- Improved
text_search
folder testing by @eavanvalkenburg in #9984 - Include a function_invoke_attempt index with Streaming CMC by @moonbox3 in #10009
Bug Fixes and Improvements
- Fix
set-env
not allowed in workflow by @TaoChenOSU in #9973 - FunctionResultContent hash fix to handle lists/sets by @moonbox3 in #9978
- Anthropic function calling fixes by @TaoChenOSU in #9938
- Yield FunctionResultContent in streaming chat completion path. Update tests. by @moonbox3 in #9974
- Fix Anthropic parallel tool call by @TaoChenOSU in #10005
Miscellaneous
Full Changelog: python-1.17.0...python-1.17.1
dotnet-1.32.0
Changes:
- 68e6dd7 .Net: Small improvements in Structured Outputs (#9906)
- 049cbbf .Net: Fix bug where redis score was mapped from wrong score field. (#9901) [ #9900 ]
- 5e5de6e .Net: Version 1.32.0 (#9896)
- 478e764 .Net: chore/updates plugins (#9843) [ #9841, #9840, #9771 ]
- 7976661 .Net: Added support for Structured Outputs in prompts (#9873)
- 5a1edaf .Net: feat/declarative agents (#9849) [ #9848 ]
- f62fef3 .Net: Fixes for importing Copilot plugin manifests (#9880)
- 6dc7559 .Net: Fix MistralAI function calling and add image content support (#9844) [ #9806 ]
- 5e7049b .Net: Removed Verify.Xunit package (#9879)
See More
- 3c13912 .Net Processes - Refactoring/expanding Process Sample02 (#9811) [ #9836, #9837 ]
- 3b8a7c2 .Net: Add responseMimeType Parameter to GeminiPromptExecutionSettings for Enhanced Output Control. (#9870) [ #9863 ]
- 560e4c9 .Net: Bump MSTest.TestFramework from 3.6.1 to 3.6.3 in /dotnet (#9867) [ docs/Changelog.md#3, #4013, #3949, #3952, #3958, #3974, #3965, #3978, #4043, #4025, #4009, #3992, #3994, #3983, #3990, #3985, #3980 ]
- 31731f0 .Net: Bump Microsoft.Extensions.FileProviders.Embedded from 8.0.0 to 8.0.11 in /dotnet (#9866) [ dotnet/aspnetcore#58198, dotnet/aspnetcore#58180, dotnet/aspnetcore#57966, dotnet/aspnetcore#58063, dotnet/aspnetcore#58124, dotnet/aspnetcore#58179, dotnet/aspnetcore#57819, dotnet/aspnetcore#58229, dotnet/aspnetcore#58278, dotnet/aspnetcore#58300, dotnet/aspnetcore#58294, dotnet/aspnetcore#58352, dotnet/aspnetcore#58347, dotnet/aspnetcore#58470, dotnet/aspnetcore#58474, dotnet/aspnetcore#54744, dotnet/aspnetcore#54907, dotnet/aspnetcore#54660, dotnet/aspnetcore#54608, dotnet/aspnetcore#54872, dotnet/aspnetcore#54778, dotnet/aspnetcore#54655, dotnet/aspnetcore#54762, dotnet/aspnetcore#54763, dotnet/aspnetcore#54915, dotnet/aspnetcore#54912 ]
- 7770aab .Net: Bump Microsoft.NET.Test.Sdk from 17.11.1 to 17.12.0 in /dotnet (#9868) [ microsoft/vstest#5099, microsoft/vstest#5100, microsoft/vstest#5055, microsoft/vstest#5155, microsoft/vstest#5141, microsoft/vstest#10379, microsoft/vstest#5136, microsoft/vstest#5134, microsoft/vstest#5137, microsoft/vstest#5126, microsoft/vstest#5139, microsoft/vstest#5140, microsoft/vstest#5143, microsoft/vstest#5149, microsoft/vstest#5161, microsoft/vstest#5166, microsoft/vstest#5167, microsoft/vstest#5169, microsoft/vstest#5177, microsoft/vstest#5189, microsoft/vstest#5192, microsoft/vstest#5188, microsoft/vstest#10354, microsoft/vstest#10363, #10379, #10365, #10363, #10360, #10353, #10354, #5188 ]
- 4674281 .Net: Bump ONNX to 0.5.2 (#9644) [ #9628 ]
- 6d3497e Update COMMUNITY.md (#7568)
- 0f61101 .Net: Add OpenAPI operations filtering samples (#9834)
python-1.17.0
Release Notes
New Features
- Python: Introduced a new condition to yield
StreamingChatMessageContent
directly when usage data is available. by @ymuichiro in #9753 - Python: Refactor chat completion concept samples by @TaoChenOSU in #9822
- Python: graduate filters, add exception during addition and some cleanup by @eavanvalkenburg in #9856
Python Package Updates
- Python: Fix syntax for pinned pydantic package. by @moonbox3 in #9789
- Python: Bump Python version to 1.17.0 for a release. by @moonbox3 in #9885
Enhancements and Fixes
- Python: improve integration test runs by @eavanvalkenburg in #9845
- Python: small makefile update for python by @eavanvalkenburg in #9847
- Python: Raise exceptions when services are not set up in integration test workflow by @TaoChenOSU in #9874
Bug Fixes and Improvements
- Python: Fix Onnx Connector Memory Problem with Onnx by @nmoeller in #9716
- Python: remove mistaken on_activate func by @eavanvalkenburg in #9839
- Python: fix for file limit and some cleanup by @eavanvalkenburg in #9855
Full Changelog: python-1.16.0...python-1.17.0
dotnet-1.31.0
Changes:
- b9263bb .Net: Version 1.31.0 (#9835)
- 6639ff7 .Net: Bump Roslynator.Formatting.Analyzers from 4.12.0 to 4.12.9 in /dotnet (#9814) [ #1573, #1572, #1570, #1568, #1566, #1565, #1561, #1560, #1559 ]
- 29525aa .Net: Bump Npgsql in /dotnet (#9819) [ #5914, #5894 ]
- e780d7b .Net: Replaced IMemoryStore with IVectorStore in examples (#9833)
- 370c89a .Net: Improve docs for OpenAI repsonse format property (#9801) [ #7171 ]
- bead9ef Adding issue type support for template (#9792)
- a0d2f75 Update codeql actions to v3 (#9826)
- 8c481df .Net: Fix typo (#9824)
See More
- 5adf59d .Net: Add new 2024-09-01-preview version (#9809)
- c5beb8a Bump dawidd6/action-download-artifact from 3 to 6 in /.github/workflows (#9805) [ dawidd6/action-download-artifact#284, dawidd6/action-download-artifact#285, dawidd6/action-download-artifact#287, dawidd6/action-download-artifact#289, dawidd6/action-download-artifact#290, dawidd6/action-download-artifact#282, dawidd6/action-download-artifact#280, dawidd6/action-download-artifact#283, dawidd6/action-download-artifact#276, dawidd6/action-download-artifact#277, dawidd6/action-download-artifact#273, #290, #289, #287, #285, #284 ]
- ec055b5 .Net: Stop setting upper bound on nuget references (#9808)
- b8680fa .Net: Fix bug where filtered tag field throws. (#9804) [ #9799 ]
- ada7ba6 .Net: Update to latest M.E.AI (#9795)
- 33c1de6 .Net: Improve the DI sample and function naming (#9794) [ #9769 ]
- 5ae74d7 .Net Processes - Sync parameter name for error handler (#9797)
- 56b951c Added map files via upload (#9796)
- ef8251c .Net: Add JsonElement String to Primitive Implicit Conversion Support (SLM Function Calling) (#9784) [ #9711 ]
- 4113a10 Bump danielpalme/ReportGenerator-GitHub-Action from 5.3.10 to 5.4.1 (#9747) [ #707, #699, #700, #704 ]
- d8acb75 .Net: Removed experimental flags in Filters (#9774)
- 6cc6822 .Net: Improved example with telemetry in filters for streaming scenario (#9775)
- 96b3595 .Net: Update M.E.AI.Abstractions version (#9674)
- c022cf9 .Net: Add unit test to confirm 429 exception handling (#9772) [ #9666 ]
- cc86425 .Net: chore: avoid awaiting delay if its zero (#9770)
- 9f44eb7 .Net: Updated streaming example of Azure chat completion with data (#9760)
- f5facce docs: update README.md (#9093)
python-1.16.0
Release Notes
New Features
- Python: Azure AI Inference tracing SDK by @TaoChenOSU in #9693
- Python: OpenAPI plugin updates to promote plugin to preview by @moonbox3 in #9670
Python Package Updates
- Python: Bump Python version to 1.16.0 for a release by @moonbox3 in #9781
- Python: updated pre-commits by @eavanvalkenburg in #9739
Enhancements and Fixes
- Python: Stabilize integration tests by @TaoChenOSU in #9761
- Python: Update the samples/demos README by @moonbox3 in #9720
- Python: Add AI connector README by @TaoChenOSU in #9764
Full Changelog: python-1.15.0...python-1.16.0
dotnet-1.30.0
Changes:
- 1ce4769 .Net: Version 1.30.0 (#9758)
- ad4d35b .Net Processes - Map Step Feature (#9339)
- 93bf06e Python: updated pre-commits (#9739)
- 8da553d .Net: Prepare OpenAPI model collection properties to be modifiable. (#9735)
- e6413c3 .Net: Removed Kernel events (#9748)
- 297eb16 .Net: Bump Verify.Xunit from 23.5.2 to 28.3.2 in /dotnet (#9743) [ #1352, #1351 ]
- c462b3c .Net: Bump Microsoft.Extensions.TimeProvider.Testing from 8.9.1 to 8.10.0 in /dotnet (#9745) [ dotnet/extensions#5341, dotnet/extensions#5352, dotnet/extensions#5355, dotnet/extensions#5359, dotnet/extensions#5366, dotnet/extensions#5373, dotnet/extensions#5362, dotnet/extensions#5360, dotnet/extensions#5381, dotnet/extensions#5367, dotnet/extensions#5392, dotnet/extensions#5396, dotnet/extensions#5370, dotnet/extensions#5398, dotnet/extensions#5388, dotnet/extensions#5403, dotnet/extensions#5363, dotnet/extensions#5407, dotnet/extensions#5413, dotnet/extensions#5427, dotnet/extensions#5416, dotnet/extensions#5424, dotnet/extensions#5437, dotnet/extensions#5400, dotnet/extensions#5445, dotnet/extensions#5444, dotnet/extensions#5452, dotnet/extensions#5458, dotnet/extensions#5460, #4957, #5452, #5444, #5445, #5, #5437, #5424, #5416 ]
- 3a2acff .Net: Bump Microsoft.CodeAnalysis.Common and Microsoft.CodeAnalysis.CSharp in /dotnet (#9746) [ dotnet/roslyn#4169, dotnet/roslyn#5144, dotnet/roslyn#11547, dotnet/roslyn#11536 ]
- 0d11264 .Net: Fix FunctionChoiceBehavior State Restoration in OllamaPromptExecutionSettings. (#9718) [ #9682 ]
- 7d5b50c .Net: fix: forwards cancellation token to outbound connections to free up resources upon cancellation (#9738)
See More
- 5197f0b .Net: Samples showing use of allOf, anyof and oneOf (#9697) [ #8997 ]
- f4b6ac1 .Net: ImportPluginFromOpenApiAsync will ignore operations with unsupported content types (#9736) [ #8971 ]
- f8d7a7e .Net Agents - Protect against null-reference for Assistant file-search result when streaming (#9742)
- c436624 .Net: Bump Microsoft.ML.Tokenizers and System.Text.Json in /dotnet (#9702)
- e640bd3 .Net Agents - Add
incomplete
status to termination check forOpenAIAssistantAgent
(#9740) - cde12d3 .Net Agents - Support AdditionalMessages for
OpenAIAssistantAgent
(#9737) - fa24473 Python: Update the samples/demos readme. (#9720)
- 4bd6cb3 .Net: Bump Microsoft.Azure.Cosmos from 3.44.0-preview.1 to 3.45.2 in /dotnet (#9678)
- 5c998f2 .Net: Fix vulnerabilities (#9733) [ #9732 ]
- d63de90 .Net: Concept samples for handlebars and Liquid prompt templates (#9679) [ #9053 ]
- 9ba980e .Net Agents - Harden Assistant handling of
FunctionResultContent
(#9706) - 25e1215 .Net Agents - Support
IAutoFunctionInvocationFilter
forOpenAIAssistantAgent
(#9690) - 983da69 .Net: process framework - Simplest step implementation and simplification of Function event resolution for steps with 1 function. (#9650)
- 76052b6 Python: Introducing search for CosmosDB NoSQL Collections (#9698) [ #6835 ]
- 90cf210 .Net: Feat: adds support for Copilot Agent Plugins in dotnet and other fixes. (#9436) [ #6614, #6005 ]
- 29e3e83 Python: Add the Dapr Runtime for Processes (#9642) [ #9355 ]
- 434db27 Python: Introducing vector search to the redis collections (#9664) [ #6837 ]
- a83abb9 Python: Introducing Vector Search to Weaviate and adding the ability to have unnamed vectors (#9684) [ #6839 ]
- 5d8d738 Python: Bump py version to 1.15.0 for a release. (#9707)
- 8e784a1 Python: Introducing Google Search as a Text Search implementation (#9691) [ #6834 ]
- 691f561 .Net: Promote OpenAPI package to preview (#9704)
- 9c50788 .Net: Logging improvements in OpenAPI plugins (#9692)
- 5c11e65 .Net: Processes - Tests for OnFunctionError events. (#9703)
- d6605d7 .Net: Mechanism for transforming OpenAPI documents - part2 (#9689)
- cc031ee .Net: Removed experimental flag from FunctionResult rendered prompt property (#9688)
- 78b6990 .Net - Complete Ability to use Samples without API Key (Security Wave) (#9671)
- 17a0df4 .Net: Update baseline package version to 1.29.0 (#9687)
- 3d471da Python: Upgrading Mistral AI Connector to Version 1.0 (#9542) [ #9504 ]
This list of changes was auto generated.
python-1.15.0
Release Notes
New Features
- Python: Audio to text by @TaoChenOSU in #9505
- Python: Text to audio by @TaoChenOSU in #9625
- Python: Azure Cosmos DB NoSQL Vector Store & Collection implementation by @TaoChenOSU in #9296
- Python: Introducing Google Search as a Text Search implementation by @eavanvalkenburg in #9691
- Python: Introducing Vector Search to Weaviate and adding the ability to have unnamed vectors by @eavanvalkenburg in #9684
- Python: Introducing vector search to the redis collections by @eavanvalkenburg in #9664
- Python: Introducing search for CosmosDB NoSQL Collections by @eavanvalkenburg in #9698
- Python: Introducing Vector Search for Qdrant Collection by @eavanvalkenburg in #9621
- Python: Add the Dapr Runtime for Processes by @moonbox3 in #9642
Python Package Updates
- Python: Update pymongo requirement from
<4.9,>=4.8.0
to>=4.8.0,<4.11
in/python
by @dependabot in #9271 - Python: Upgrading Mistral AI Connector to Version 1.0 by @nmoeller in #9542
- Python: Bump py version to 1.15.0 for a release by @moonbox3 in #9707
Enhancements and Fixes
- Python: Exclude the KernelContent's inner_content as it breaks serializing the model by @moonbox3 in #9626
Bug Fixes and Improvements
- Python: Add new link check action by @eavanvalkenburg in #9667
Full Changelog: python-1.14.0...python-1.15.0
dotnet-1.29.0
Changes:
- abd16c1 .Net: Bump version to 1.29.0 (#9680)
- 4a92f34 .Net: MS AI Azure Inference Connector Update (#9640)
- 50bc6f3 .Net: OpenAPI parameter resolution mechanism - part 1 (#9668)
- d604e55 .Net: Move OpenApi extensions to the SemanticKernel namespace. (#8906)
- 954ac90 .Net: Bump AWSSDK.Core from 3.7.400 to 3.7.400.48 in /dotnet (#9655)
- 4cd7f07 .Net Agents - Fix Aggregator Streaming for Nested Mode (#9669)
See More
- 051a3d0 .Net: Promote Liquid prompt template support to preview (#9665)
- 7a1ef30 .Net: Added an example of OpenAI Realtime API (#9662)
- d2b5dc1 .Net: Update sample for the accompanying Blog Post (#9663) [ #6605 ]
- dcf682e .Net: Upgraded OpenAI and Azure OpenAI package versions (#9651)
- 259c58c .Net: Removed obsolete filter classes (#9426)
- 7579b24 .Net: Bump Microsoft.Extensions.Http, Microsoft.Extensions.Logging in /dotnet (#9659) [ #95439, #95148, #95082, #94882, #95119, #94192, #93979, #93888 ]
- ee73bf5 .Net: Reverting Onnx from 0.5.0 to 0.4.0 (#9658)
- 83a59d4 .Net Agents - Fix Function Call Handling for Streaming (#9652)
- 4283cf2 .Net: Processes - Resolving issues with integrations test in Dapr runtime. (#9646)
- 7d9f834 .Net: Onnx Bump 0.5.0 + Add missing integration tests (#9639) [ #9628 ]
- f7dc526 .Net: Fix unit tests to check for security property (#9635)
- 14bc62a .Net: Remove experimental flag from VectorStore implementations. (#9624) [ #8539 ]
- 4a16849 .Net: Remove experimental attribute from the new function calling model classes (#9524)
- b67eb84 .Net Agents -
AgentChat
Serialization (#7457) - 3a8899b .Net: Bugfix for AddMessageFromStreaming (#9619) [ #9458, #6153 ]
- ffac88a .Net: OpenApi payload construction ADR (#9469)
- ca5e285 .Net: MS AI Ollama with Function calling (#9488) [ #7442 ]
- 1cb0922 .Net Processes - Fix Serialization of Input Data (#9614)
- 7404931 .Net Processes: fixing KernelProcessStateMetadata usage (#9598) [ #9599 ]
This list of changes was auto generated.