dotnet-1.79.0
Semantic Kernel .NET 1.79.0 introduces a breaking upgrade to Prompty.Core 2.0.0-beta.3 to address a NU1903 vulnerability, adds Ollama reasoning support via the Think property, improves TimePlugin testability with TimeProvider injection, and hardens path validation in file plugins.
原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。
为什么值得关注
Semantic Kernel has released dotnet-1.79.0. This release includes a notable breaking change: upgrading Prompty.Core to version 2.0.0-beta.3 to resolve a NU1903 vulnerability. On the features side, OllamaPromptExecutionSettings now includes a 'Think' property, and TimePlugin supports TimeProvider injection for deterministic testing. Key fixes and security hardening include rejecting mixed-separator UNC paths in file plugins, encoding OpenAPI server variable values, addressing static analysis issues in audio format/text search/KernelProcess, and resolving a CosmosDB vector store bug. VectorStoreRAG and Concepts samples have also migrated to CommunityToolkit.VectorData packages.
可执行摘要
Semantic Kernel .NET release 1.79.0 includes a breaking dependency upgrade of Prompty.Core to 2.0.0-beta.3 resolving NU1903. Key additions and fixes: Think property added to OllamaPromptExecutionSettings, TimeProvider injection added to TimePlugin, CosmosDB vector store bug fixed, mixed-separator UNC paths rejected in file plugins, OpenAPI server variable values encoded, and VectorStoreRAG samples migrated to…
- Agent 实用度
- 82/100
- 可信度
- 96%
- 机器格式
- JSON + Markdown
开发者应核对什么
- Verify compatibility with the breaking upgrade to Prompty.Core 2.0.0-beta.3 to resolve the NU1903 vulnerability.
- Review file plugin implementations to ensure file paths avoid mixed-separator UNC formatting.
- Update Ollama integrations if taking advantage of the new 'Think' property in OllamaPromptExecutionSettings.
- Update vector store implementations referencing migrated VectorStoreRAG and Concepts samples to CommunityToolkit.VectorData packages if applicable.