dotnet-0.14.547.1-preview
Pre-releaseNuGet Packages
Microsoft.SemanticKernel.0.14.547.1-preview
Microsoft.SemanticKernel.Abstractions.0.14.547.1-preview
Microsoft.SemanticKernel.Connectors.AI.HuggingFace.0.14.547.1-preview
Microsoft.SemanticKernel.Connectors.AI.OpenAI.0.14.547.1-preview
Microsoft.SemanticKernel.Connectors.Memory.AzureCognitiveSearch.0.14.547.1-preview
Microsoft.SemanticKernel.Connectors.Memory.Qdrant.0.14.547.1-preview
Microsoft.SemanticKernel.Connectors.Memory.Sqlite.0.14.547.1-preview
Microsoft.SemanticKernel.Core.0.14.547.1-preview
Microsoft.SemanticKernel.Planning.ActionPlanner.0.14.547.1-preview
Microsoft.SemanticKernel.Planning.SequentialPlanner.0.14.547.1-preview
Microsoft.SemanticKernel.Skills.Document.0.14.547.1-preview
Microsoft.SemanticKernel.Skills.Grpc.0.14.547.1-preview
Microsoft.SemanticKernel.Skills.MsGraph.0.14.547.1-preview
Microsoft.SemanticKernel.Skills.OpenAPI.0.14.547.1-preview
Microsoft.SemanticKernel.Skills.Web.0.14.547.1-preview
What's Changed
- CopilotChat: Add Klarna to extensions list by @adrianwyatt in #879
- InternalsVisibleTo Reduction & Shared Common Utilities - Part 1 by @shawncal in #882
- CopilotChat: Documentation Updates by @adrianwyatt in #881
- Newtonsoft.Json CWE-755 - Improper Handling of Exceptional Conditions by @dluc in #884
- Copilotchat: Don't call the planner if there are no functions available by @adrianwyatt in #885
- Add logging to auth handlers by @glahaye in #850
- CopilotChat: Make use of auth settings by @glahaye in #869
- Plan serialization: add support for indented JSON by @dluc in #883
- Allow to replace functions (fix regression) by @dluc in #888
- Fix a few NotNull calls by @stephentoub in #890
- Add Qdrant to deploymemt templates by @glahaye in #840
- Setup scripts for Copilot Chat by @gitri-ms in #810
- Bump Microsoft.Identity.Web from 2.9.0 to 2.10.0 in /dotnet by @dependabot in #863
- Integrate jira into copilot chat by @amsacha in #800
- CopilotChat: Fix document upload and memory issues by @adrianwyatt in #894
- Fix variable name reporting in exception messages by @MGudgin in #896
- RestAPI: Move to Skills.OpenApi package by @shawncal in #887
- Make all protected members of ClientBase / OpenAIClientBase / AzureOpenAIClientBase private protected by @stephentoub in #891
- Copilot UI fixes by @hathind-ms in #872
- Fix issue with casting custom functions in plan.InvokeAsync by @adrianwyatt in #900
- Add speech service for speech recognition to deployment templates by @glahaye in #898
- Add CosmosDB to deployment templates by @glahaye in #892
- Removed CallerArgumentExpressionAttribute to fix support for dotnet 6 by @adrianwyatt in #901
- Misc code style fixes by @dluc in #903
- Add support for custom delegates as SKFunctions by @dluc in #893
- Fixing issues in the Jupyter notebook for the planner by @kaza in #873
- Wire up direct reports email by @MGudgin in #921
- Fix error when using klarna plugin by @Woland2k in #918
- Added timestamp property to chat session model by @dbarkol in #813
- CopilotChat: Minor refactor of token limits and reduce to 4096 for gpt-3.5-turbo. by @adrianwyatt in #929
- CopilotChat: Slim down error messages in WebApp by @adrianwyatt in #932
- Update System.Text.Json and enable transitive pinning by @lemillermicrosoft in #938
- Fix error handling for OpenAI completion tests by @lemillermicrosoft in #951
- Revert "Update System.Text.Json and enable transitive pinning (#938)" by @adrianwyatt in #955
- Add support for non-static native functions with external references by @dluc in #937
- Rename Timestamp to CreateOn in ChatSession by @TaoChenOSU in #924
- Plan viewer and approval for Copilot Chat by @teresaqhoang in #895
- Change FileSizeLimit to 4MB for document memory by @glahaye in #959
- Copilot chat: Document import chat-session scope by @TaoChenOSU in #956
- Bug fix: Fix bot icons by @Vivihung in #975
- Copilot Chat: UX polish by @Vivihung in #976
- Move CopilotChat webapi to nuget package dependencies by @adrianwyatt in #965
- Refactor CopilotChat WebAPI to isolate ChatSkill components by @adrianwyatt in #963
- Spell checking automation + fix typos by @dluc in #977
- Add VS Code tasks for CopilotChat project by @lemillermicrosoft in #832
- Make Qdrant, CosmosDB, Speech Services optional in deployment templates by @glahaye in #969
- Fixing Copilot Chat UI bugs by @teresaqhoang in #981
- Fix bug in Copilot Chat setup scripts by @gitri-ms in #980
- SKFunction Invoke Parameter Duplication by @shawncal in #777
- Update skprompt.txt by @fabiofumarola in #939
- Fix typo in poem generated by chatbot by @lemillermicrosoft in #995
- Fix deadlock in TextMemory skill by @dluc in #987
- Add Newtonsoft.Json package reference to Connectors.Memory.CosmosDB by @lemillermicrosoft in #996
- correct order for AddAzureTextCompletionService params in dotnet readme by @cdMSFT in #974
- Introducing Connectors.AI.HuggingFace Package by @shawncal in #889
- Fixing web skill package reference by @shawncal in #982
- Bump python release number - 0.2.8.dev by @dluc in #1000
- Fixed incorrect setting name. by @lextm in #983
- Update samples to use 'chat' completion models rather than text completion models by @adrianwyatt in #1001
- Use API key auth in templates by default by @glahaye in #988
- Minor documentation changes and ToString)= overrides for easier debugging. by @ddobric in #842
- Change integration tests parallelism to 1 to avoid throttling by @dluc in #1003
- Adding UnitTest tags for dotnet 6,7,8 version support by @shawncal in #1004
- Add CLSCompliant=false to csproj files by @shawncal in #1005
- Add new dotnet analyzers by @shawncal in #1006
- Update FileIOSkill to block writing to readonly files by @shawncal in #1008
- Fix warning in Score.cs by @shawncal in #1009
- Bump Microsoft.Identity.Client from 4.53.0 to 4.54.0 in /dotnet by @dependabot in #1014
- Adding support for JSON responses with embedded results by @teresaqhoang in #1007
- Adding -pre tag to build version to address build warning by @shawncal in #1010
- Bump Grpc.Net.Client from 2.52.0 to 2.53.0 in /dotnet by @dependabot in #1013
- Bump flask from 2.0.3 to 2.2.5 in /samples/apps/hugging-face-http-server by @dependabot in #771
- Bump Azure.Identity from 1.8.2 to 1.9.0 in /dotnet by @dependabot in #1011
- Bump Microsoft.Identity.Web from 2.10.0 to 2.11.0 in /dotnet by @dependabot in #1012
New Contributors
- @MGudgin made their first contribution in #896
- @hathind-ms made their first contribution in #872
- @kaza made their first contribution in #873
- @Woland2k made their first contribution in #918
- @dbarkol made their first contribution in #813
- @fabiofumarola made their first contribution in #939
- @cdMSFT made their first contribution in #974
- @lextm made their first contribution in #983
- @ddobric made their first contribution in #842
Full Changelog: dotnet-0.13.442.1-preview...dotnet-0.14.547.1-preview