Skip to content

Releases: microsoft/semantic-kernel

python-1.42.0

14 May 02:12
2fb749e

Choose a tag to compare

What's Changed

  • Python: Docs: Add Microsoft Agent Framework successor callout to READMEs by @moonbox3 in #13932
  • Python: Bump authlib from 1.6.9 to 1.6.11 in /python by @dependabot[bot] in #13880
  • Python: Bump onnxruntime from 1.22.1 to 1.24.3 in /python by @dependabot[bot] in #13868
  • Python: Bump nbconvert from 7.17.0 to 7.17.1 in /python by @dependabot[bot] in #13906
  • Python: Update boto3 requirement from <1.41.0,>=1.36.4 to >=1.36.4,<1.43.0 in /python by @dependabot[bot] in #13867
  • Python: Bump python-multipart from 0.0.22 to 0.0.26 in /python by @dependabot[bot] in #13878
  • Python: Bump google-cloud-aiplatform from 1.114.0 to 1.133.0 in /python by @dependabot[bot] in #13577
  • Update google-genai requirement from ~=1.51.0 to >=1.51,<1.75 in /python by @dependabot[bot] in #13865
  • Python: Update pydantic requirement from !=2.10.0,!=2.10.1,!=2.10.2,!=2.10.3,<2.13,>=2.0 to >=2.0,!=2.10.0,!=2.10.1,!=2.10.2,!=2.10.3,<2.14 in /python by @dependabot[bot] in #13864
  • Update Kiota packages to fix NU1903 vulnerability by @SergeyMenshykh in #13966
  • Python: Percent-encode OpenAPI path params & pin azure-search-documents by @SergeyMenshykh in #13967
  • Python: Stop accessing private Azure SDK attributes in Azure AI Search connector by @SergeyMenshykh in #13971
  • Python: Harden HttpPlugin request validation by @SergeyMenshykh in #13969
  • Python: Improvements for MCP by @moonbox3 in #14003
  • Python: Bump Python pkg version to 1.42.0 for a release. by @moonbox3 in #14007

Full Changelog: python-1.41.3...python-1.42.0

dotnet-1.76.0

11 May 09:37
f2b3c93

Choose a tag to compare

Changes:

See More * 6e1ab9d .Net: Fix VertexAI global endpoint URI construction (#13620) (#13621) * a1a701d .Net: Fix whitespace formatting in PromptExecutionSettingsExtensions.cs (#13941) * 1369c2e .Net: Add ExtraBody to OpenAIPromptExecutionSettings (#12307) (#13934) [ #11852 ] * a68600a .Net: Update Step04_AzureAIAgent_CodeInterpreter.cs (#13886)

dotnet-1.75.0

29 Apr 14:05
27971e1

Choose a tag to compare

Changes:

  • 27971e1 .Net: Sk release version 2026 04 27 (#13929)
  • c8e3cd0 .Net: Upgrade dependencies (#13927)
  • 9c62d9d Python: Bump package version to 1.41.3 for a release (#13926)
  • 95b1bf8 .Net: Harden AllowedBaseUrls validation in RestApiOperationRunner (#13910)
  • 79ef93b Python: Extend InMemoryCollection filter attribute blocklist (#13897)
  • 57d9adc Python: Add field and table name escaping for python SqlServer connector (#13893)
  • 84ab822 .Net: Validate step types (#13901)
  • ba37e8e .Net: Add backslash escaping to redis text search values (#13902)
  • bf1b19c .Net: Fix single-quote escaping in OBJECT_ID and dynamic SQL string literals (#13900)
  • 1b2f318 .Net: Remove MEVD components from SK-release.slnf (#13892)
See More

This list of changes was auto generated.

dotnet-1.74.1

29 Apr 10:40
9cf7f01

Choose a tag to compare

Changes:

This list of changes was auto generated.

python-1.41.3

28 Apr 03:21
9c62d9d

Choose a tag to compare

What's Changed

  • Python: Add field and table name escaping for python SqlServer connector by @westey-m in #13893
  • Python: Extend InMemoryCollection filter attribute blocklist by @moonbox3 in #13897
  • Python: Bump package version to 1.41.3 for a release by @moonbox3 in #13926

Full Changelog: python-1.41.2...python-1.41.3

python-1.41.2

08 Apr 06:01
20c91a3

Choose a tag to compare

What's Changed

  • Python: Improve prompt-template msg serialize and sample usage by @moonbox3 in #13738
  • Python: Update redis[hiredis] requirement from ~=6.0 to >=6,<8 in /python by @dependabot[bot] in #13329
  • Python: Update chromadb requirement from <1.1,>=0.5 to >=0.5,<1.4 in /python by @dependabot[bot] in #13331
  • Python: Update pymongo requirement from <4.15,>=4.8.0 to >=4.8.0,<4.16 in /python by @dependabot[bot] in #13124
  • Python: Update pydantic requirement from !=2.10.0,!=2.10.1,!=2.10.2,!=2.10.3,<2.12,>=2.0 to >=2.0,!=2.10.0,!=2.10.1,!=2.10.2,!=2.10.3,<2.13 in /python by @dependabot[bot] in #13246
  • Python: Respect FunctionChoiceBehavior filters in OpenAI responses agent tools by @ymuichiro in #13235
  • Python: Update ipykernel requirement from ~=6.29 to >=6.29,<8.0 in /python by @dependabot[bot] in #13330
  • Python: bump py version to 1.41.2 for a release by @moonbox3 in #13850

Full Changelog: python-1.41.1...python-1.41.2

python-1.41.1

25 Mar 06:53
9d120bc

Choose a tag to compare

What's Changed

  • Python: fix(python/google): preserve thought_signature in Gemini function call parts by @giulio-leone in #13609
  • Python: Fix image integration tests that are now blocked due to bot policies by @moonbox3 in #13680
  • Python: fix prompt template engine blocking HTML tags in content by @weiguangli-io in #13633
  • Python: Bump werkzeug from 3.1.1 to 3.1.6 in /python by @dependabot[bot] in #13605
  • Reduce macos runner coverage due to capacity by @moonbox3 in #13686
  • Python: Fix ChatHistoryTruncationReducer deleting system prompt by @roli-lpci in #13610
  • Python: fix: ChatHistoryTruncationReducer orphans TOOL role messages by @giulio-leone in #13608
  • Python: Default Dapr module allowlist to semantic_kernel prefix by @moonbox3 in #13596
  • Python: fix(google-ai): skip api_key check when use_vertexai is True by @giulio-leone in #13607
  • Python: fix Google AI/Vertex AI crash on anyOf schema (#12442) by @weiguangli-io in #13624
  • Python: Bump Python version to 1.41.1 for a release by @moonbox3 in #13705

New Contributors

Full Changelog: python-1.41.0...python-1.41.1

vectordata-dotnet-10.1.0

20 Mar 14:10
14ea2fc

Choose a tag to compare

Changes:

See More

This list of changes was auto generated.

dotnet-1.74.0

20 Mar 14:54
14ea2fc

Choose a tag to compare

Changes:

See More

This list of changes was auto generated.

python-1.41.0

13 Mar 09:03
b3cf64a

Choose a tag to compare

What's Changed

Full Changelog: python-1.40.0...python-1.41.0