Skip to content

Releases: microsoft/semantic-kernel

dotnet-1.67.0

03 Nov 21:16
2464458

Choose a tag to compare

Changes:

See More
  • b03c3d0 .Net: Support Support BinaryContent in Gemini Connector (#13140) [ #13131 ]
  • 1fc6a63 .Net: Bump vite from 6.2.7 to 6.4.1 in /dotnet/samples/Demos/ProcessWithCloudEvents/ProcessWithCloudEvents.Client (#13274) [ #19878, #19805, #19836, #19793, #19792, #19794, #19828 ]
  • a39b2ba .Net: [MEVD] Conformance tests for multi-vector records (#13319) [ #11709 ]
  • b697358 .Net: [MEVD] Go over all key types, add support for Guid (#13315) [ #11784, #12182 ]
  • d9ea1e3 .Net - Performance Fix for Orchestration Result (#13317)
  • 1c11258 Python: added af_tool bridge for kernel_functions (#13227)
  • 2651307 Python: Bump Python version to 1.37.1 for a release. (#13314)
  • 9962d43 Python: Fixed sending "text" parameter to OpenAI Responses API (#13280) [ #13281 ]
  • 05d659d Python: Fix non-string KernelArguments being converted to strings in prompt template function calls (#13292) [ #13199 ]
  • 1f8fea2 Python: Fix ai connector integration tests (#13311)
  • f5fb44e Python: Bump weaviate image to 1.33.3 (#13313)
  • cc43169 .Net: [MEVD] Test cleanup pack (#13307) [ #12507 ]
  • c79c269 .Net: [MEVD] Fix filtering by true (#13294) [ #13293 ]
  • 96c4701 .Net: Feature/gemini function parts format (#13258)
  • 3434190 .Net: Fix #13183: .NET — Kernel.AddOpenAIChatClient throws an error when us… (#13198)
  • cf9a5f2 Python: Fix onnx pkg by pinning. Pin openai < 2.0. (#13284)
  • 3bc2a64 .Net: [MEVD] [SQL Server] Support DateTimeOffset and string arrays (#13269) [ #13268 ]
  • 7fbe037 .Net: [MEVD] [SQLServer] Switch from JSON to the new binary SqlVector (#13266) [ #12220 ]
  • 1761c68 .Net: [MEVD] Support MemoryExtensions.Contains in LINQ filters (#13263) [ #12504 ]
  • 5fec3be .Net: Add Kernel Function Arguments and Result to execute tool span (#13241)
  • caa6e11 .Net: Update ModelContextProtocol to 0.4.0-preview.3 (#13271)
  • 2530daf .Net: Add .NET VoiceChat console demo: Microphone → VAD → STT → Chat → TTS → Speaker (#12992) [ #12916 ]
  • fb29385 .Net: Bugfixes for SemanticKernelAIAgent (#13252) [ #13254 ]
  • 4c030fe .Net: Update to M.E.AI 9.10 (#13248)
  • 0ae3794 .Net: Add Agent Framework Migration Samples (#13251)
  • c989c5a .Net: Add adapters to allow SK agents to be exposed as AIAgent (#13240)
  • 3ac7861 .Net: Fix weaviate collection name checking (#13242)
  • 1526dbc .Net: Support CollectionExistsAsync with redis alpine (#13244) [ #12734 ]

This list of changes was auto generated.

python-1.37.1

30 Oct 06:44
2651307

Choose a tag to compare

Release Notes

Enhancements and Improvements

  • .Net & Python: Add tool definitions to agent invoke span by @TaoChenOSU in #13153
  • Python: Fixed sending "text" parameter to OpenAI Responses API by @ymuichiro in #13280
  • Python: Fix non-string KernelArguments being converted to strings in prompt template function calls by @moonbox3 in #13292
  • Python: Fix AzureAIAgent readme links by @moonbox3 in #13138
  • Python: Fix ai connector integration tests by @TaoChenOSU in #13311

Bug Fixes

  • Python: Fix onnx pkg by pinning. Pin openai < 2.0. by @moonbox3 in #13284

Python Package Updates

  • Python: [Python] Updated Agents SDK version to latest for CopilotStudio connector by @tarockey in #13144
  • Python: Bump weaviate image to 1.33.3 by @moonbox3 in #13313
  • Python: Bump Python version to 1.37.1 for a release. by @moonbox3 in #13314

New Contributors

Full Changelog: python-1.37.0...python-1.37.1

dotnet-1.66.0

08 Oct 18:27
5948dbc

Choose a tag to compare

Changes:

See More

python-1.37.0

16 Sep 00:02
cc71ebf

Choose a tag to compare

Release Notes

New Features

Enhancements and Improvements

  • Update COMMUNITY.md with new office hour meeting links by @moonbox3 in #13074

Bug Fixes

Python Package Updates

  • Python: Bump Python version to 1.37.0 for a release. by @moonbox3 in #13127

New Contributors

Full Changelog: python-1.36.2...python-1.37.0

dotnet-1.65.0

10 Sep 19:33
27e8457

Choose a tag to compare

Changes:

See More

This list of changes was auto generated.

python-1.36.2

04 Sep 02:29
652575a

Choose a tag to compare

Release Notes

Enhancements and Improvements

  • Python: docs(typing): add return type and docstring to store_results in utils/chat.py by @ajeet214 in #12910
  • Python: Add framework name into UserAgent header for bedrock integration by @0x-fang in #12901
  • Python: Don't return code output via on_intermediate_msg callback by @moonbox3 in #13058

Bug Fixes

  • Python: fix (openai): only propagate usage metadata for final streaming chunk without choices by @daydaychen in #12977
  • Python: Fix responses agent kernel args bug by @moonbox3 in #13056
  • Python: Fix Azure AI Inference connector model_extras duplication by @TaoChenOSU in #13066

Python Package Updates

  • Python: Bump torch from 2.7.1 to 2.8.0 in /python by @dependabot[bot] in #12919
  • Python: Update pymilvus requirement from <2.6,>=2.3 to >=2.3,<2.7 in /python by @dependabot[bot] in #12918
  • Python: Update pymongo requirement from <4.14,>=4.8.0 to >=4.8.0,<4.15 in /python by @dependabot[bot] in #12921
  • Python: Bump Python version to 1.36.2 for a release by @moonbox3 in #13067

New Contributors

Full Changelog: python-1.36.1...python-1.36.2

python-1.36.1

02 Sep 02:43
4e9ea78

Choose a tag to compare

Release Notes

Enhancements and Improvements

  • Python: Add container_id and filename fields to AnnotationContent class by @ymuichiro in #12985
  • Python: Add reasoning support for OpenAI Responses Agents (GPT-5, o4-mini, o3) by @ltwlf in #12881
  • Python: Add AzureAIAgent Deep Research Tool support by @moonbox3 in #13034
  • Python: provide AzureAIAgent thread msg id during streaming by @moonbox3 in #13032

Python Package Updates

  • Python: Bump Python version to 1.36.1 for a release by @moonbox3 in #13049

Full Changelog: python-1.36.0...python-1.36.1

python-1.36.0

27 Aug 05:17
1179122

Choose a tag to compare

Release Notes

Important

Breaking Changes

Enhancements and Improvements

Python Package Updates

  • Python: Bump Python version to 1.36.0 for a release by @moonbox3 in #13014

Full Changelog: python-1.35.3...python-1.36.0

dotnet-1.64.0

27 Aug 18:27
1774dd3

Choose a tag to compare

Important

Breaking Changes

Changes:

See More
  • 4c55424 .Net: Bump vite from 6.2.5 to 6.2.7 in /dotnet/samples/Demos/ProcessFrameworkWithSignalR/src/ProcessFramework.Aspire.SignalR.ReactFrontend (#12980) [ #19965, #19830 ]
  • 55f94b5 .Net: Demo/process-framework-signalr (#12374)

This list of changes was auto generated.

dotnet-1.63.0

20 Aug 09:37
9e37128

Choose a tag to compare

Changes:

  • 9e37128 .Net: Version 1.63.0 (#12974)
  • bcd9bdb .Net: Update OpenAI 2.3.0 + MEAI packages to 9.8.0 (#12961)
  • ca3c7d9 .Net: Address vulnerable packages (+Update MsGraph for latest Major V5) (#12962)
  • 5caf833 .Net: Bug: Qdrant DateTime Range filter set incorrectly (#12936) [ #12934 ]
  • 5124a1b .Net: Add OpenApi parameter description to its schema (#12955)
  • 0a98c72 .Net: Add support for Guid and ObjectID keys in the MongoDB Connector (#12827)